diff options
author | Takashi Iwai <tiwai@suse.de> | 2007-09-06 09:00:27 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2007-10-16 10:49:07 -0400 |
commit | b875bf3aaf743fb461ab97e07752fbd825c2d78f (patch) | |
tree | 7ce57374499f6b5c6a15c838cd856a1681451bd2 /sound | |
parent | 0438a00e64f38b2f655a10167f9f2d9759856069 (diff) |
[ALSA] hda-codec - Add quirk entry for Casper CPR2000
Added the quirk entry for Casper CPR2000 (model=acer) with ALC268 codec
(ALSA bug#3343).
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
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 f06494a97761..90ab518dfe53 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -9100,6 +9100,7 @@ static struct snd_pci_quirk alc268_cfg_tbl[] = { | |||
9100 | SND_PCI_QUIRK(0x103c, 0x30cc, "TOSHIBA", ALC268_TOSHIBA), | 9100 | SND_PCI_QUIRK(0x103c, 0x30cc, "TOSHIBA", ALC268_TOSHIBA), |
9101 | SND_PCI_QUIRK(0x1025, 0x0126, "Acer", ALC268_ACER), | 9101 | SND_PCI_QUIRK(0x1025, 0x0126, "Acer", ALC268_ACER), |
9102 | SND_PCI_QUIRK(0x1025, 0x0130, "Acer Extensa 5210", ALC268_ACER), | 9102 | SND_PCI_QUIRK(0x1025, 0x0130, "Acer Extensa 5210", ALC268_ACER), |
9103 | SND_PCI_QUIRK(0x152d, 0x0763, "Diverse (CPR2000)", ALC268_ACER), | ||
9103 | {} | 9104 | {} |
9104 | }; | 9105 | }; |
9105 | 9106 | ||