summaryrefslogtreecommitdiffstats
path: root/lib/libsndio/debug.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Validate that midi and audio device numbers are integers.ratchov2015-10-021-1/+2
|
* fix spacingratchov2015-10-021-2/+2
|
* Prefix by '_' symbols that are not part of the API.ratchov2013-11-131-7/+7
| | | | ok deraadt, guenther
* Add a "device number" component in sndio(7) device names, allowing aratchov2011-11-151-1/+10
| | | | | | | | | | | | | | | | single aucat instance to handle all audio and MIDI services. Since this partially breaks compatibility, this is a opportunitiy to fix few other design mistakes (eg ':' being used by inet6, type name vs api name confusion, etc..). This leads to the following names: type[@hostname][,unit]/devnum[.option] The device number is the minor device number for direct hardware access (ie the 'N' in /dev/audioN). For aucat, this is the occurence number of the -f (or -M) option. There's a compatibility hook to keep old names working if only one aucat server is running.
* Make aucat audio and midi backends share the same code to communicateratchov2011-04-161-0/+42
with the server. As we're at it use the same protocol for midi and audio. Now, both audio and midi code use the same SNDIO_DEBUG environment variable to turn on/off DPRINTF's.