From: Hui Wang Date: Wed, 3 Sep 2014 03:31:06 +0000 (+0800) Subject: ALSA: hda/realtek - move DELL1_MIC_NO_PRESENCE quirk for alc255 X-Git-Tag: v5.15~16614^2~128 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29a4f69973eede670f8c0735a064ea4a8cd90ac5;p=platform%2Fkernel%2Flinux-starfive.git ALSA: hda/realtek - move DELL1_MIC_NO_PRESENCE quirk for alc255 Cc: David Henningsson Signed-off-by: Hui Wang Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index f8babdf..445b856 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -4821,7 +4821,6 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = { SND_PCI_QUIRK(0x1028, 0x0616, "Dell Vostro 5470", ALC290_FIXUP_SUBWOOFER_HSJACK), SND_PCI_QUIRK(0x1028, 0x061f, "Dell", ALC255_FIXUP_DELL_WMI_MIC_MUTE_LED), SND_PCI_QUIRK(0x1028, 0x0638, "Dell Inspiron 5439", ALC290_FIXUP_MONO_SPEAKERS_HSJACK), - SND_PCI_QUIRK(0x1028, 0x063f, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1028, 0x064a, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1028, 0x064b, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1028, 0x0668, "Dell", ALC255_FIXUP_DELL2_MIC_NO_PRESENCE),