summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorariff <ariff@FreeBSD.org>2006-01-07 05:20:46 +0000
committerariff <ariff@FreeBSD.org>2006-01-07 05:20:46 +0000
commit1895af09715fa4a8c4bc7dfbecb5b2f9651ca0e2 (patch)
treec1ca923c69c1387126a6e813718140b670c7dafb
parenta4e63b41b7f9faecf80e966fc616f39906f3b1a5 (diff)
downloadFreeBSD-src-1895af09715fa4a8c4bc7dfbecb5b2f9651ca0e2.zip
FreeBSD-src-1895af09715fa4a8c4bc7dfbecb5b2f9651ca0e2.tar.gz
Add codec id support for Analog Device AD1986 AC'97 codec.
Submitted by: UMENO Takashi <umeno at rr.iij4u.or.jp> PR: kern/80234 MFC after: 2 days
-rw-r--r--sys/dev/sound/pcm/ac97.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sound/pcm/ac97.c b/sys/dev/sound/pcm/ac97.c
index 8533a0a..53365a9 100644
--- a/sys/dev/sound/pcm/ac97.c
+++ b/sys/dev/sound/pcm/ac97.c
@@ -138,6 +138,7 @@ static struct ac97_codecid ac97codecid[] = {
{ 0x41445372, 0x00, 0, "AD1981A", 0 },
{ 0x41445374, 0x00, 0, "AD1981B", 0 },
{ 0x41445375, 0x00, 0, "AD1985", ad198x_patch },
+ { 0x41445378, 0x00, 0, "AD1986", ad198x_patch },
{ 0x414b4d00, 0x00, 1, "AK4540", 0 },
{ 0x414b4d01, 0x00, 1, "AK4542", 0 },
{ 0x414b4d02, 0x00, 1, "AK4543", 0 },
OpenPOWER on IntegriCloud