1
0
mirror of https://github.com/ericonr/sndio.git synced 2024-02-18 04:45:21 -06:00
Commit Graph

169 Commits

Author SHA1 Message Date
Alexandre Ratchov
93c71ca1df rename STATE_ macros 2011-04-12 09:34:22 +02:00
Alexandre Ratchov
936815ff03 put aucat protocol client code into a separate file, so it can
be used by both midi and audio backends (and other aucat backends
in the futur)
2011-04-12 09:30:40 +02:00
Alexandre Ratchov
c446e8d141 add sio_<backend>_nfds() method 2011-03-31 13:08:07 +02:00
Alexandre Ratchov
2873ad8ad2 fix stupid functions names and file names, no binary change 2011-03-31 11:52:54 +02:00
Alexandre Ratchov
7b9076e617 fix error handling, tweak parameter selection 2011-03-31 11:35:19 +02:00
Alexandre Ratchov
dadc1b872c tweak previous;
from jmc@
2011-03-17 08:51:01 +01:00
Alexandre Ratchov
03297a7e6b remove all .so files, handy for version bumps 2011-01-25 10:35:07 +01:00
Alexandre Ratchov
1abacc230b sort object files to ease loader job 2010-11-10 14:53:44 +01:00
Alexandre Ratchov
e69fb2aab0 crank major 2010-11-01 14:52:20 +01:00
Alexandre Ratchov
0ba693c86d remove sio_strtoenc and sio_enctostr 2010-10-30 14:46:11 +02:00
Alexandre Ratchov
286994d187 make sio_onvol() return an integer, 0 if the volume knob not available,
allowing the caller to setup a softvol layer
2010-10-25 09:45:16 +02:00
Alexandre Ratchov
fe5100700d add forgotten "static" 2010-10-22 19:05:45 +02:00
Alexandre Ratchov
fa5a65f0d9 cleanup modes, no behaviour change 2010-09-29 15:54:32 +02:00
Alexandre Ratchov
d7e18f5097 don't try to get the current stream postion when the device is stopped,
and don't generate clock ticks (ie don't invoke the sio_onmove(3)
call-back).
2010-09-17 10:35:07 +02:00
Alexandre Ratchov
9870bef8b9 use ``0'' as default alsa device 2010-09-02 10:41:12 +02:00
Alexandre Ratchov
75acc22776 recommit max delta'' fix, backed out by mistake 2010-08-20 00:11:52 +02:00
Alexandre Ratchov
655364c586 remove cvs keyword from sndio.h to avoid conflicts 2010-08-19 23:53:46 +02:00
Alexandre Ratchov
a17607cf7a add initial alsa support from jakemsr 2010-08-19 23:00:06 +02:00
Alexandre Ratchov
f268454989 import from OpenBSD 2010-08-19 22:38:45 +02:00