Skip to content

Tags: freebsd/virtual_oss

Tags

v1.3.2

virtual_oss: Retire -T option

What the argument -T expects, is always going to be /dev/sndstat, so the
option is quite redundant in the first place. There is also no good
reason not to want to register the device to /dev/sndstat.

Sponsored by:	The FreeBSD Foundation

v1.3.1

virtual_oss: Remove error limit option from DEBUG_FLAGS .

This option was mostly used during initial development to
show all compile errors at once. Recently an integral
value of -1 is no longer supported.

Signed-off-by: Hans Petter Selasky <[email protected]>

v1.3.0

virtual_oss: Automagically load the cuse.ko module

Signed-off-by: Hans Petter Selasky <[email protected]>

v1.2.22

virtual_oss: No need to cast seconds value.

Signed-off-by: Hans Petter Selasky <[email protected]>

v1.2.21

virtual_oss: Update manual page.

Signed-off-by: Hans Petter Selasky <[email protected]>

v1.2.20

virtual_oss: Fix bug related to sample rate conversion.

Signed-off-by: Hans Petter Selasky <[email protected]>

v1.2.19

virtual_oss: Let virtual_oss_cmd show system information when no argu…

…ments are given.

Signed-off-by: Hans Petter Selasky <[email protected]>

v1.2.18

virtual_oss: Make sure SNDCTL_DSP_GETISPACE() returns the maximum rea…

…d size in the bytes field.

Signed-off-by: Hans Petter Selasky <[email protected]>

v1.2.17

virtual_oss: Make sure DMA pointers are cyclic.

Signed-off-by: Hans Petter Selasky <[email protected]>

v1.2.16

virtual_oss: Add support for recording to sndio(7) backend.

Signed-off-by: Hans Petter Selasky <[email protected]>