aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@suse.cz>2004-11-29 11:00:41 +0100
committerJaroslav Kysela <perex@suse.cz>2004-11-29 11:00:41 +0100
commitc65b948bdfb0dfbbd1716a703832a03bc1338399 (patch)
tree2fbf1af785cdb79cce9a65271fe5333100679844 /sound
parentb8c748d8bf35fa0e48e58760ec6d66e4a6a84a7c (diff)
downloadhistory-c65b948bdfb0dfbbd1716a703832a03bc1338399.tar.gz
[ALSA] AC97 quirks for Dell
Intel8x0 driver Added ac97 quirks for some dell machines. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/intel8x0.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c
index 2ff1a28d302656..ffcfc2e6730f9f 100644
--- a/sound/pci/intel8x0.c
+++ b/sound/pci/intel8x0.c
@@ -1741,6 +1741,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = {
},
{
.vendor = 0x1028,
+ .device = 0x010d,
+ .name = "Dell", /* which model? AD1885 */
+ .type = AC97_TUNE_HP_ONLY
+ },
+ {
+ .vendor = 0x1028,
.device = 0x0126,
.name = "Dell Optiplex GX260", /* AD1981A */
.type = AC97_TUNE_HP_ONLY
@@ -1751,6 +1757,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = {
.name = "Dell Precision 450", /* AD1981B*/
.type = AC97_TUNE_HP_ONLY
},
+ {
+ .vendor = 0x1028,
+ .device = 0x0147,
+ .name = "Dell", /* which model? AD1981B*/
+ .type = AC97_TUNE_HP_ONLY
+ },
{ /* FIXME: which codec? */
.vendor = 0x103c,
.device = 0x00c3,