4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-15 10:29:17 +08:00
Corinna Vinschen 37194b25f6 * fhandler_dsp.cc (fhandler_dev_dsp::Audio_out::stop): Add optional
boolean argument so that playing can be stopped without playing
	pending buffers.
	(fhandler_dev_dsp::ioctl): Stop playback immediately for
	SNDCTL_DSP_RESET.  Do not reset audio parameters in this case.
	Add support for ioctl SNDCTL_DSP_GETISPACE.
	(fhandler_dev_dsp::Audio_out::emptyblocks): Now returns the number of
	completely empty blocks.
	(fhandler_dev_dsp::Audio_out::buf_info): p->fragments is now the number
	of completely empty blocks. This conforms with the OSS specification.
	(fhandler_dev_dsp::Audio_out::parsewav): Ignore wave headers that are
	not aligned on four byte boundary.
	(fhandler_dev_dsp::Audio_in::buf_info): New, needed for
	SNDCTL_DSP_GETISPACE.
2004-04-13 09:38:32 +00:00
..
2004-01-20 03:11:39 +00:00
2003-04-16 03:03:45 +00:00
2003-09-25 00:37:18 +00:00
2004-03-14 05:35:19 +00:00
2004-03-22 18:30:38 +00:00
2004-02-04 22:40:50 +00:00
2003-07-07 05:32:24 +00:00
2004-03-26 16:24:24 +00:00
2003-03-09 20:31:07 +00:00