summaryrefslogtreecommitdiffstats
path: root/lib/libsndio (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clarify what sio_start() does exactlyratchov2020-11-291-13/+13
* * Make .Nd more specific.schwarze2020-11-201-44/+57
* * Add SIO_BPS() to NAME and SYNOPSIS where it is missing.schwarze2020-11-201-6/+15
* Allow specific devices to be used for play-only and rec-only modes.ratchov2020-11-192-8/+25
* Raw device access is not anymore a fall-back for when sndiod isn't runningratchov2020-07-181-8/+2
* Use .Dv for SIOCTL_SEL, as we do for all other macrosratchov2020-06-281-3/+3
* Allow switching between alternate devices (-F option) with sndioctl(1)ratchov2020-06-281-1/+1
* Add a new SIOCTL_SEL control type to select one of a predefined set ofratchov2020-06-281-5/+11
* basic macro cleanup: .Fo for long .Fn lines, .Fa for struct fields,schwarze2020-06-201-69/+75
* add missing ENVIRONMENT. HISTORY, and AUTHORS sections,schwarze2020-06-201-12/+29
* uint8_t is a discrete, not a continuous type,schwarze2020-06-181-9/+8
* Many of these functions have several arguments, and some argumentsschwarze2020-06-181-19/+48
* basic macro cleanup, and reword two phrases about closed intervalsschwarze2020-06-181-53/+52
* Document sioctl_desc structure maxval attributeratchov2020-06-181-5/+19
* Add missing .Xr and .Nm, reword and simplify few sentencesratchov2020-05-251-13/+20
* remove information already given in same sentence;jmc2020-05-191-2/+2
* Replace off-topic parts of the desciption by an architecture overviewratchov2020-05-191-62/+58
* If no "xxx.mute" control is found, try "xxx_mute"ratchov2020-04-301-1/+11
* move mixerctl and audioctl man pages to section 8, as these workderaadt2020-04-211-3/+3
* spelling fix;jmc2020-04-191-2/+2
* Mention SIO_DEVANY instead of nonexistent SIOCTL_DEVANY constantfeinerer2020-04-191-3/+3
* Fix .Dt line and copyright year.ratchov2020-02-261-3/+3
* Add API to control audio device parameters exposed by sndiod.ratchov2020-02-269-5/+1304
* Add affinity between the program and its mixer control.ratchov2019-07-122-3/+4
* Add forgotten copyright notice, found by Jason Thorpe <thorpej at me.com>.ratchov2019-07-051-0/+17
* Check if syscalls return -1 instead of any negative value.ratchov2019-06-294-33/+33
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-18/+18
* mkstemp() returns -1 on failurederaadt2019-06-281-2/+2
* Wait until server disconnects before closing the socket. Otherwise,ratchov2019-03-281-4/+17
* Sayt that using capabilities to negociate audio parameters (ie usingratchov2019-01-181-2/+12
* "a" MIDI, not "an";jmc2018-12-181-3/+3
* remove a guard in mio_read(), mio_write, sio_read() & sio_write() for amiko2018-10-312-22/+2
* call _sndio_parsenum() instead of duplicating the code in parsedev(); ok ratchov@miko2018-09-262-27/+10
* fix message to reflect "rmidi" is the expected string; ok ratchov@miko2018-09-191-2/+2
* sys/stat.h not needed here; ok ratchov@miko2018-09-194-8/+4
* Move libsndio session cookie in its own $HOME/.sndio/ directory toratchov2018-07-283-8/+18
* Rename the sndiod unix domain socket to /tmp/sndio/sockN to avoidratchov2018-07-281-4/+4
* Missed in previousjca2017-12-261-0/+36
* Use a version script to limit exported symbolsjca2017-12-262-3/+5
* * clean up macro usage: use .Ar for command arguments, .Cm for fixedschwarze2017-12-071-30/+33
* polish debug printfs, no behaviour change.ratchov2017-11-041-2/+6
* add missing HISTORY; based on CVS logs and release announcementsschwarze2017-10-171-2/+7
* Tweak RETURN VALUES section. Move description of sio_pollfd() andnatano2017-01-031-18/+28
* Use the "new" audio(4) api and delete all the useless code to dealratchov2016-04-071-447/+154
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-26/+1
* Document how to use sndio in pledged programs.tim2016-02-111-2/+57
* Make code fit in 80 columns, remove trailing spaces & tabs.ratchov2016-01-097-21/+24
* fix SEE ALSO;jmc2016-01-071-3/+3
* Move sndiod man page to section 8.ratchov2016-01-073-34/+34
* remove NULL-checks before free()mmcc2015-12-231-5/+3