From: Herton Ronaldo Krzesinski Date: Wed, 19 Dec 2007 16:49:02 +0000 (+0100) Subject: [ALSA] hda-codec - Fix capture mixers of ALC662 models X-Git-Tag: v2.6.25-rc1~1127^2~171 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e7939bb4de289d4e5176b08f1d00e42e0a07d77;p=pandora-kernel.git [ALSA] hda-codec - Fix capture mixers of ALC662 models The commit that added support for ASUS P701 eeepc also changed the mixers of other ALC662 models, duplicating entries for the Capture items, making them to not work anymore. This fixes it by removing duplicated entries using where possible the common alc662_capture_mixer. Also alc662_capture_mixer should use alc662* functions and not alc882 (I checked /proc/asound/card0/codec* on an eepc model and it's ok). Signed-off-by: Herton Ronaldo Krzesinski Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- Reading git-diff-tree failed