From 0057a8b45d812fcf59b8e98dc9a8cc0f74ca3bc2 Mon Sep 17 00:00:00 2001 From: Jiang zhe Date: Mon, 14 Apr 2008 13:26:21 +0200 Subject: [PATCH] --- yaml --- r: 92197 b: refs/heads/master c: 64654c2f9e7875a982a9c3b4456ed11ad811ec61 h: refs/heads/master i: 92195: 48dd97998012c7adb1bdb3b5b8131dd3e0ef080f v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/patch_realtek.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 6257d5a71c5e..462f1d640f21 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 07f51a727462696ddea01c7a7750c27796a0e1f3 +refs/heads/master: 64654c2f9e7875a982a9c3b4456ed11ad811ec61 diff --git a/trunk/sound/pci/hda/patch_realtek.c b/trunk/sound/pci/hda/patch_realtek.c index 0f6de1eb6423..3aa182a16753 100644 --- a/trunk/sound/pci/hda/patch_realtek.c +++ b/trunk/sound/pci/hda/patch_realtek.c @@ -1894,7 +1894,7 @@ static void alc880_uniwill_p53_hp_automute(struct hda_codec *codec) present = snd_hda_codec_read(codec, 0x14, 0, AC_VERB_GET_PIN_SENSE, 0) & 0x80000000; bits = present ? HDA_AMP_MUTE : 0; - snd_hda_codec_amp_stereo(codec, 0x15, HDA_INPUT, 0, HDA_AMP_MUTE, bits); + snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0, HDA_AMP_MUTE, bits); } static void alc880_uniwill_p53_dcvol_automute(struct hda_codec *codec)