[ALSA] hda: minor correction to fujitsu ALC260 initverbs
authorTakashi Iwai <tiwai@suse.de>
Thu, 9 Feb 2006 10:57:01 +0000 (11:57 +0100)
committerJaroslav Kysela <perex@suse.cz>
Wed, 22 Mar 2006 09:28:46 +0000 (10:28 +0100)
commit8b33a5aa08c4e462360d812386dcecc0467efd7b
tree5f26737c19b39b64bce53e5f5de44549db0ea686
parent4c5186ed6b25278df595edf2d355ee87b00c4426
[ALSA] hda: minor correction to fujitsu ALC260 initverbs

Modules: HDA Codec driver

Jonathan Woithe <jwoithe@physics.adelaide.edu.au>

The following patch changes the initverbs associated with the output sum
widgets 0x08, 0x09 and 0x0a used with the fujitsu model in patch_realtek.c.
It is against alsa 1.0.11rc3.

Currently these widgets have their output muted, but a close reading of the
datasheet suggests that they don't actually have an output mute.  They have
an *input* mute for each of their two inputs and a single output gain. This
patch therefore activates the input mutes and zeros the output gain.  It has
not yet been tested but the above interpretation of the ALC260 datasheet
seems correct.

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