]> Git Repo - linux.git/commitdiff
ALSA: hda/realtek - Add support headset mode for New DELL WYSE NB
authorKailang Yang <[email protected]>
Thu, 14 Mar 2019 07:50:59 +0000 (15:50 +0800)
committerTakashi Iwai <[email protected]>
Thu, 14 Mar 2019 09:31:02 +0000 (10:31 +0100)
Enable headset mode support for new WYSE NB platform.

Signed-off-by: Kailang Yang <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
sound/pci/hda/patch_realtek.c

index dddfd0f03bcaf57a56df1fa34e2dcb069cac4594..384719d5c44ec89158e781b63a912734e3d24216 100644 (file)
@@ -6750,6 +6750,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
        SND_PCI_QUIRK(0x1028, 0x0872, "Dell Precision 3630", ALC255_FIXUP_DELL_HEADSET_MIC),
        SND_PCI_QUIRK(0x1028, 0x0873, "Dell Precision 3930", ALC255_FIXUP_DUMMY_LINEOUT_VERB),
        SND_PCI_QUIRK(0x1028, 0x08ad, "Dell WYSE AIO", ALC225_FIXUP_DELL_WYSE_AIO_MIC_NO_PRESENCE),
+       SND_PCI_QUIRK(0x1028, 0x08ae, "Dell WYSE NB", ALC225_FIXUP_DELL1_MIC_NO_PRESENCE),
        SND_PCI_QUIRK(0x1028, 0x0935, "Dell", ALC274_FIXUP_DELL_AIO_LINEOUT_VERB),
        SND_PCI_QUIRK(0x1028, 0x164a, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),
        SND_PCI_QUIRK(0x1028, 0x164b, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),
This page took 0.075935 seconds and 4 git commands to generate.