index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
sndioctl
Age
Commit message (
Expand
)
Author
2023-01-31
Fix a typo in a comment and spacing
Alexandre Ratchov
2022-12-26
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-03-31
man pages: add missing commas between subordinate and main clauses
Christian Weisgerber
2021-12-25
Don't accept an empty string as selector value
Alexandre Ratchov
2021-03-03
sndioctl: Flush stdout before polling
Alexandre Ratchov
2020-11-21
Groups are optional
kn
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
Check control types and skip unknown ones.
Alexandre Ratchov
2020-06-18
Allow names to start with digits or underscores
Alexandre Ratchov
2020-05-27
tweak previous: remove trailing whitespace and redundant .Pp
Ingo Schwarze
2020-05-27
give a full example that sets up recording
Marc Espie
2020-05-25
For regular users sndioctl(1) can be restricted to pledge(2) "stdio", but since
Ricardo Mestre
2020-05-17
Print lists as comma-separated items
Alexandre Ratchov
2020-05-17
When -m is used, don't print controls that didn't change
Alexandre Ratchov
2020-05-17
When -m is used, always print one line per control
Alexandre Ratchov
2020-05-17
Factor code to print numbers, no behavior change
Alexandre Ratchov
2020-04-27
Display multi-state controls with exactly three decimal places.
Ingo Schwarze
2020-04-24
Add an example of "sndioctl output.level=+0.1" as suggested by espie@,
Ingo Schwarze
2020-04-21
Replace parameter -> control
Alexandre Ratchov
2020-04-21
The group is not optional.
Alexandre Ratchov
2020-04-21
Describe behavior when channel numbers are omitted
Alexandre Ratchov
2020-04-21
Use "real world" examples, like output.level.
Alexandre Ratchov
2020-04-21
Remove (confusing) description of non-scalar controls.
Alexandre Ratchov
2020-04-16
Make parse_unit return signed int
Alexandre Ratchov
2020-04-16
Add -q option to suppress output when setting variables, as does mixerctl
Alexandre Ratchov
2020-04-16
Add -n option to suppress variable name in output, similar to mixerctl
Alexandre Ratchov
2020-02-26
Numeric values are in the [0:1] range, not [0:127]
Alexandre Ratchov
2020-02-26
End the first example in a colon
Alexandre Ratchov
2020-02-26
Sync usage string and SYNOPSYS to what the code does.
Alexandre Ratchov
2020-02-26
Add sndioctl utility to control audio parameters exposed by sndiod.
Alexandre Ratchov