aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
authorKailang Yang <kailang@realtek.com>2013-12-04 02:06:14 -0500
committerTakashi Iwai <tiwai@suse.de>2013-12-04 02:59:30 -0500
commiteb21aad9fdf7882801923431ccbc9226e2c3be17 (patch)
tree17ef7e2421bb7a9c450d8c1c3a4291119d5438ea /sound/pci
parent0202e99c6910b9908808485c6858e8d475d052dd (diff)
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 <kailang@realtek.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/hda/patch_realtek.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index ba2b982b47ea..e327e630cac4 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,
3613 snd_hda_override_wcaps(codec, 0x03, 0); 3613 snd_hda_override_wcaps(codec, 0x03, 0);
3614 /* Disable AA-loopback as it causes white noise */ 3614 /* Disable AA-loopback as it causes white noise */
3615 spec->gen.mixer_nid = 0; 3615 spec->gen.mixer_nid = 0;
3616 spec->gen.hp_automute_hook = alc283_hp_automute_hook;
3617 break; 3616 break;
3618 case HDA_FIXUP_ACT_INIT: 3617 case HDA_FIXUP_ACT_INIT:
3619 /* Enable Line1 input control by verb */ 3618 /* Enable Line1 input control by verb */