aboutsummaryrefslogtreecommitdiff
path: root/utils/tinymix.1
blob: 35f86ba19e14de54b9b60dda783fca964170fb62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
.TH TINYMIX 1 "October 2, 2016" "tinymix" "TinyALSA"

.SH NAME
tinymix \- view and edit mixer controls for a specified mixer.

.SH SYNOPSIS
.B tinymix\fR [ \fIoptions\fR ] [ \fIcontrol-id\fR ] [ \fIcontrol-value\fR ]

.SH Description

\fBtinymix\fR can be used to view and/or edit a list of mixer controls for a specified mixer.
Running \fBtinymix\fR with no arguments will print a list of mixer controls for the default mixer.
With one argument, the argument is interpreted as a control ID and detailed information for that control is printed.
With two arguments, the arguments are interpreted as a control ID and value pair, setting the control to the value specified.

.SH OPTIONS

.TP
\fB\-D\fR \fIcard\fR
Card number of the mixer.
The default is 0.

.SH EXAMPLES

.TP
\fBtinymix\fR
Prints a list of control IDs for the mixer of card 0.

.TP
\fBtinymix -D 1\fR
Prints a list of control IDs for the mixer of card 1.

.TP
\fBtinymix 0\fR
Prints default information about control 0.

.TP
\fBtinymix 0 4\fR
Sets control 0 to the value of 4.

.TP
\fBtinymix -D 1 2 32
Sets control 2 of card 1 to the value of 32.

.SH BUGS

Please report bugs to https://github.com/tinyalsa/tinyalsa/issues.

.SH SEE ALSO

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

.SH AUTHORS
Simon Wilson
.P
For a complete list of authors, visit the project page at https://github.com/tinyalsa/tinyalsa.