diff options
author | Lukasz Wojnilowicz <lukasz.wojnilowicz@gmail.com> | 2009-01-08 12:00:49 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-01-08 12:02:35 +0100 |
commit | a8e4f9ddea4a23705d4eea6afe4a01e1a57a0621 (patch) | |
tree | 4e7b6a28897f7df6ad5b30b79c6a20d1658a52ef /sound | |
parent | e3d6ce6ff6e22ba35de77e306520779b384f0c38 (diff) | |
download | linux-3.10-a8e4f9ddea4a23705d4eea6afe4a01e1a57a0621.tar.gz linux-3.10-a8e4f9ddea4a23705d4eea6afe4a01e1a57a0621.tar.bz2 linux-3.10-a8e4f9ddea4a23705d4eea6afe4a01e1a57a0621.zip |
ALSA: hda - Add quirks for Acer Aspire 5930G and 6930G
This is a patch which adds correct auto detection of model for
snd-hda-intel for Acer Aspire 5930G and 6930G. Tested on my 5930G. It
finally adds hp jack sense and 5.1 speaker system sliders.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 9065ebf9c06..ad23dc3a180 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -8461,6 +8461,10 @@ static struct snd_pci_quirk alc883_cfg_tbl[] = { SND_PCI_QUIRK(0x1025, 0x0121, "Acer Aspire 5920G", ALC883_ACER_ASPIRE), SND_PCI_QUIRK(0x1025, 0x013e, "Acer Aspire 4930G", ALC888_ACER_ASPIRE_4930G), + SND_PCI_QUIRK(0x1025, 0x013f, "Acer Aspire 5930G", + ALC888_ACER_ASPIRE_4930G), + SND_PCI_QUIRK(0x1025, 0x015e, "Acer Aspire 6930G", + ALC888_ACER_ASPIRE_4930G), 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), |