1
0
mirror of https://github.com/ericonr/sndio.git synced 2024-02-18 04:45:21 -06:00
sndio/sndiod
2019-08-27 15:06:18 +02:00
..
abuf.c fix trailing spaces 2016-01-08 17:24:48 +01:00
abuf.h Remove unused arguments of dev_adjpar(), getbasepath() and all 2016-03-23 07:40:46 +01:00
defs.h Crank max number of channels to 64. 2019-07-28 11:23:56 +02:00
dev.c Move code to disconnect all clients to its own routine. 2019-08-27 10:21:12 +02:00
dev.h Add affinity between the program and its mixer control. 2019-07-12 08:31:01 +02:00
dsp.c Clear resamp state array with memset. From miko@. 2018-09-26 13:36:42 +02:00
dsp.h sndiod: simplify the resampling routine 2018-06-08 08:23:22 +02:00
file.c Check return values of syscalls against -1, from deraadt@. 2019-07-01 09:20:22 +02:00
file.h fix trailing spaces 2016-01-08 17:24:48 +01:00
listen.c Use 4 spaces for indentation after "if". 2019-07-05 09:37:31 +02:00
listen.h allow listen_new_xxx() to return error, use log_xxx() 2015-12-17 15:50:37 +01:00
Makefile.in fix trailing spaces 2016-01-08 17:24:48 +01:00
midi.c Move code to disconnect all MIDI clients to its own routine. 2019-08-27 15:06:18 +02:00
midi.h Fix comment about midi port hold flag. 2019-08-27 14:10:28 +02:00
miofile.c drain midi port output buffer before closing it ensuring the last 2012-11-30 23:27:36 +01:00
miofile.h fix copyright years 2012-11-10 14:58:53 +01:00
opt.c sndiod: replace the gloal opt list with per-device lists. 2018-06-10 22:50:35 +02:00
opt.h sndiod: replace the gloal opt list with per-device lists. 2018-06-10 22:50:35 +02:00
siofile.c Uniformize device-specific debug printfs. 2019-08-27 10:19:23 +02:00
siofile.h remove unused bits 2013-09-14 11:36:38 +02:00
sndiod.8 better -d description, from Michael Reed <m.reed at mykolab.com> 2016-01-20 11:58:45 +01:00
sndiod.c Check return values of syscalls against -1, from deraadt@. 2019-07-01 09:20:22 +02:00
sock.c Add affinity between the program and its mixer control. 2019-07-12 08:31:01 +02:00
sock.h sndiod: Move opt pointer from the sock to the slot struct. 2018-06-11 19:52:40 +02:00
sysex.h use 0x7F as dev numer in sysex 2013-12-10 20:00:36 +01:00
utils.c Fix comments and few debug printfs in utils.c. 2019-07-02 08:09:31 +02:00
utils.h use stddef.h rather than sys/types 2013-05-09 15:28:50 +02:00