16 Sep
2019
16 Sep
'19
11:50 p.m.
On Mon, 16 Sep 2019 16:53:38 +0200, James McDonnell wrote:
@@ -7680,6 +7690,11 @@ static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = { {0x17, 0x90170110}, {0x1a, 0x03011020}, {0x21, 0x03211030}),
- SND_HDA_PIN_QUIRK(0x10ec0298, 0x1028, "Dell", ALC298_FIXUP_ALIENWARE_MIC_NO_PRESENCE,
{0x12, 0xb7a60140},
{0x17, 0x90170110},
{0x1a, 0x03a11030},
{0x21, 0x03211020}),
It's a slightly uncertain whether this is 100% safe to apply via the pin-quirk table, but also there is no big other reason to push back, so I applied it now.
Thanks!
Takashi