diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-03-23 22:50:52 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-03-23 22:50:52 +0100 |
commit | 9b6682ff4c69484b6955f89f7902e3dde2481bed (patch) | |
tree | a4c54905a7331fb04065753af34f5c015e8a822d | |
parent | 14bafe3278e5da952a6586a5a9a9d286566049ed (diff) | |
download | linux-3.10-9b6682ff4c69484b6955f89f7902e3dde2481bed.tar.gz linux-3.10-9b6682ff4c69484b6955f89f7902e3dde2481bed.tar.bz2 linux-3.10-9b6682ff4c69484b6955f89f7902e3dde2481bed.zip |
ALSA: hda - Add quirk for Acer Ferrari 5000
Add a quirk model=acer-aspire for Acer Ferrari 5000 with ALC883 codec.
Note that model=auto doesn't work for this laptop because of broken BIOS
(that doesn't set the subsystem id properly).
Tested-by: Russ Dill <russ.dill@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-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 7a3c6db6d5b..82097790f6f 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -8677,6 +8677,7 @@ static struct snd_pci_quirk alc883_cfg_tbl[] = { SND_PCI_QUIRK(0x1019, 0x6668, "ECS", ALC883_3ST_6ch_DIG), SND_PCI_QUIRK(0x1025, 0x006c, "Acer Aspire 9810", ALC883_ACER_ASPIRE), SND_PCI_QUIRK(0x1025, 0x0090, "Acer Aspire", ALC883_ACER_ASPIRE), + SND_PCI_QUIRK(0x1025, 0x010a, "Acer Ferrari 5000", ALC883_ACER_ASPIRE), SND_PCI_QUIRK(0x1025, 0x0110, "Acer Aspire", ALC883_ACER_ASPIRE), SND_PCI_QUIRK(0x1025, 0x0112, "Acer Aspire 9303", ALC883_ACER_ASPIRE), SND_PCI_QUIRK(0x1025, 0x0121, "Acer Aspire 5920G", ALC883_ACER_ASPIRE), |