Bug 48907

Summary: Add missing AC97 codec ids to sound driver
Product: Base System Reporter: Colin Perkins <csp>
Component: kernAssignee: sound
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Colin Perkins 2003-03-04 04:10:10 UTC
Update to sound code, adding missing ac97 device IDs. Patch againt RELENG_4
enclosed.

Fix: Apply the following to /usr/src/sys/dev/sound/pcm/ac97.c
How-To-Repeat: 
Boot system. Dmesg shows:
  /kernel: pcm0: <unknown ac97 codec> (id=0x43525936)
or similar.
Comment 1 dwmalone freebsd_committer freebsd_triage 2003-03-04 21:36:43 UTC
Responsible Changed
From-To: freebsd-bugs->sound

Another PR for sound people.
Comment 2 orion freebsd_committer freebsd_triage 2003-03-05 16:08:23 UTC
State Changed
From-To: open->analyzed

Hi 

This is addressed in -CURRENT with revised probing code, although 
that's probably due for some changes shortly.  Anyway, this patch 
looks fine.  We're in code freeze just now for 4.8R.  I'm waiting for 
feedback on another PR and will then approach the release engineers 
about getting both MFC'ed. 

Cheers 
- Orion
Comment 3 orion freebsd_committer freebsd_triage 2003-03-11 15:18:25 UTC
State Changed
From-To: analyzed->closed

Approved by re@ and applied today in time for 4.8R. 
Thanks!