Age | Commit message (Expand) | Author |
2024-05-24 | sndiod: Propagate the controls' display string to clients. | Alexandre Ratchov |
2024-05-19 | remove prototypes with no matching function; ok ratchov@ | Jonathan Gray |
2024-04-22 | sndiod: Return the number of controls ctl_del() has deleted. | Alexandre Ratchov |
2022-12-26 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-04-29 | Wait until the buffer is drained before closing the device | Alexandre Ratchov |
2021-11-01 | Stop binding audio devices exposed by sndiod to physical devices | Alexandre Ratchov |
2021-03-03 | sndiod: Move MTC/MMC state to its own global structure | Alexandre Ratchov |
2021-03-03 | sndiod: Move MIDI control endpoint to opt structure | Alexandre Ratchov |
2021-03-03 | sndiod: Move controls out of the device structure | Alexandre Ratchov |
2021-01-29 | Make audio clients use struct opt to reach the device | Alexandre Ratchov |
2021-01-29 | Make control clients use struct opt to reach the device | Alexandre Ratchov |
2021-01-29 | Rename ctlslot->mask to ctlslot->self to match the rest of the code | Alexandre Ratchov |
2021-01-29 | Move the options list out of the device structure | Alexandre Ratchov |
2021-01-29 | Move the control client state out of the device structure | Alexandre Ratchov |
2021-01-29 | Move the audio clients state out of the device structure | Alexandre Ratchov |
2021-01-28 | Dont attempt to drain disconnected clients | Alexandre Ratchov |
2021-01-28 | Drop unused dev_nctl() function and few unused prototypes | Alexandre Ratchov |
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 |