From: Kailang Yang Date: Mon, 9 Dec 2019 07:56:15 +0000 (+0800) Subject: ALSA: hda/realtek - Add headset Mic no shutup for ALC283 X-Git-Tag: v5.4.9~121 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=52702a539c33111fe35cc84593317cb2a9eb5f2b;p=thirdparty%2Fkernel%2Fstable.git ALSA: hda/realtek - Add headset Mic no shutup for ALC283 commit 66c5d718e5a6f80153b5e8d6ad8ba8e9c3320839 upstream. Chrome machine had humming noise from external speaker plugin at codec D3 state. Signed-off-by: Kailang Yang Cc: Link: https://lore.kernel.org/r/2692449396954c6c968f5b75e2660358@realtek.com Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 62a471b5fc87a..252888f426dea 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -501,6 +501,7 @@ static void alc_shutup_pins(struct hda_codec *codec) struct alc_spec *spec = codec->spec; switch (codec->core.vendor_id) { + case 0x10ec0283: case 0x10ec0286: case 0x10ec0288: case 0x10ec0298: