summaryrefslogtreecommitdiffstats
path: root/usr.bin/sndioctl
AgeCommit message (Expand)AuthorFilesLines
2021-03-03sndioctl: Flush stdout before pollingratchov1-1/+2
2020-11-21Groups are optionalkn1-4/+4
2020-06-28Allow switching between alternate devices (-F option) with sndioctl(1)ratchov1-1/+1
2020-06-28Add a new SIOCTL_SEL control type to select one of a predefined set ofratchov1-12/+42
2020-06-18Check control types and skip unknown ones.ratchov1-2/+9
2020-06-18Allow names to start with digits or underscoresratchov1-12/+8
2020-05-27tweak previous: remove trailing whitespace and redundant .Ppschwarze1-6/+7
2020-05-27give a full example that sets up recordingespie1-2/+11
2020-05-25For regular users sndioctl(1) can be restricted to pledge(2) "stdio", but sincemestre1-1/+8
2020-05-17Print lists as comma-separated itemsratchov1-7/+16
2020-05-17When -m is used, don't print controls that didn't changeratchov1-4/+6
2020-05-17When -m is used, always print one line per controlratchov1-14/+43
2020-05-17Factor code to print numbers, no behavior changeratchov1-14/+19
2020-04-27Display multi-state controls with exactly three decimal places.schwarze1-3/+14
2020-04-24Add an example of "sndioctl output.level=+0.1" as suggested by espie@,schwarze1-13/+15
2020-04-21Replace parameter -> controlratchov1-15/+15
2020-04-21The group is not optional.ratchov1-2/+2
2020-04-21Describe behavior when channel numbers are omittedratchov1-1/+4
2020-04-21Use "real world" examples, like output.level.ratchov1-15/+12
2020-04-21Remove (confusing) description of non-scalar controls.ratchov1-29/+2
2020-04-16Make parse_unit return signed intratchov1-3/+3
2020-04-16Add -q option to suppress output when setting variables, as does mixerctlratchov2-7/+13
2020-04-16Add -n option to suppress variable name in output, similar to mixerctlratchov2-12/+20
2020-02-26Numeric values are in the [0:1] range, not [0:127]ratchov1-9/+6
2020-02-26End the first example in a colonratchov1-2/+2
2020-02-26Sync usage string and SYNOPSYS to what the code does.ratchov2-6/+4
2020-02-26Add sndioctl utility to control audio parameters exposed by sndiod.ratchov3-0/+1090