aboutsummaryrefslogtreecommitdiff
path: root/utils/tinypcminfo.1
blob: bcbcf963dbe8a2144ea1d0e550e9ac25c64afbc7 (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
.TH TINYPCMINFO 1 "October 2, 2016" "tinypcminfo" "TinyALSA"

.SH NAME
tinypcminfo \- prints the hardware parameters of a PCM.

.SH SYNOPSIS
.B tinypcminfo\fR [ \fIoptions\fR ]

.SH Description

\fBtinypcminfo\fR prints the hardware parameters of a PCM, specified by it's card and device number.

.SH OPTIONS

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

.TP
\fB\-d\fR \fIdevice\fR
Device number of the PCM.
The default is 0.

.SH EXAMPLES

.TP
\fBtinypcminfo\fR
Prints hardware parameters for the PCM of card 0 and device 0.

.TP
\fBtinypcminfo -D 1
Prints hardware parameters for the PCM of card 1 and device 0.

.TP
\fBtinypcminfo -d 1
Prints hardware parameters for the PCM of card 0 and device 1.

.TP
\fBtinypcminfo -D 1 -d 1
Prints hardware parameters for the PCM of card 1 and device 1.

.SH BUGS

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

.SH SEE ALSO

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

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