summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorTravis Place <wishie@wishie.net>2008-07-27 10:13:26 +0200
committerTakashi Iwai <tiwai@suse.de>2008-07-27 10:22:26 +0200
commitfe7e873f52f17ad9b8ee9e2c70acaddcae22443b (patch)
tree1db13d7d6434be8e793584d310ec7cc2aa1e8505 /sound
parent13c2108de4437771a77f775fe33e9a33c53a8a14 (diff)
downloadlinux-3.10-fe7e873f52f17ad9b8ee9e2c70acaddcae22443b.tar.gz
linux-3.10-fe7e873f52f17ad9b8ee9e2c70acaddcae22443b.tar.bz2
linux-3.10-fe7e873f52f17ad9b8ee9e2c70acaddcae22443b.zip
ALSA: hda - Add automatic model setting for the Acer Aspire 5920G laptop
Make the Acer Aspire 5920G (1025:0121) select ALC883_ACER_ASPIRE by default. Signed-off-by: Travis Place <wishie@wishie.net> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_realtek.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index f1cdce4c8a6..add4e87e0b2 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -7907,6 +7907,7 @@ static struct snd_pci_quirk alc883_cfg_tbl[] = {
SND_PCI_QUIRK(0x1025, 0x006c, "Acer Aspire 9810", 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),
SND_PCI_QUIRK(0x1025, 0, "Acer laptop", ALC883_ACER), /* default Acer */
SND_PCI_QUIRK(0x1028, 0x020d, "Dell Inspiron 530", ALC888_6ST_DELL),
SND_PCI_QUIRK(0x103c, 0x2a3d, "HP Pavillion", ALC883_6ST_DIG),