diff options
author | orion <orion@FreeBSD.org> | 2003-08-21 23:22:51 +0000 |
---|---|---|
committer | orion <orion@FreeBSD.org> | 2003-08-21 23:22:51 +0000 |
commit | 3474251a8ef5c1e8274ca20f2cd90dd3aaa4c019 (patch) | |
tree | 2ee623ead7d9d04e3c711bcaf238f337199457e8 /sys/dev | |
parent | 6c1cd2954d23339930cbe2a57e83a47f5bf8d558 (diff) | |
download | FreeBSD-src-3474251a8ef5c1e8274ca20f2cd90dd3aaa4c019.zip FreeBSD-src-3474251a8ef5c1e8274ca20f2cd90dd3aaa4c019.tar.gz |
Additional VT1616 id.
Submitted by: Greg Lewis
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/sound/pcm/ac97.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/ac97.c b/sys/dev/sound/pcm/ac97.c index 18f7ff2..4b25de9 100644 --- a/sys/dev/sound/pcm/ac97.c +++ b/sys/dev/sound/pcm/ac97.c @@ -152,7 +152,7 @@ static struct ac97_codecid ac97codecid[] = { { 0x49434501, 0x00, 0, "ICE1230", 0 }, { 0x49434511, 0x00, 0, "ICE1232", 0 }, { 0x49434514, 0x00, 0, "ICE1232A", 0 }, - { 0x49434551, 0x00, 0, "VT1616", 0 }, /* Via badged ICE */ + { 0x49434551, 0x03, 0, "VT1616", 0 }, /* Via badged ICE */ { 0x4e534340, 0x00, 0, "LM4540", 0 }, /* Spec blank on revid */ { 0x4e534343, 0x00, 0, "LM4543", 0 }, /* Ditto */ { 0x4e534346, 0x00, 0, "LM4546A", 0 }, |