diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-05-13 05:32:52 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-05-13 05:32:52 -0400 |
commit | 22b530e0287724f00dde9a15a94d408c3334e86c (patch) | |
tree | 96af3b9df96ebf434f44ba49ca486da5a9bbfa3b /sound/pci/hda/patch_realtek.c | |
parent | 9541ba1d665542c96f7c0b5b836bbc1fd9d961b6 (diff) |
ALSA: hda - Disable fallback to model=acer for Acer laptops
The model=acer for ALC883/889 doesn't work well for the recent Acer
Aspire laptops. Since model=auto works better nowadays, it's safer
to use the default fallback instead of the Acer specific one.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_realtek.c')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index c14020ab3cb6..51954bacaa01 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -8622,8 +8622,10 @@ static struct snd_pci_quirk alc883_cfg_tbl[] = { | |||
8622 | ALC888_ACER_ASPIRE_4930G), | 8622 | ALC888_ACER_ASPIRE_4930G), |
8623 | SND_PCI_QUIRK(0x1025, 0x0166, "Acer Aspire 6530G", | 8623 | SND_PCI_QUIRK(0x1025, 0x0166, "Acer Aspire 6530G", |
8624 | ALC888_ACER_ASPIRE_4930G), | 8624 | ALC888_ACER_ASPIRE_4930G), |
8625 | /* default Acer */ | 8625 | /* default Acer -- disabled as it causes more problems. |
8626 | SND_PCI_QUIRK_VENDOR(0x1025, "Acer laptop", ALC883_ACER), | 8626 | * model=auto should work fine now |
8627 | */ | ||
8628 | /* SND_PCI_QUIRK_VENDOR(0x1025, "Acer laptop", ALC883_ACER), */ | ||
8627 | SND_PCI_QUIRK(0x1028, 0x020d, "Dell Inspiron 530", ALC888_6ST_DELL), | 8629 | SND_PCI_QUIRK(0x1028, 0x020d, "Dell Inspiron 530", ALC888_6ST_DELL), |
8628 | SND_PCI_QUIRK(0x103c, 0x2a3d, "HP Pavillion", ALC883_6ST_DIG), | 8630 | SND_PCI_QUIRK(0x103c, 0x2a3d, "HP Pavillion", ALC883_6ST_DIG), |
8629 | SND_PCI_QUIRK(0x103c, 0x2a4f, "HP Samba", ALC888_3ST_HP), | 8631 | SND_PCI_QUIRK(0x103c, 0x2a4f, "HP Samba", ALC888_3ST_HP), |