PandaBoardES.conf 898 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # UCM configuration for PandaBoardES
  2. SectionUseCase."Record" {
  3. File "record"
  4. Comment "Record."
  5. }
  6. SectionUseCase."HiFi" {
  7. File "hifi"
  8. Comment "Play HiFi quality Music."
  9. }
  10. SectionUseCase."HiFi_Low_Power" {
  11. File "hifiLP"
  12. Comment "Play HiFi quality Music in Low Power Mode."
  13. }
  14. SectionUseCase."Voice" {
  15. File "voice"
  16. Comment "Playback Voice quality."
  17. }
  18. SectionUseCase."Voice_Low_Power" {
  19. File "voice"
  20. Comment "Playback Voice quality in Low Power Mode."
  21. }
  22. SectionUseCase."Voice_Call" {
  23. File "voiceCall"
  24. Comment "Capture and Playback in Voice quality."
  25. }
  26. SectionUseCase."Voice_Call_IP" {
  27. File "voiceCall"
  28. Comment "Capture and Playback in Voice quality."
  29. }
  30. SectionUseCase."FM_Analog_Radio" {
  31. File "FMAnalog"
  32. Comment "Capture FM Analog Radio."
  33. }
  34. SectionDefaults [
  35. cdev "hw:PandaBoardES"
  36. exec "echo Im setting PandaBoardES defaults"
  37. ]