diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-04-22 19:39:49 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-04-24 12:00:42 +0200 |
commit | a0b8f7d89b8de0cc79999b9fdd3a303912f3b2a3 (patch) | |
tree | 2811874a31029c1e83ba0e5234fc274241fc8344 /sound | |
parent | d8ed061a9fb2ab1f4bd90b5c30f4dc98b9c2085b (diff) | |
download | linux-3.10-a0b8f7d89b8de0cc79999b9fdd3a303912f3b2a3.tar.gz linux-3.10-a0b8f7d89b8de0cc79999b9fdd3a303912f3b2a3.tar.bz2 linux-3.10-a0b8f7d89b8de0cc79999b9fdd3a303912f3b2a3.zip |
[ALSA] hda - Fix model for Acer Aspire 5720z
Set the proper model=acer for Acer Aspire 5720z with ALC268 codec.
ALSA bug#3550:
https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3550
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-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 732515dcc99..cdda64b02f4 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -10404,6 +10404,7 @@ static const char *alc268_models[ALC268_MODEL_LAST] = { }; static struct snd_pci_quirk alc268_cfg_tbl[] = { + SND_PCI_QUIRK(0x1025, 0x011e, "Acer Aspire 5720z", ALC268_ACER), SND_PCI_QUIRK(0x1025, 0x0126, "Acer", ALC268_ACER), SND_PCI_QUIRK(0x1025, 0x012e, "Acer Aspire 5310", ALC268_ACER), SND_PCI_QUIRK(0x1025, 0x0130, "Acer Extensa 5210", ALC268_ACER), |