1
0
mirror of https://github.com/ericonr/sndio.git synced 2024-02-18 04:45:21 -06:00
sndio/libsndio
Alexandre Ratchov 74ae9cda72 Make the control group a simple string.
To handle nested devices, just prefix the group with the "dev."
prefix. To avoid namespace conflicts, put program controls in a
new "app" group.

The "master.level" control is renamed to "output.level" to match the
hardware name. This way snd/0 and rsnd/0 end-up with the same control
name.
2020-01-13 09:27:06 +01:00
..
amsg.h Make the control group a simple string. 2020-01-13 09:27:06 +01:00
aucat.c Add affinity between the program and its mixer control. 2019-07-12 08:31:01 +02:00
aucat.h Add forgottend copyright notice. 2019-07-06 00:34:06 +02:00
debug.c Use _sndio_parsenum() to parse device numbers. From miko@. 2018-09-26 13:45:23 +02:00
debug.h merge PATH_MAX changes from HEAD 2015-10-02 14:40:00 +02:00
Makefile.in Rename _setctl -> _setval and _onctl -> _onval 2020-01-03 15:30:06 +01:00
mio_alsa.c merge head 2016-01-26 10:23:38 +01:00
mio_aucat.c merge head 2016-01-26 10:23:38 +01:00
mio_open.3 mio_open.3: "a" MIDI, not "an"; from jmc@ 2019-02-21 07:43:36 +01:00
mio_priv.h merge head 2016-01-26 10:23:38 +01:00
mio_rmidi.c Check return values of syscalls against -1, from deraadt@. 2019-07-01 09:20:22 +02:00
mio.c Check return values of syscalls against -1, from deraadt@. 2019-07-01 09:20:22 +02:00
sio_alsa.c Fix builds with no DEBUG defined. 2019-07-28 11:26:51 +02:00
sio_aucat.c merge head 2016-01-26 10:23:38 +01:00
sio_open.3 Say that using sio_getcap() to negociate parameters is not recomended. 2019-02-21 07:39:56 +01:00
sio_oss.c Fix builds with no DEBUG defined. 2019-07-28 11:26:51 +02:00
sio_priv.h Add support for OSS/FreeBSD. From Tobias Kortkamp <t@tobik.me>. 2017-02-14 14:19:25 +01:00
sio_sun.c Check return values of syscalls against -1, from deraadt@. 2019-07-01 09:20:22 +02:00
sio.c Check return values of syscalls against -1, from deraadt@. 2019-07-01 09:20:22 +02:00
sioctl_aucat.c Make the control group a simple string. 2020-01-13 09:27:06 +01:00
sioctl_open.3 Make the control group a simple string. 2020-01-13 09:27:06 +01:00
sioctl_priv.h Rename _setctl -> _setval and _onctl -> _onval 2020-01-03 15:30:06 +01:00
sioctl_sun.c Make the control group a simple string. 2020-01-13 09:27:06 +01:00
sioctl.c Allow "snd/default" style syntax 2020-01-03 15:41:30 +01:00
sndio.7 libsndio: move ~/.aucat_cookie to ~/.sndio/cookie 2018-07-27 15:41:04 +02:00
sndio.h Make the control group a simple string. 2020-01-13 09:27:06 +01:00