xref: /aosp_15_r20/external/tinyalsa_new/utils/tinymix.1 (revision 02e95f1a335b55495d41ca67eaf42361f13704fa)
TINYMIX 1 "October 2, 2016" "tinymix" "TinyALSA"
NAME
tinymix - view and edit mixer controls for a specified mixer.
SYNOPSIS
tinymix [ options ] command
Description
tinymix can be used to view and/or edit a list of mixer controls for a specified mixer.
OPTIONS

-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.

COMMANDS

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.

EXAMPLES

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.

BUGS
Please report bugs to https://github.com/tinyalsa/tinyalsa/issues.
SEE ALSO
tinycap(1), tinyplay(1), tinypcminfo(1)
AUTHORS
Simon Wilson

For a complete list of authors, visit the project page at https://github.com/tinyalsa/tinyalsa.