]> git.baikalelectronics.ru Git - kernel.git/commit
[ALSA] hda-codec - Fix capture mixers of ALC662 models
authorHerton Ronaldo Krzesinski <herton@mandriva.com>
Wed, 19 Dec 2007 16:49:02 +0000 (17:49 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 31 Jan 2008 16:29:43 +0000 (17:29 +0100)
commit88ed89e38922edd946e6d9c83a11188cce38d80a
treed1ef6cbdd8d6f6db98acf487edb51dfb6a1b2d7a
parent2a3a962f9e4546da1f6c0aa6a9a34075a6c3147c
[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 <herton@mandriva.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
sound/pci/hda/patch_realtek.c