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

AACI.conf (669B)


  1. #
  2. # ALSA library configuration for ARM AACI Primecell PL-041
  3. #
  4. <confdir:pcm/front.conf>
  5. AACI.pcm.front.0 {
  6. @args [ CARD ]
  7. @args.CARD {
  8. type string
  9. }
  10. type hw
  11. card $CARD
  12. }
  13. <confdir:pcm/surround40.conf>
  14. AACI.pcm.surround40.0 "cards.AACI.pcm.front.0"
  15. <confdir:pcm/surround51.conf>
  16. AACI.pcm.surround51.0 {
  17. @args [ CARD ]
  18. @args.CARD {
  19. type string
  20. }
  21. type multi
  22. slaves [
  23. {
  24. pcm {
  25. @func concat
  26. strings [
  27. "cards.AACI.pcm.front.0:CARD=" $CARD
  28. ]
  29. }
  30. channels 6
  31. }
  32. ]
  33. bindings [
  34. { slave 0 channel 0 }
  35. { slave 0 channel 1 }
  36. { slave 0 channel 3 }
  37. { slave 0 channel 4 }
  38. { slave 0 channel 2 }
  39. { slave 0 channel 5 }
  40. ]
  41. }