mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
[ALSA] intel8x0 - Add ac97 quirk for Tyan Thunder K8WE board
Added the default ac97 quirk (hp_only) for Tyan Thunder K8WE board. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
This commit is contained in:
parent
9f37c5b3ae
commit
4f42bcc19a
1 changed files with 6 additions and 0 deletions
|
@ -1955,6 +1955,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = {
|
|||
.name = "AMD64 Mobo", /* ALC650 */
|
||||
.type = AC97_TUNE_HP_ONLY
|
||||
},
|
||||
{
|
||||
.subvendor = 0x10f1,
|
||||
.subdevice = 0x2895,
|
||||
.name = "Tyan Thunder K8WE",
|
||||
.type = AC97_TUNE_HP_ONLY
|
||||
},
|
||||
{
|
||||
.subvendor = 0x110a,
|
||||
.subdevice = 0x0056,
|
||||
|
|
Loading…
Reference in a new issue