diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 2 |
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[] = { | |||
886 | /* set dac0mux for dac converter */ | 886 | /* set dac0mux for dac converter */ |
887 | { 0x06, AC_VERB_SET_CONNECT_SEL, 0x00}, | 887 | { 0x06, AC_VERB_SET_CONNECT_SEL, 0x00}, |
888 | /* unmute and set max the selector */ | 888 | /* unmute and set max the selector */ |
889 | { 0x0e, AC_VERB_SET_AMP_GAIN_MUTE, 0xb07f }, | 889 | { 0x0e, AC_VERB_SET_AMP_GAIN_MUTE, 0xb01f }, |
890 | {} | 890 | {} |
891 | }; | 891 | }; |
892 | 892 | ||