summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/ac97.c
diff options
context:
space:
mode:
authororion <orion@FreeBSD.org>2003-04-04 07:37:25 +0000
committerorion <orion@FreeBSD.org>2003-04-04 07:37:25 +0000
commitff6ab443fdfac54d45368cde95eed170b53a6cbe (patch)
tree1661cd52590dd04a391c9b9a043d4a2ed59046f3 /sys/dev/sound/pcm/ac97.c
parent63feb030828623898c121d244076fc52a9785bc5 (diff)
downloadFreeBSD-src-ff6ab443fdfac54d45368cde95eed170b53a6cbe.zip
FreeBSD-src-ff6ab443fdfac54d45368cde95eed170b53a6cbe.tar.gz
Additional codec ids.
Diffstat (limited to 'sys/dev/sound/pcm/ac97.c')
-rw-r--r--sys/dev/sound/pcm/ac97.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/sound/pcm/ac97.c b/sys/dev/sound/pcm/ac97.c
index ea6f788..0bc443a 100644
--- a/sys/dev/sound/pcm/ac97.c
+++ b/sys/dev/sound/pcm/ac97.c
@@ -115,6 +115,12 @@ static struct ac97_codecid ac97codecid[] = {
{ 0x41445348, 0x00, 0, "AD1881A", 0 },
{ 0x41445360, 0x00, 0, "AD1885", 0 },
{ 0x41445361, 0x00, 0, "AD1886", ad1886_patch },
+ { 0x41445362, 0x00, 0, "AD1887", 0 },
+ { 0x41445363, 0x00, 0, "AD1886A", 0 },
+ { 0x41445370, 0x00, 0, "AD1980", 0 },
+ { 0x41445372, 0x00, 0, "AD1981A", 0 },
+ { 0x41445374, 0x00, 0, "AD1981B", 0 },
+ { 0x41445375, 0x00, 0, "AD1985", 0 },
{ 0x414b4d00, 0x00, 1, "AK4540", 0 },
{ 0x414b4d01, 0x00, 1, "AK4542", 0 },
{ 0x414b4d02, 0x00, 1, "AK4543", 0 },
OpenPOWER on IntegriCloud