Date: Tue, 3 May 2011 15:50:22 +0000 (UTC) From: Andriy Gapon <avg@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/sound/pcm dsp.c Message-ID: <201105031550.p43FoacP082718@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
avg 2011-05-03 15:50:22 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pcm dsp.c
Log:
SVN rev 221388 on 2011-05-03 15:50:22Z by avg
SNDCTL_DSP_GETIPTR: set pointer to sndbuf_getfreeptr()
Rationale:
- unlike current behavior this seems to be compliant with OSS
specification:
http://manuals.opensound.com/developer/SNDCTL_DSP_GETIPTR.html
- this seems to meet expectations of some OSS programs compiled for or
ported from Linux, e.g. ALSA OSS plugin
- this doesn't seem to break any programs as far as current testing
shows
Tested by: nox, hselasky
MFC after: 4 days
Revision Changes Path
1.119 +1 -1 src/sys/dev/sound/pcm/dsp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105031550.p43FoacP082718>
