tinymix - Man Page

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.

Referenced By

tinycap(1), tinypcminfo(1), tinyplay(1).

October 2, 2016 TinyALSA