NetBSD/lib/libossaudio
martin 5405edbd42 Pull up following revision(s) (requested by isaki in ticket #1185):
lib/libossaudio/ossaudio.c: revision 1.35
	sys/compat/ossaudio/ossaudio.c: revision 1.71

Revert a wrong SNDCTL_DSP_GETOSPACE part of rev1.33.
- 'fragments' is the number of full free blocks and should not be
  negative value.
- 'bytes' should not be rounded down.

It makes mpv work correctly (fixes a second half of kern/53028).
Reviewed by mlelstv@

 -

Revert a wrong OSS_SNDCTL_DSP_GETOSPACE part of rev1.70.
- 'fragments' is the number of full free blocks and should not be
  negative value.
- 'bytes' should not be rounded down.
2019-02-09 14:43:07 +00:00
..
Makefile
ossaudio.3
ossaudio.c Pull up following revision(s) (requested by isaki in ticket #1185): 2019-02-09 14:43:07 +00:00
shlib_version ABI of libossaudio did not change, so there was no need to bump the version 2017-03-24 11:46:52 +00:00
soundcard.h Add missing defines for 16, 24 and 32 bit NE and OE formats. 2014-09-09 10:45:18 +00:00