aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-01-15 17:03:02 +0100
committerTakashi Iwai <tiwai@suse.de>2009-01-15 17:03:02 +0100
commit7c4958ee061b678114ffae8fb5783ccc91ffc614 (patch)
treee7a4444b418be0979caa762ed72e52c5fb3a8b2d /sound
parentMerge branch 'topic/virtuoso-fix' into for-linus (diff)
parentALSA: hda - Fix invalid amp value for STAC925x (diff)
downloadlinux-dev-7c4958ee061b678114ffae8fb5783ccc91ffc614.tar.xz
linux-dev-7c4958ee061b678114ffae8fb5783ccc91ffc614.zip
Merge branch 'topic/hda' into for-linus
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_sigmatel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
index e6c13963f215..c39deebb588f 100644
--- a/sound/pci/hda/patch_sigmatel.c
+++ b/sound/pci/hda/patch_sigmatel.c
@@ -886,7 +886,7 @@ static struct hda_verb stac925x_core_init[] = {
/* set dac0mux for dac converter */
{ 0x06, AC_VERB_SET_CONNECT_SEL, 0x00},
/* unmute and set max the selector */
- { 0x0e, AC_VERB_SET_AMP_GAIN_MUTE, 0xb07f },
+ { 0x0e, AC_VERB_SET_AMP_GAIN_MUTE, 0xb01f },
{}
};