diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-06-13 10:16:43 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-06-13 10:16:43 +0200 |
commit | e46b0c8c08cd97eb8f9a523986908add3ece0cc6 (patch) | |
tree | 8f8f55f302f8497d34abf4b0a2f3785d8efda41b /sound | |
parent | a5c0f88678cd2fb1f649f7d366d756f2b2f97f0c (diff) | |
download | linux-3.10-e46b0c8c08cd97eb8f9a523986908add3ece0cc6.tar.gz linux-3.10-e46b0c8c08cd97eb8f9a523986908add3ece0cc6.tar.bz2 linux-3.10-e46b0c8c08cd97eb8f9a523986908add3ece0cc6.zip |
ALSA: hda - Add quirk for Acer Aspire 6935G
Added model=acer-aspire-8930g for Acer Aspire 6935G (1025:0146).
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 337d2a59c67..d22b2606801 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -9014,6 +9014,8 @@ static struct snd_pci_quirk alc883_cfg_tbl[] = { ALC888_ACER_ASPIRE_4930G), SND_PCI_QUIRK(0x1025, 0x0145, "Acer Aspire 8930G", ALC888_ACER_ASPIRE_8930G), + SND_PCI_QUIRK(0x1025, 0x0146, "Acer Aspire 6935G", + ALC888_ACER_ASPIRE_8930G), SND_PCI_QUIRK(0x1025, 0x0157, "Acer X3200", ALC883_AUTO), SND_PCI_QUIRK(0x1025, 0x0158, "Acer AX1700-U3700A", ALC883_AUTO), SND_PCI_QUIRK(0x1025, 0x015e, "Acer Aspire 6930G", |