diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 534796e..bb6a6f0 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -5381,6 +5381,8 @@ static int patch_alc662(struct hda_codec *codec) if (err < 0) goto error; } + if (codec->vendor_id == 0x10ec0892) + codec->no_trigger_sense = 1; /* automatic parse from the BIOS config */ err = alc662_parse_auto_config(codec);