mirror of
https://github.com/alsa-project/alsa-utils
synced 2025-01-03 20:56:41 +01:00
axfer: add a manual for list subcommand
This commit adds a manual for list subcommand of axfer(1). At present, this subcommand prints helpful information to transfer subcommand in libasound backend. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
c5b2beebfd
commit
b59b616fae
2 changed files with 74 additions and 2 deletions
|
@ -2,7 +2,8 @@ bin_PROGRAMS = \
|
||||||
axfer
|
axfer
|
||||||
|
|
||||||
man_MANS = \
|
man_MANS = \
|
||||||
axfer.1
|
axfer.1 \
|
||||||
|
axfer-list.1
|
||||||
|
|
||||||
# To include headers for gettext and version.
|
# To include headers for gettext and version.
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
|
@ -65,4 +66,5 @@ LDADD += -lffado
|
||||||
endif
|
endif
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
axfer.1
|
axfer.1 \
|
||||||
|
axfer-list.1
|
||||||
|
|
70
axfer/axfer-list.1
Normal file
70
axfer/axfer-list.1
Normal file
|
@ -0,0 +1,70 @@
|
||||||
|
.TH AXFER\-LIST 1 "28 November 2018" "alsa\-utils"
|
||||||
|
|
||||||
|
.SH NAME
|
||||||
|
axfer\-list \- dump lists of available sound devices and nodes to transfer audio
|
||||||
|
data frame.
|
||||||
|
|
||||||
|
.SH SYNOPSIS
|
||||||
|
|
||||||
|
.B axfer list
|
||||||
|
.I direction target
|
||||||
|
|
||||||
|
direction =
|
||||||
|
.B capture
|
||||||
|
|
|
||||||
|
.B playback
|
||||||
|
|
||||||
|
target =
|
||||||
|
.B device
|
||||||
|
|
|
||||||
|
.B pcm
|
||||||
|
|
||||||
|
.SH DESCRIPTION
|
||||||
|
The
|
||||||
|
.B list
|
||||||
|
subcommand of
|
||||||
|
.B axfer
|
||||||
|
dumps lists of available nodes to
|
||||||
|
transfer audio data frame. At present, the subcommand is helpful just for
|
||||||
|
libasound backend of
|
||||||
|
.B transfer
|
||||||
|
subcommand.
|
||||||
|
|
||||||
|
.SH OPTIONS
|
||||||
|
|
||||||
|
.SS Direction
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B capture
|
||||||
|
Operates for capture transmission.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B playback
|
||||||
|
Operates for playback transmission.
|
||||||
|
|
||||||
|
.SS Target
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B device
|
||||||
|
Dumps a list of all soundcards and digital audio devices available in
|
||||||
|
.I libasound
|
||||||
|
backend for
|
||||||
|
.I tranfer
|
||||||
|
subcommand.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B pcm
|
||||||
|
Dumps a list of all PCM nodes available in alsa\-lib configuration space in
|
||||||
|
.I libasound
|
||||||
|
backend for
|
||||||
|
.I transfer
|
||||||
|
subcommand.
|
||||||
|
|
||||||
|
.SH SEE ALSO
|
||||||
|
.B axfer(1),
|
||||||
|
.B axfer\-transfer(1),
|
||||||
|
.B alsamixer(1),
|
||||||
|
.B amixer(1)
|
||||||
|
|
||||||
|
.SH AUTHOR
|
||||||
|
Takashi Sakamoto <o\-takashi@sakamocchi.jp>
|
Loading…
Reference in a new issue