Date: Mon, 3 Mar 2003 23:00:06 -0500 (EST) From: Colin Perkins <csp@csperkins.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: kern/48907: Add missing AC97 codec ids to sound driver Message-ID: <200303040400.h24406eM000534@purple.nge.isi.edu>
index | next in thread | raw e-mail
>Number: 48907
>Category: kern
>Synopsis: Add missing AC97 codec ids to sound driver
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Mon Mar 03 20:10:10 PST 2003
>Closed-Date:
>Last-Modified:
>Originator: Colin Perkins
>Release: FreeBSD 4.8-RC i386
>Organization:
USC/ISI
>Environment:
System: FreeBSD purple.nge.isi.edu 4.8-RC FreeBSD 4.8-RC #1: Mon Mar 3 22:45:42 EST 2003 root@purple.nge.isi.edu:/usr/obj/usr/src/sys/PURPLE i386
>Description:
Update to sound code, adding missing ac97 device IDs. Patch againt RELENG_4
enclosed.
>How-To-Repeat:
Boot system. Dmesg shows:
/kernel: pcm0: <unknown ac97 codec> (id=0x43525936)
or similar.
>Fix:
Apply the following to /usr/src/sys/dev/sound/pcm/ac97.c
*** ac97.c.orig Mon Mar 3 22:39:03 2003
--- ac97.c Mon Mar 3 22:40:53 2003
***************
*** 102,108 ****
{ 0x4352592b, 0, "Cirrus Logic CS4298C", 0 },
{ 0x43525931, 0, "Cirrus Logic CS4299A", 0 },
{ 0x43525933, 0, "Cirrus Logic CS4299C", 0 },
! { 0x43525934, 0, "Cirrus Logic CS4299D", 0 },
{ 0x43525941, 0, "Cirrus Logic CS4201A", 0 },
{ 0x43525951, 0, "Cirrus Logic CS4205A", 0 },
{ 0x43525961, 0, "Cirrus Logic CS4291A", 0 },
--- 102,110 ----
{ 0x4352592b, 0, "Cirrus Logic CS4298C", 0 },
{ 0x43525931, 0, "Cirrus Logic CS4299A", 0 },
{ 0x43525933, 0, "Cirrus Logic CS4299C", 0 },
! { 0x43525934, 0, "Cirrus Logic CS4299D/E/F/G/H",0 },
! { 0x43525935, 0, "Cirrus Logic CS4299K", 0 },
! { 0x43525936, 0, "Cirrus Logic CS4299L", 0 },
{ 0x43525941, 0, "Cirrus Logic CS4201A", 0 },
{ 0x43525951, 0, "Cirrus Logic CS4205A", 0 },
{ 0x43525961, 0, "Cirrus Logic CS4291A", 0 },
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303040400.h24406eM000534>
