Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Apr 2003 09:36:27 -0700 (PDT)
From:      Orion Hodson <orion@FreeBSD.org>
To:        dan.naumov@ofw.fi, orion@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject:    Re: kern/50253: sound mixing issues with ENSONIQ AudioPCI ES1371 and
Message-ID:  <200304061636.h36GaR3B037896@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304061636.h36GaR3B037896>