Age | Commit message (Expand) | Author |
2020-06-28 | Allow switching between alternate devices (-F option) with sndioctl(1) | Alexandre Ratchov |
2020-06-28 | Add a new SIOCTL_SEL control type to select one of a predefined set of | Alexandre Ratchov |
2020-06-18 | Don't try to open device that's already open | Alexandre Ratchov |
2020-06-12 | On error, drop clients and close the device only if it's still open | Alexandre Ratchov |
2020-04-16 | If available, use hardware "output.level" for volume control. | Alexandre Ratchov |
2020-03-08 | Don't forget to notify clients when controls list is ready. | Alexandre Ratchov |
2020-02-26 | Add API to control audio device parameters exposed by sndiod. | Alexandre Ratchov |
2019-09-21 | Allow switching between devices without disconnecting clients. | Alexandre Ratchov |
2019-07-12 | Add affinity between the program and its mixer control. | Alexandre Ratchov |
2018-06-26 | Remove redundant slot->tstate variable. | Alexandre Ratchov |
2018-06-26 | Convert all the slot_xxx() routines to use the number of channels | Alexandre Ratchov |
2018-06-26 | Remove {mix,sub}.slot_cmin fields from the slot structure, as the same | Alexandre Ratchov |
2018-06-26 | Remove dev_{cmin,cmax} from the slot structure as the same information | Alexandre Ratchov |
2018-06-26 | Remove slot->dup which is a copy of opt->dup, and just use the latter | Alexandre Ratchov |
2018-06-26 | Remove slot->maxweight, because it's a copy of opt->maxweight. Just | Alexandre Ratchov |
2018-06-26 | Initialize slot with parameters from the opt struct. | Alexandre Ratchov |
2018-06-26 | Move opt pointer from the sock to the slot struct. | Alexandre Ratchov |
2018-06-26 | Replace the gloal opt list with per-device lists. | Alexandre Ratchov |
2016-03-23 | Remove unused arguments of dev_adjpar(), getbasepath() and all | Alexandre Ratchov |
2016-01-08 | Make code fit in 80 columns, remove trailing spaces & tabs. | Alexandre Ratchov |
2015-02-16 | add missing protos, fix spacing | Alexandre Ratchov |
2014-03-17 | unbreak monitoring mode, which was shifted in time by 1 block | Alexandre Ratchov |
2014-03-07 | remove unused "delta" argument from onmove callbacks | Alexandre Ratchov |
2014-03-07 | remove unused mmc start/stop/relocate call-backs as they don't | Alexandre Ratchov |
2014-03-05 | - properly set initial position: fixes incorrect position reporting | Alexandre Ratchov |
2014-03-05 | remove unused "autostart" feature | Alexandre Ratchov |
2013-09-28 | Fix condition to check if a midi port is referenced. Remove unused bits. | Alexandre Ratchov |
2012-11-30 | make DEV_xxx contiguous | Alexandre Ratchov |
2012-11-23 | Remplace aucat server by a new sndiod daemon aimed to be simpler | Alexandre Ratchov |