Commit ea262df3 authored by Jaroslav Kysela's avatar Jaroslav Kysela

[ALSA] ac97 quirk entry for Soltek SL-75DRV5

VIA82xx driver
Added an ac97 quirk entry for Soltek SL-75DRV5.
Since the PCI subsystem id is identical with ASRock K7VT2, codec_id is
used additionally to tell between them.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 54f675a9
...@@ -1547,6 +1547,13 @@ static void snd_via82xx_mixer_free_ac97(ac97_t *ac97) ...@@ -1547,6 +1547,13 @@ static void snd_via82xx_mixer_free_ac97(ac97_t *ac97)
} }
static struct ac97_quirk ac97_quirks[] = { static struct ac97_quirk ac97_quirks[] = {
{
.vendor = 0x1106,
.device = 0x4161,
.codec_id = 0x56494161, /* VT1612A */
.name = "Soltek SL-75DRV5",
.type = AC97_TUNE_NONE
},
{ /* FIXME: which codec? */ { /* FIXME: which codec? */
.vendor = 0x1106, .vendor = 0x1106,
.device = 0x4161, .device = 0x4161,
......
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