logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

tinypcminfo.1 (1085B)


  1. .TH TINYPCMINFO 1 "October 2, 2016" "tinypcminfo" "TinyALSA"
  2. .SH NAME
  3. tinypcminfo \- prints the hardware parameters of a PCM.
  4. .SH SYNOPSIS
  5. .B tinypcminfo\fR [ \fIoptions\fR ]
  6. .SH Description
  7. \fBtinypcminfo\fR prints the hardware parameters of a PCM, specified by it's card and device number.
  8. .SH OPTIONS
  9. .TP
  10. \fB\-D\fR \fIcard\fR
  11. Card number of the PCM.
  12. The default is 0.
  13. .TP
  14. \fB\-d\fR \fIdevice\fR
  15. Device number of the PCM.
  16. The default is 0.
  17. .SH EXAMPLES
  18. .TP
  19. \fBtinypcminfo\fR
  20. Prints hardware parameters for the PCM of card 0 and device 0.
  21. .TP
  22. \fBtinypcminfo -D 1
  23. Prints hardware parameters for the PCM of card 1 and device 0.
  24. .TP
  25. \fBtinypcminfo -d 1
  26. Prints hardware parameters for the PCM of card 0 and device 1.
  27. .TP
  28. \fBtinypcminfo -D 1 -d 1
  29. Prints hardware parameters for the PCM of card 1 and device 1.
  30. .SH BUGS
  31. Please report bugs to https://github.com/tinyalsa/tinyalsa/issues.
  32. .SH SEE ALSO
  33. .BR tinycap(1),
  34. .BR tinyplay(1),
  35. .BR tinymix(1)
  36. .SH AUTHORS
  37. Simon Wilson
  38. .P
  39. For a complete list of authors, visit the project page at https://github.com/tinyalsa/tinyalsa.