diff options
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 0f6de1eb6423..3aa182a16753 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -1894,7 +1894,7 @@ static void alc880_uniwill_p53_hp_automute(struct hda_codec *codec) | |||
1894 | present = snd_hda_codec_read(codec, 0x14, 0, | 1894 | present = snd_hda_codec_read(codec, 0x14, 0, |
1895 | AC_VERB_GET_PIN_SENSE, 0) & 0x80000000; | 1895 | AC_VERB_GET_PIN_SENSE, 0) & 0x80000000; |
1896 | bits = present ? HDA_AMP_MUTE : 0; | 1896 | bits = present ? HDA_AMP_MUTE : 0; |
1897 | snd_hda_codec_amp_stereo(codec, 0x15, HDA_INPUT, 0, HDA_AMP_MUTE, bits); | 1897 | snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0, HDA_AMP_MUTE, bits); |
1898 | } | 1898 | } |
1899 | 1899 | ||
1900 | static void alc880_uniwill_p53_dcvol_automute(struct hda_codec *codec) | 1900 | static void alc880_uniwill_p53_dcvol_automute(struct hda_codec *codec) |