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

tinymix.1 (1615B)


  1. .TH TINYMIX 1 "October 2, 2016" "tinymix" "TinyALSA"
  2. .SH NAME
  3. tinymix \- view and edit mixer controls for a specified mixer.
  4. .SH SYNOPSIS
  5. .B tinymix\fR [ \fIoptions\fR ] \fIcommand\fR
  6. .SH Description
  7. \fBtinymix\fR can be used to view and/or edit a list of mixer controls for a specified mixer.
  8. .SH OPTIONS
  9. .TP
  10. \fB\-D, --card\fR \fIcard\fR
  11. Card number of the mixer.
  12. The default is 0.
  13. .TP
  14. \fB\-h, --help\fR
  15. Print help contents and exit.
  16. .TP
  17. \fB\-v, --version\fR
  18. Print the current version of tinymix and exit.
  19. .SH COMMANDS
  20. .TP
  21. \fBget <control-id|control-name>\fR
  22. Prints the value of a specified control
  23. .TP
  24. \fBset <control-id|control-name> <control-value>\fR
  25. Sets the value of a specified control
  26. .TP
  27. \fBcontents\fR
  28. Prints the contents of all mixer controls.
  29. .TP
  30. \fBcontrols\fR
  31. Prints the names and IDs of all mixer controls.
  32. .SH EXAMPLES
  33. .TP
  34. \fBtinymix controls\fR
  35. Prints a list of control IDs for the mixer of card 0.
  36. .TP
  37. \fBtinymix -D 1 controls\fR
  38. Prints a list of control IDs for the mixer of card 1.
  39. .TP
  40. \fBtinymix get 0\fR
  41. Prints information about control 0.
  42. .TP
  43. \fBtinymix get "Headphone Playback Volume"\fR
  44. Prints information about a control called "Headphone Playback Volume"\fR
  45. .TP
  46. \fBtinymix set 0 4\fR
  47. Sets control 0 to the value of 4.
  48. .TP
  49. \fBtinymix --card 1 set 2 32
  50. Sets control 2 of card 1 to the value of 32.
  51. .SH BUGS
  52. Please report bugs to https://github.com/tinyalsa/tinyalsa/issues.
  53. .SH SEE ALSO
  54. .BR tinycap(1),
  55. .BR tinyplay(1),
  56. .BR tinypcminfo(1)
  57. .SH AUTHORS
  58. Simon Wilson
  59. .P
  60. For a complete list of authors, visit the project page at https://github.com/tinyalsa/tinyalsa.