kern/50253: sound mixing issues with ENSONIQ AudioPCI ES1371 and

Orion Hodson orion at FreeBSD.org
Sun Apr 6 09:36:30 PDT 2003


Synopsis: sound mixing issues with ENSONIQ AudioPCI ES1371 and

State-Changed-From-To: open->closed
State-Changed-By: orion
State-Changed-When: Sun Apr 6 09:22:32 PDT 2003
State-Changed-Why: 
This problem was fixed at the end of January/beginning of February
2003.  The code responsible for software resampling has been
re-written.  The code exists in both the HEAD cvs branch and the
STABLE branch.  It is in 4.8R, STABLE, CURRENT, but not in
5.0-RELEASE.

Fix 1 (short to type, long to perform)
--------------------------------------

Install a FreeBSD version appropriate OS version.

Fix 2 (long to type, short to perform)
--------------------------------------

Copy over the offending file:

	${FBSDSRC}/sys/dev/sound/pcm/feeder_rate.c 

with the the appropriate fixed version from CVS and recompile the
kernel (or just pcm module if loading from kernel modules).  There are
relatively few dependencies in this file and you shouldn't hit any
compilation problems.

The appropriate fetch for 5.x would be:
	fetch -o feeder_rate.c 'http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/sys/dev/sound/pcm/feeder_rate.c?rev=1.9&content-type=text/plain'

The appropriate fetch for 4.x would be:
	fetch -o feeder_rate.c 'http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/sys/dev/sound/pcm/feeder_rate.c?rev=1.9&content-type=text/plain'


http://www.freebsd.org/cgi/query-pr.cgi?pr=50253


More information about the freebsd-bugs mailing list