Commit 0812e18a authored by Linus Torvalds's avatar Linus Torvalds Committed by Jeff Garzik

Revert duplicate AC97 id's.

They were already there, properly sorted too.
parent d8edb397
...@@ -1880,24 +1880,6 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = { ...@@ -1880,24 +1880,6 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = {
.type = AC97_TUNE_HP_ONLY .type = AC97_TUNE_HP_ONLY
}, },
#endif #endif
{
.vendor = 0x1028,
.device = 0x012d,
.name = "Dell Precision 450", /* AD1981B*/
.type = AC97_TUNE_HP_ONLY
},
{
.vendor = 0x103c,
.device = 0x3008,
.name = "HP xw4200", /* AD1981B*/
.type = AC97_TUNE_HP_ONLY
},
{
.vendor = 0x103c,
.device = 0x12f1,
.name = "HP xw8200", /* AD1981B*/
.type = AC97_TUNE_HP_ONLY
},
{ } /* terminator */ { } /* terminator */
}; };
......
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