diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-06-02 19:57:08 +0200 |
---|---|---|
committer | Luis Henriques <luis.henriques@canonical.com> | 2015-06-11 11:24:59 +0100 |
commit | 0408d71a1ba14fdcfb329079c8fce367233ce482 (patch) | |
tree | b52787bc5918ec5bc8c56b3230cea7efe89b0c51 /sound | |
parent | db1461a3232194d9054cc87697df94490cae4582 (diff) | |
download | linux-stable-0408d71a1ba14fdcfb329079c8fce367233ce482.tar.gz linux-stable-0408d71a1ba14fdcfb329079c8fce367233ce482.tar.bz2 linux-stable-0408d71a1ba14fdcfb329079c8fce367233ce482.zip |
ALSA: hda/realtek - Add a fixup for another Acer Aspire 9420
commit b5d724b1add6eabf3aa7276ab3454ea9f45eebd3 upstream.
Acer Aspire 9420 with ALC883 (1025:0107) needs the fixup for EAPD to
make the sound working like other Aspire models.
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=94111
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
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 e4239715a5e6..9d2aedb84797 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -2245,6 +2245,7 @@ static const struct hda_fixup alc882_fixups[] = { static const struct snd_pci_quirk alc882_fixup_tbl[] = { SND_PCI_QUIRK(0x1025, 0x006c, "Acer Aspire 9810", ALC883_FIXUP_ACER_EAPD), SND_PCI_QUIRK(0x1025, 0x0090, "Acer Aspire", ALC883_FIXUP_ACER_EAPD), + SND_PCI_QUIRK(0x1025, 0x0107, "Acer Aspire", ALC883_FIXUP_ACER_EAPD), SND_PCI_QUIRK(0x1025, 0x010a, "Acer Ferrari 5000", ALC883_FIXUP_ACER_EAPD), SND_PCI_QUIRK(0x1025, 0x0110, "Acer Aspire", ALC883_FIXUP_ACER_EAPD), SND_PCI_QUIRK(0x1025, 0x0112, "Acer Aspire 9303", ALC883_FIXUP_ACER_EAPD), |