OSDN Git Service

axfer: add text for compatibility loss of sw parameter in libasound backend
[android-x86/external-alsa-utils.git] / alsa-info / alsa-info.sh.1
1 .TH ALSA-INFO.SH 1 "13 January 2016"
2 .SH NAME
3 alsa-info.sh \- command\-line utility to gather information about
4 the ALSA subsystem
5 .SH SYNOPSIS
6 \fBalsa-info.sh\fP [\fIoptions\fP]
7
8 .SH DESCRIPTION
9 \fBalsa-info.sh\fP is a command\-line utility gathering information
10 about the ALSA subsystem. It is used mostly for debugging purposes.
11
12 .SH OPTIONS
13 .TP
14 \fI\-\-upload\fP
15 Upload contents to the server (www.alsa-project.org or pastebin.ca).
16 .TP
17 \fI\-\-no-upload\fP
18 Do not upload contents to the remote server.
19 .TP
20 \fI\-\-stdout\fP
21 Print information to standard output.
22 .TP
23 \fI\-\-output FILE\fP
24 Specify file for output in no-upload mode.
25 .TP
26 \fI\-\-debug\fP
27 Run utility as normal, but will not delete file (usually
28 /tmp/alsa-info.txt).
29 .TP
30 \fI\-\-with-aplay\fP
31 Includes output from \fIaplay -l\fP.
32 .TP
33 \fI\-\-with-amixer\fP
34 Includes output from \fIamixer\fP.
35 .TP
36 \fI\-\-with-alsactl\fP
37 Includes output from \fIalsactl\fP.
38 .TP
39 \fI\-\-with-configs\fP
40 Includes output from ~/.asoundrc and /etc/asound.conf if they exist.
41 .TP
42 \fI\-\-update\fP
43 Check server for updates.
44 .TP
45 \fI\-\-about\fP
46 Print information about authors.
47
48 .SH EXAMPLES
49
50 .TP
51 \fBalsa-info.sh \-\-no-upload\fR
52 Will gather all information and show the output file.
53
54 .SH SEE ALSO
55 \fB
56 aplay(1)
57 amixer(1)
58 alsactl(1)
59 \fP
60
61 .SH AUTHOR
62 \fBalsa-info.sh\fP was created by the ALSA team, see \fI\-\-about\fP .