OSDN Git Service

axfer: add missing header file of unit test to distribution
[android-x86/external-alsa-utils.git] / axfer / axfer-list.1
1 .TH AXFER\-LIST 1 "28 November 2018" "alsa\-utils"
2
3 .SH NAME
4 axfer\-list \- dump lists of available sound devices and nodes to transfer audio
5 data frame.
6
7 .SH SYNOPSIS
8
9 .B axfer list
10 .I direction target
11
12 direction =
13 .B capture
14 |
15 .B playback
16
17 target =
18 .B device
19 |
20 .B pcm
21
22 .SH DESCRIPTION
23 The
24 .B list
25 subcommand of
26 .B axfer
27 dumps lists of available nodes to
28 transfer audio data frame. At present, the subcommand is helpful just for
29 libasound backend of
30 .B transfer
31 subcommand.
32
33 .SH OPTIONS
34
35 .SS Direction
36
37 .TP
38 .B capture
39 Operates for capture transmission.
40
41 .TP
42 .B playback
43 Operates for playback transmission.
44
45 .SS Target
46
47 .TP
48 .B device
49 Dumps a list of all soundcards and digital audio devices available in
50 .I libasound
51 backend for
52 .I tranfer
53 subcommand.
54
55 .TP
56 .B pcm
57 Dumps a list of all PCM nodes available in alsa\-lib configuration space in
58 .I libasound
59 backend for
60 .I transfer
61 subcommand.
62
63 .SH COMPATIBILITY TO APLAY
64
65 Options of
66 .I \-l
67 ,
68 .I \-\-list-devices
69 are handled as
70 .I device
71 operation. Options of
72 .I \-L
73 ,
74 .I \-\-list-pcms
75 are handled as
76 .I pcm
77 operation.
78
79 .SH SEE ALSO
80 .B axfer(1),
81 .B axfer\-transfer(1),
82 .B alsamixer(1),
83 .B amixer(1)
84
85 .SH AUTHOR
86 Takashi Sakamoto <o\-takashi@sakamocchi.jp>