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

AU8810.conf (437B)


  1. #
  2. # Configuration for the AU8810 chip
  3. #
  4. <confdir:pcm/front.conf>
  5. AU8810.pcm.front.0 {
  6. @args [ CARD ]
  7. @args.CARD {
  8. type string
  9. }
  10. type hw
  11. card $CARD
  12. }
  13. <confdir:pcm/iec958.conf>
  14. AU8810.pcm.iec958.0 {
  15. @args [ CARD AES0 AES1 AES2 AES3 ]
  16. @args.CARD {
  17. type string
  18. }
  19. @args.AES0 {
  20. type integer
  21. }
  22. @args.AES1 {
  23. type integer
  24. }
  25. @args.AES2 {
  26. type integer
  27. }
  28. @args.AES3 {
  29. type integer
  30. }
  31. type hw
  32. card $CARD
  33. device 1
  34. }