ALSA: hda - Add headset quirk for Dell Inspiron 3135

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Fri Nov 22 17:59:11 EST 2013


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=b8362e70cbbb397db50939bc4c7c78dc3246c3eb
Commit:     b8362e70cbbb397db50939bc4c7c78dc3246c3eb
Parent:     0f5a5b8515472a0219768423226b58228001e3d5
Author:     David Henningsson <david.henningsson at canonical.com>
AuthorDate: Thu Nov 21 14:12:59 2013 +0100
Committer:  Takashi Iwai <tiwai at suse.de>
CommitDate: Thu Nov 21 14:19:13 2013 +0100

    ALSA: hda - Add headset quirk for Dell Inspiron 3135
    
    Cc: stable at vger.kernel.org (3.10+)
    BugLink: https://bugs.launchpad.net/bugs/1253636
    Signed-off-by: David Henningsson <david.henningsson at canonical.com>
    Signed-off-by: Takashi Iwai <tiwai at suse.de>
---
 sound/pci/hda/patch_realtek.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 1c6f008..bb653dd 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -4153,6 +4153,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x1028, 0x0608, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE),
 	SND_PCI_QUIRK(0x1028, 0x0609, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE),
 	SND_PCI_QUIRK(0x1028, 0x0613, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE),
+	SND_PCI_QUIRK(0x1028, 0x0614, "Dell Inspiron 3135", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE),
 	SND_PCI_QUIRK(0x1028, 0x0616, "Dell Vostro 5470", ALC290_FIXUP_MONO_SPEAKERS),
 	SND_PCI_QUIRK(0x1028, 0x061f, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE),
 	SND_PCI_QUIRK(0x1028, 0x063f, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE),



More information about the linux-mtd-cvs mailing list