Bug 27691

Summary: PCM0 driver with AC97 audio board: playback too fast
Product: Base System Reporter: atrus <atrus>
Component: kernAssignee: greid
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.3-RELEASE   
Hardware: Any   
OS: Any   

Description atrus 2001-05-27 19:10:00 UTC
WHen using XMMS to play on a AC97 board via. the PCM driver (pcm0: <VIA VT82C686A> port 0xd400-0xd403,0xd000-0xd003,0xcc00-0xccff irq 9 at device 7.5 on pci0 ), playback is too fast. I suspect something isn't right with the sample rates.

Fix: 

Better implementation of sample rates?
How-To-Repeat: Use a standard playback utility with the PCM driver on that board.
Comment 1 greid freebsd_committer freebsd_triage 2001-05-27 23:29:04 UTC
Responsible Changed
From-To: freebsd-bugs->greid

Apparently I'm now the maintainer of this driver since I acquired a board...
Comment 2 greid freebsd_committer freebsd_triage 2001-07-03 19:01:18 UTC
State Changed
From-To: open->closed

Your card is locked at 48KHz. xmms detects this error and blindly continues 
playing sound. The current driver doesn't support any resampling (either in 
software or as a function of the card), but a rate feeder is in development 
for -CURRENT.