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

AU8830.conf (520B)


  1. #
  2. # Configuration for the AU8830 chip
  3. #
  4. <confdir:pcm/front.conf>
  5. AU8830.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. AU8830.pcm.surround40.0 "cards.AU8830.pcm.front.0"
  15. <confdir:pcm/iec958.conf>
  16. AU8830.pcm.iec958.0 {
  17. @args [ CARD AES0 AES1 AES2 AES3 ]
  18. @args.CARD {
  19. type string
  20. }
  21. @args.AES0 {
  22. type integer
  23. }
  24. @args.AES1 {
  25. type integer
  26. }
  27. @args.AES2 {
  28. type integer
  29. }
  30. @args.AES3 {
  31. type integer
  32. }
  33. type hw
  34. card $CARD
  35. device 1
  36. }