diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 25230f4c888e..6d9a4a2aa4af 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -884,6 +884,8 @@ static struct hda_verb stac92hd71bxx_analog_core_init[] = { | |||
884 | static struct hda_verb stac925x_core_init[] = { | 884 | static struct hda_verb stac925x_core_init[] = { |
885 | /* set dac0mux for dac converter */ | 885 | /* set dac0mux for dac converter */ |
886 | { 0x06, AC_VERB_SET_CONNECT_SEL, 0x00}, | 886 | { 0x06, AC_VERB_SET_CONNECT_SEL, 0x00}, |
887 | /* unmute and set max the selector */ | ||
888 | { 0x0e, AC_VERB_SET_AMP_GAIN_MUTE, 0xb07f }, | ||
887 | {} | 889 | {} |
888 | }; | 890 | }; |
889 | 891 | ||