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

PC-Speaker.conf (657B)


  1. #
  2. # Configuration for PC-Speaker driver
  3. #
  4. <confdir:pcm/front.conf>
  5. PC-Speaker.pcm.front.0 {
  6. @args [ CARD ]
  7. @args.CARD {
  8. type string
  9. }
  10. type softvol
  11. slave.pcm {
  12. type hw
  13. card $CARD
  14. }
  15. control {
  16. name "Master Playback Volume"
  17. card $CARD
  18. }
  19. min_dB -10.0
  20. max_dB 20.0
  21. }
  22. # default with dmix & null
  23. PC-Speaker.pcm.default {
  24. @args [ CARD ]
  25. @args.CARD {
  26. type string
  27. }
  28. type asym
  29. playback.pcm {
  30. type plug
  31. slave.pcm {
  32. type softvol
  33. control {
  34. name "Master Playback Volume"
  35. card $CARD
  36. }
  37. min_dB -10.0
  38. max_dB 20.0
  39. slave.pcm {
  40. @func concat
  41. strings [ "dmix:" $CARD ]
  42. }
  43. }
  44. }
  45. capture.pcm {
  46. type null
  47. }
  48. }