From: Kailang Yang Date: Wed, 4 Dec 2013 07:06:14 +0000 (+0800) Subject: ALSA: hda/realtek - remove hp_automute_hook from alc283_fixup_chromebook X-Git-Tag: accepted/tizen/common/20141203.182822~641^2~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eb21aad9fdf7882801923431ccbc9226e2c3be17;p=platform%2Fkernel%2Flinux-arm64.git ALSA: hda/realtek - remove hp_automute_hook from alc283_fixup_chromebook I forgot to remove the hp_automute_hook from alc283_fixup_chromebook. It doesn't need this for other chrome os machine. Signed-off-by: Kailang Yang Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index ba2b982..e327e63 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -3613,7 +3613,6 @@ static void alc283_fixup_chromebook(struct hda_codec *codec, snd_hda_override_wcaps(codec, 0x03, 0); /* Disable AA-loopback as it causes white noise */ spec->gen.mixer_nid = 0; - spec->gen.hp_automute_hook = alc283_hp_automute_hook; break; case HDA_FIXUP_ACT_INIT: /* Enable Line1 input control by verb */