[ALSA] hda-codec - Fix ALC662 DAC mixer mutes
authorHerton Ronaldo Krzesinski <herton@mandriva.com>
Fri, 14 Mar 2008 11:52:20 +0000 (12:52 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 24 Apr 2008 10:00:24 +0000 (12:00 +0200)
commit7055ad8a996b2b77f12242109c0b5bacc237e824
tree4847c680ba9cb592a114c3097fdecee01950dc63
parent2626a263ffc2369499442933b1c313de0a066ede
[ALSA] hda-codec - Fix ALC662 DAC mixer mutes

Currently ALC662 doesn't suport amp mute for AmpOut in nids 0x02, 0x03,
0x04 (see block diagram in ALC662 datasheet page 3, does M correspond to
mute?). The result is that currently mute for "Front Playback Switch",
"Surround Playback Switch", "Center Playback Switch" and "LFE Playback
Switch" mixer items doesn't work (tested on Asus P5GC-MX motherboard
with 3stack-6ch model).

The solution I found for this is to mute the proper inputs in 0x0c,
0x0d, 0x0e audio mixers.

Signed-off-by: Herton Ronaldo Krzesinski <herton@mandriva.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c