Commit 53f3beda authored by Jaroslav Kysela's avatar Jaroslav Kysela

[ALSA] ac97 quirk entries for HP xw6200 & xw8000

Intel8x0 driver
Add AC97 quick list entries to snd-intel8x0 for HP xw6200 and xw8000.
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent c688e954
......@@ -1769,7 +1769,13 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = {
{ /* FIXME: which codec? */
.vendor = 0x103c,
.device = 0x00c3,
.name = "Hewlett-Packard onboard",
.name = "HP xw6000",
.type = AC97_TUNE_HP_ONLY
},
{
.vendor = 0x103c,
.device = 0x129d,
.name = "HP xw8000",
.type = AC97_TUNE_HP_ONLY
},
{
......@@ -1784,6 +1790,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = {
.name = "HP xw8200", /* AD1981B*/
.type = AC97_TUNE_HP_ONLY
},
{
.vendor = 0x103c,
.device = 0x12f2,
.name = "HP xw6200",
.type = AC97_TUNE_HP_ONLY
},
{
.vendor = 0x103c,
.device = 0x3008,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment