-D, --card card Card number of the mixer. The default is 0.
-h, --help Print help contents and exit.
-v, --version Print the current version of tinymix and exit.
get <control-id|control-name> Prints the value of a specified control
set <control-id|control-name> <control-value> Sets the value of a specified control
contents Prints the contents of all mixer controls.
controls Prints the names and IDs of all mixer controls.
tinymix controls Prints a list of control IDs for the mixer of card 0.
tinymix -D 1 controls Prints a list of control IDs for the mixer of card 1.
tinymix get 0 Prints information about control 0.
tinymix get "Headphone Playback Volume" Prints information about a control called "Headphone Playback Volume"
tinymix set 0 4 Sets control 0 to the value of 4.
tinymix --card 1 set 2 32 Sets control 2 of card 1 to the value of 32.
For a complete list of authors, visit the project page at https://github.com/tinyalsa/tinyalsa.