TINYPCMINFO 1 "October 2, 2016" "tinypcminfo" "TinyALSA"
NAME
tinypcminfo - prints the hardware parameters of a PCM.
SYNOPSIS
tinypcminfo [ options ]
Description
tinypcminfo prints the hardware parameters of a PCM, specified by it's card and device number.
OPTIONS
-D card Card number of the PCM. The default is 0.
-d device Device number of the PCM. The default is 0.
EXAMPLES
tinypcminfo Prints hardware parameters for the PCM of card 0 and device 0.
tinypcminfo -D 1 Prints hardware parameters for the PCM of card 1 and device 0.
tinypcminfo -d 1 Prints hardware parameters for the PCM of card 0 and device 1.
tinypcminfo -D 1 -d 1 Prints hardware parameters for the PCM of card 1 and device 1.
BUGS
Please report bugs to https://github.com/tinyalsa/tinyalsa/issues.
SEE ALSO
tinycap(1), tinyplay(1), tinymix(1)
AUTHORS
Simon Wilson
For a complete list of authors, visit the project page at https://github.com/tinyalsa/tinyalsa.