Advertisement
Guest User

Untitled

a guest
Aug 25th, 2023
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. Verb.HiFi {
  2. Comment "Play HiFi quality Music"
  3. Device.Headphones {
  4. Comment Headphones
  5. Values {
  6. CaptureCTL "_ucm0001.hw:sofhdadsp"
  7. JackControl "Headphone Jack"
  8. PlaybackCTL "_ucm0001.hw:sofhdadsp"
  9. PlaybackMasterElem Master
  10. PlaybackMixerElem Headphone
  11. PlaybackPCM "_ucm0001.hw:sofhdadsp"
  12. PlaybackPriority 200
  13. PlaybackSwitch "Headphone Playback Switch"
  14. PlaybackVolume "Headphone Playback Volume"
  15. TQ HiFi
  16. }
  17. }
  18. Device.Mic1 {
  19. Comment "Digital Microphone"
  20. Values {
  21. CaptureCTL "_ucm0001.hw:sofhdadsp"
  22. CaptureMixerElem Dmic0
  23. CapturePCM "_ucm0001.hw:sofhdadsp,6"
  24. CapturePriority 100
  25. CaptureSwitch "Dmic0 Capture Switch"
  26. CaptureVolume "Dmic0 Capture Volume"
  27. PlaybackCTL "_ucm0001.hw:sofhdadsp"
  28. TQ HiFi
  29. }
  30. }
  31. Device.Mic2 {
  32. Comment "Headphones Stereo Microphone"
  33. Values {
  34. CaptureCTL "_ucm0001.hw:sofhdadsp"
  35. CaptureMasterElem "Mic Boost"
  36. CaptureMixerElem Capture
  37. CapturePCM "_ucm0001.hw:sofhdadsp"
  38. CapturePriority 200
  39. CaptureSwitch "Capture Switch"
  40. CaptureVolume "Capture Volume"
  41. JackControl "Mic Jack"
  42. PlaybackCTL "_ucm0001.hw:sofhdadsp"
  43. TQ HiFi
  44. }
  45. }
  46. Device.HDMI1 {
  47. Comment "HDMI / DisplayPort 1 Output"
  48. Values {
  49. CaptureCTL "_ucm0001.hw:sofhdadsp"
  50. JackControl "HDMI/DP,pcm=3 Jack"
  51. PlaybackCTL "_ucm0001.hw:sofhdadsp"
  52. PlaybackPCM "_ucm0001.hw:sofhdadsp,3"
  53. PlaybackPriority 500
  54. TQ HiFi
  55. }
  56. }
  57. Device.HDMI2 {
  58. Comment "HDMI / DisplayPort 2 Output"
  59. Values {
  60. CaptureCTL "_ucm0001.hw:sofhdadsp"
  61. JackControl "HDMI/DP,pcm=4 Jack"
  62. PlaybackCTL "_ucm0001.hw:sofhdadsp"
  63. PlaybackPCM "_ucm0001.hw:sofhdadsp,4"
  64. PlaybackPriority 600
  65. TQ HiFi
  66. }
  67. }
  68. Device.HDMI3 {
  69. Comment "HDMI / DisplayPort 3 Output"
  70. Values {
  71. CaptureCTL "_ucm0001.hw:sofhdadsp"
  72. JackControl "HDMI/DP,pcm=5 Jack"
  73. PlaybackCTL "_ucm0001.hw:sofhdadsp"
  74. PlaybackPCM "_ucm0001.hw:sofhdadsp,5"
  75. PlaybackPriority 700
  76. TQ HiFi
  77. }
  78. }
  79. }
  80.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement