summaryrefslogtreecommitdiff
path: root/usr.bin/sndioctl
AgeCommit message (Expand)Author
2023-01-31Fix a typo in a comment and spacingAlexandre Ratchov
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2021-12-25Don't accept an empty string as selector valueAlexandre Ratchov
2021-03-03sndioctl: Flush stdout before pollingAlexandre Ratchov
2020-11-21Groups are optionalkn
2020-06-28Allow switching between alternate devices (-F option) with sndioctl(1)Alexandre Ratchov
2020-06-28Add a new SIOCTL_SEL control type to select one of a predefined set ofAlexandre Ratchov
2020-06-18Check control types and skip unknown ones.Alexandre Ratchov
2020-06-18Allow names to start with digits or underscoresAlexandre Ratchov
2020-05-27tweak previous: remove trailing whitespace and redundant .PpIngo Schwarze
2020-05-27give a full example that sets up recordingMarc Espie
2020-05-25For regular users sndioctl(1) can be restricted to pledge(2) "stdio", but sinceRicardo Mestre
2020-05-17Print lists as comma-separated itemsAlexandre Ratchov
2020-05-17When -m is used, don't print controls that didn't changeAlexandre Ratchov
2020-05-17When -m is used, always print one line per controlAlexandre Ratchov
2020-05-17Factor code to print numbers, no behavior changeAlexandre Ratchov
2020-04-27Display multi-state controls with exactly three decimal places.Ingo Schwarze
2020-04-24Add an example of "sndioctl output.level=+0.1" as suggested by espie@,Ingo Schwarze
2020-04-21Replace parameter -> controlAlexandre Ratchov
2020-04-21The group is not optional.Alexandre Ratchov
2020-04-21Describe behavior when channel numbers are omittedAlexandre Ratchov
2020-04-21Use "real world" examples, like output.level.Alexandre Ratchov
2020-04-21Remove (confusing) description of non-scalar controls.Alexandre Ratchov
2020-04-16Make parse_unit return signed intAlexandre Ratchov
2020-04-16Add -q option to suppress output when setting variables, as does mixerctlAlexandre Ratchov
2020-04-16Add -n option to suppress variable name in output, similar to mixerctlAlexandre Ratchov
2020-02-26Numeric values are in the [0:1] range, not [0:127]Alexandre Ratchov
2020-02-26End the first example in a colonAlexandre Ratchov
2020-02-26Sync usage string and SYNOPSYS to what the code does.Alexandre Ratchov
2020-02-26Add sndioctl utility to control audio parameters exposed by sndiod.Alexandre Ratchov