diff options
author | Marius Knaust <marius.knaust@gmail.com> | 2014-03-03 01:48:58 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-03-23 21:38:14 -0700 |
commit | 9bfc5d3d4844bcb66405f2ffbbf172c50b90414e (patch) | |
tree | 4d9de7d092ec126d39fa877e6e7abeb1e288f122 | |
parent | d4fa4f9c62ec91fd835717ae1579c8618d0fe039 (diff) | |
download | linux-3.10-9bfc5d3d4844bcb66405f2ffbbf172c50b90414e.tar.gz linux-3.10-9bfc5d3d4844bcb66405f2ffbbf172c50b90414e.tar.bz2 linux-3.10-9bfc5d3d4844bcb66405f2ffbbf172c50b90414e.zip |
ALSA: hda - Added inverted digital-mic handling for Acer TravelMate 8371
commit a6b92b6650d010d58b6e6fe42c6271266e0b1134 upstream.
Signed-off-by: Marius Knaust <marius.knaust@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | 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 e0bdcb3ecf0..34548589f41 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -3648,6 +3648,7 @@ static const struct hda_fixup alc269_fixups[] = { }; static const struct snd_pci_quirk alc269_fixup_tbl[] = { + SND_PCI_QUIRK(0x1025, 0x0283, "Acer TravelMate 8371", ALC269_FIXUP_INV_DMIC), SND_PCI_QUIRK(0x1025, 0x029b, "Acer 1810TZ", ALC269_FIXUP_INV_DMIC), SND_PCI_QUIRK(0x1025, 0x0349, "Acer AOD260", ALC269_FIXUP_INV_DMIC), SND_PCI_QUIRK(0x1028, 0x05bd, "Dell", ALC269_FIXUP_DELL2_MIC_NO_PRESENCE), |