summaryrefslogtreecommitdiffstats
path: root/usr.bin/sndioctl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Check control types and skip unknown ones.ratchov2020-06-181-2/+9
* Allow names to start with digits or underscoresratchov2020-06-181-12/+8
* tweak previous: remove trailing whitespace and redundant .Ppschwarze2020-05-271-6/+7
* give a full example that sets up recordingespie2020-05-271-2/+11
* For regular users sndioctl(1) can be restricted to pledge(2) "stdio", but sincemestre2020-05-251-1/+8
* Print lists as comma-separated itemsratchov2020-05-171-7/+16
* When -m is used, don't print controls that didn't changeratchov2020-05-171-4/+6
* When -m is used, always print one line per controlratchov2020-05-171-14/+43
* Factor code to print numbers, no behavior changeratchov2020-05-171-14/+19
* Display multi-state controls with exactly three decimal places.schwarze2020-04-271-3/+14
* Add an example of "sndioctl output.level=+0.1" as suggested by espie@,schwarze2020-04-241-13/+15
* Replace parameter -> controlratchov2020-04-211-15/+15
* The group is not optional.ratchov2020-04-211-2/+2
* Describe behavior when channel numbers are omittedratchov2020-04-211-1/+4
* Use "real world" examples, like output.level.ratchov2020-04-211-15/+12
* Remove (confusing) description of non-scalar controls.ratchov2020-04-211-29/+2
* Make parse_unit return signed intratchov2020-04-161-3/+3
* Add -q option to suppress output when setting variables, as does mixerctlratchov2020-04-162-7/+13
* Add -n option to suppress variable name in output, similar to mixerctlratchov2020-04-162-12/+20
* Numeric values are in the [0:1] range, not [0:127]ratchov2020-02-261-9/+6
* End the first example in a colonratchov2020-02-261-2/+2
* Sync usage string and SYNOPSYS to what the code does.ratchov2020-02-262-6/+4
* Add sndioctl utility to control audio parameters exposed by sndiod.ratchov2020-02-263-0/+1090