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

FWSpeakers.conf (333B)


  1. #
  2. # Configuration for the LaCie Firewire speakers
  3. #
  4. FWSpeakers.pcm.default {
  5. @args [ CARD ]
  6. @args.CARD {
  7. type string
  8. }
  9. type plug
  10. slave.pcm {
  11. @func concat
  12. strings [ "dmix:" $CARD ",FORMAT=S32" ]
  13. }
  14. }
  15. <confdir:pcm/front.conf>
  16. FWSpeakers.pcm.front.0 {
  17. @args [ CARD ]
  18. @args.CARD {
  19. type string
  20. }
  21. type hw
  22. card $CARD
  23. }