ALSA: hda - Fix mute sound with STAC9227/9228 codecs
authorTakashi Iwai <tiwai@suse.de>
Sun, 11 Oct 2009 15:38:29 +0000 (17:38 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 13 Oct 2009 13:29:34 +0000 (15:29 +0200)
commit54930531a00af5a1c33361a02e67dd1802110465
treed6e4adeb2038a0eba0129cd770b18e72d6465ebd
parent2d9c648295d7bc376305337d29f540a5e411f632
ALSA: hda - Fix mute sound with STAC9227/9228 codecs

On FSC laptops, the sound gets muted gradually when the volume is chnaged.
This is due to the wrong volume-knob widget setup.  The delta bit (bit 7)
shouldn't be set for these devices.

This patch adds a new quirk to set the value 0x7f to the widget 0x24
instead of 0xff.

Reference: Novell bnc#546006
http://bugzilla.novell.com/show_bug.cgi?id=546006

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Documentation/sound/alsa/HD-Audio-Models.txt
sound/pci/hda/patch_sigmatel.c