Bug 40034

Summary: AD1816A need a fix!
Product: Base System Reporter: Christian Müller <smoki>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Christian Müller 2002-06-30 12:40:01 UTC
The Soundcard AD1816A will be detected correctly, but i can not play any sound. The System gives me "/dev/dsp is busy"

Fix: static int ad1816chan_setformat(kobj_t obj, void *data, u_int32_t format)

Should return 0 and not the format, becouse the other soundcards return 0 too.

Here the patch:

twain# pwd
/usr/src/sys/dev/sound/isa
twain# diff -crN ad1816.c.orig ad1816.c
How-To-Repeat: Install a AD1816A and play music.
Comment 1 robert freebsd_committer freebsd_triage 2002-07-07 12:50:32 UTC
State Changed
From-To: open->closed

A fix was commited to -stable.  Thank you for reporting 
the bug!