]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Fix (yet more) STAC925x issues
authorTakashi Iwai <tiwai@suse.de>
Thu, 15 Jan 2009 16:31:00 +0000 (17:31 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 15 Jan 2009 16:33:47 +0000 (17:33 +0100)
commitbe8e8c9544f4029b9c3ea5774af989607f626519
tree8e4fc7ca33578a51f2646cbb66d185d95ee0cfeb
parent0ca6eec6c808cc3a7e0cd38c93d3a081a68c9ee9
ALSA: hda - Fix (yet more) STAC925x issues

The codec-parsing of STAC925x was utterly broken due to its unique
design unlike other STAC codecs.  It has a volume control only in NID
0x0e (similar as STAC9200), but the parser assumes that the amp is
available on each DAC widget.

The patch fixes the whole wrong stories: fix the initial volume,
assign the fixed "Master" volume, and avoid to create wrong volume
controls.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_sigmatel.c