17 May 2013 16:43
ALSA: hda - Add headset mic support for another Dell machine
Linux Kernel Mailing List <linux-kernel <at> vger.kernel.org>
2013-05-17 14:43:54 GMT
2013-05-17 14:43:54 GMT
Gitweb: http://git.kernel.org/linus/;a=commit;h=436c4a0cfbc4c7a95c4ea37dbd9f697d5dfd553f Commit: 436c4a0cfbc4c7a95c4ea37dbd9f697d5dfd553f Parent: 088578617d2aaab05ea96b529f16c9a2f1cfbbee Author: David Henningsson <david.henningsson <at> canonical.com> AuthorDate: Wed May 15 13:56:00 2013 +0200 Committer: Takashi Iwai <tiwai <at> suse.de> CommitDate: Thu May 16 07:19:09 2013 +0200 ALSA: hda - Add headset mic support for another Dell machine BugLink: https://bugs.launchpad.net/bugs/1180351 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 files changed, 1 insertions(+), 0 deletions(-) diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 6bf47f7..59d2e91 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c <at> <at> -3482,6 +3482,7 <at> <at> static const struct snd_pci_quirk alc269_fixup_tbl[] = { SND_PCI_QUIRK(0x1028, 0x05c9, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1028, 0x05ca, "Dell", ALC269_FIXUP_DELL2_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1028, 0x05cb, "Dell", ALC269_FIXUP_DELL2_MIC_NO_PRESENCE), + SND_PCI_QUIRK(0x1028, 0x05de, "Dell", ALC269_FIXUP_DELL2_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1028, 0x05e9, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1028, 0x05ea, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE), SND_PCI_QUIRK(0x1028, 0x05eb, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE), --(Continue reading)
RSS Feed