diff options
author | David Henningsson <david.henningsson@canonical.com> | 2013-01-28 05:45:47 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-01-28 09:50:50 +0100 |
commit | fcd8f3b1d43c645e291638bc6c80a1c680722869 (patch) | |
tree | 0bb2c9335bdd3f316c3ac5c3dccce2d285d39a1a /sound | |
parent | d56268fb108c7c21e19933588ca4d94652585183 (diff) | |
download | linux-3.10-fcd8f3b1d43c645e291638bc6c80a1c680722869.tar.gz linux-3.10-fcd8f3b1d43c645e291638bc6c80a1c680722869.tar.bz2 linux-3.10-fcd8f3b1d43c645e291638bc6c80a1c680722869.zip |
ALSA: hda - fix inverted internal mic on Acer AOA150/ZG5
This patch enables internal mic input on the machine.
Cc: stable@vger.kernel.org
BugLink: https://bugs.launchpad.net/bugs/1107477
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-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 a4b93647b39..5faaad219a7 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -5709,6 +5709,7 @@ static const struct alc_model_fixup alc268_fixup_models[] = { }; static const struct snd_pci_quirk alc268_fixup_tbl[] = { + SND_PCI_QUIRK(0x1025, 0x015b, "Acer AOA 150 (ZG5)", ALC268_FIXUP_INV_DMIC), /* below is codec SSID since multiple Toshiba laptops have the * same PCI SSID 1179:ff00 */ |