tinypcminfo - Man Page

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.

Referenced By

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

October 2, 2016 TinyALSA