diff options
-rw-r--r-- | sys/dev/sound/pcm/ac97.c | 6 |
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 }, |