aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-09-01 07:56:23 -0400
committerJaroslav Kysela <perex@suse.cz>2005-09-12 04:40:37 -0400
commit5d529390dc944e5d17e46cb5ca93519153f9bf07 (patch)
treed6dc2a881832533316a1ab01fd030d3ee6fb2c17 /sound
parent8e3d759d4b5d841c2a665cffe6cd237dab49e3b1 (diff)
[ALSA] intel8x0 - Add quirk for IBM NetVisa A30p
Intel8x0 driver Added ac97_quirk entry for IBM NetVisa A30p. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/intel8x0.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c
index 7b548416dcef..d846cbfaa31c 100644
--- a/sound/pci/intel8x0.c
+++ b/sound/pci/intel8x0.c
@@ -1759,6 +1759,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = {
1759 .type = AC97_TUNE_ALC_JACK 1759 .type = AC97_TUNE_ALC_JACK
1760 }, 1760 },
1761 { 1761 {
1762 .subvendor = 0x1014,
1763 .subdevice = 0x0267,
1764 .name = "IBM NetVista A30p", /* AD1981B */
1765 .type = AC97_TUNE_HP_ONLY
1766 },
1767 {
1762 .subvendor = 0x1028, 1768 .subvendor = 0x1028,
1763 .subdevice = 0x00d8, 1769 .subdevice = 0x00d8,
1764 .name = "Dell Precision 530", /* AD1885 */ 1770 .name = "Dell Precision 530", /* AD1885 */