diff options
author | David Henningsson <david.henningsson@canonical.com> | 2013-01-27 23:45:47 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-01-28 03:50:50 -0500 |
commit | fcd8f3b1d43c645e291638bc6c80a1c680722869 (patch) | |
tree | 0bb2c9335bdd3f316c3ac5c3dccce2d285d39a1a /sound/pci | |
parent | d56268fb108c7c21e19933588ca4d94652585183 (diff) |
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/pci')
-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 a4b93647b397..5faaad219a7f 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[] = { | |||
5709 | }; | 5709 | }; |
5710 | 5710 | ||
5711 | static const struct snd_pci_quirk alc268_fixup_tbl[] = { | 5711 | static const struct snd_pci_quirk alc268_fixup_tbl[] = { |
5712 | SND_PCI_QUIRK(0x1025, 0x015b, "Acer AOA 150 (ZG5)", ALC268_FIXUP_INV_DMIC), | ||
5712 | /* below is codec SSID since multiple Toshiba laptops have the | 5713 | /* below is codec SSID since multiple Toshiba laptops have the |
5713 | * same PCI SSID 1179:ff00 | 5714 | * same PCI SSID 1179:ff00 |
5714 | */ | 5715 | */ |