[ALSA] ac97 - Add entry for VIA VT1618 codec
Modules: AC97 Codec Added the missing entry for VIA VT1618 codec. No particular patch is needed, though. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
e092228313
commit
73864fc634
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ static const struct ac97_codec_id snd_ac97_codec_ids[] = {
|
|||
{ 0x54584e20, 0xffffffff, "TLC320AD9xC", NULL, NULL },
|
||||
{ 0x56494161, 0xffffffff, "VIA1612A", NULL, NULL }, // modified ICE1232 with S/PDIF
|
||||
{ 0x56494170, 0xffffffff, "VIA1617A", patch_vt1617a, NULL }, // modified VT1616 with S/PDIF
|
||||
{ 0x56494182, 0xffffffff, "VIA1618", NULL, NULL },
|
||||
{ 0x57454301, 0xffffffff, "W83971D", NULL, NULL },
|
||||
{ 0x574d4c00, 0xffffffff, "WM9701A", NULL, NULL },
|
||||
{ 0x574d4C03, 0xffffffff, "WM9703,WM9707,WM9708,WM9717", patch_wolfson03, NULL},
|
||||
|
|
Loading…
Reference in a new issue