Module Name: src Committed By: nia Date: Mon Oct 19 09:01:24 UTC 2020
Modified Files: src/lib/libossaudio: ossaudio.c soundcard.h Log Message: ossaudio(3): Add SNDCTL_DSP_CURRENT_(I|O)PTR In OSSv4 these are supposed to avoid the wrapping problems with the older GET(I|O)PTR ioctls but we don't quite get the same benefit here. XXX: We could probably fake it by maintaining some state in-between calls. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/lib/libossaudio/ossaudio.c cvs rdiff -u -r1.26 -r1.27 src/lib/libossaudio/soundcard.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.