Advertisement
Guest User

Untitled

a guest
Jan 12th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.46 KB | None | 0 0
  1. Part I: ALSA
  2. Advanced Linux Sound Architecture Driver Version k4.15.0-43-lowlatency.
  3.  
  4. Card 0 (PCH):
  5. * Playback Device 0 (ALC887-VD Analog):
  6. - Subdevice 0 (hw:PCH,0,0):
  7. closed
  8.  
  9. * Playback Device 1 (ALC887-VD Digital):
  10. - Subdevice 0 (hw:PCH,1,0):
  11. closed
  12.  
  13. * Recording Device 0 (ALC887-VD Analog):
  14. - Subdevice 0 (hw:PCH,0,0):
  15. closed
  16.  
  17. * Recording Device 2 (ALC887-VD Alt Analog):
  18. - Subdevice 0 (hw:PCH,2,0):
  19. closed
  20.  
  21. Card 1 (AudioPCI):
  22. * Playback Device 0 (ES1370 DAC2/ADC):
  23. - Subdevice 0 (hw:AudioPCI,0,0):
  24. used by: zita-j2a (PID 1771)
  25. access: MMAP_INTERLEAVED
  26. format: S16_LE
  27. subformat: STD
  28. channels: 2
  29. rate: 48000 (1411200/29)
  30. period_size: 512
  31. buffer_size: 1024
  32.  
  33. * Playback Device 1 (ES1370 DAC1):
  34. - Subdevice 0 (hw:AudioPCI,1,0):
  35. closed
  36.  
  37. * Recording Device 0 (ES1370 DAC2/ADC):
  38. - Subdevice 0 (hw:AudioPCI,0,0):
  39. used by: zita-a2j (PID 1774)
  40. access: MMAP_INTERLEAVED
  41. format: S16_LE
  42. subformat: STD
  43. channels: 2
  44. rate: 48000 (1411200/29)
  45. period_size: 512
  46. buffer_size: 1024
  47.  
  48. Card 2 (M66):
  49. * Playback Device 0 (ICE1712 multi):
  50. - Subdevice 0 (hw:M66,0,0):
  51. used by: jackdbus (PID 1724)
  52. access: MMAP_INTERLEAVED
  53. format: S32_LE
  54. subformat: STD
  55. channels: 10
  56. rate: 48000 (48000/1)
  57. period_size: 1024
  58. buffer_size: 2048
  59.  
  60. * Recording Device 0 (ICE1712 multi):
  61. - Subdevice 0 (hw:M66,0,0):
  62. used by: jackdbus (PID 1724)
  63. access: MMAP_INTERLEAVED
  64. format: S32_LE
  65. subformat: STD
  66. channels: 12
  67. rate: 48000 (48000/1)
  68. period_size: 1024
  69. buffer_size: 2048
  70.  
  71. ========================================
  72. Part II: jack processes
  73. 1633 ? Sl 0:00 /usr/bin/python3 -u /usr/bin/autojack >~/.log/autojack.log 2>&1 < /dev/null &
  74. 1724 ? SLsl 3:50 /usr/bin/jackdbus auto
  75. ========================================
  76. Part III: jack-dbus config
  77. --- status
  78. started
  79. --- get selected driver
  80. alsa
  81. --- get driver parameters (type:isset:default:value)
  82. device: ALSA device name (str:set:hw:0:hw:M66,0,0)
  83. capture: Provide capture ports. Optionally set device (str:set:none:none)
  84. playback: Provide playback ports. Optionally set device (str:set:none:none)
  85. rate: Sample rate (uint:set:48000:48000)
  86. period: Frames per period (uint:set:1024:1024)
  87. nperiods: Number of periods of playback latency (uint:set:2:2)
  88. hwmon: Hardware monitoring, if available (bool:set:False:False)
  89. hwmeter: Hardware metering, if available (bool:set:False:False)
  90. duplex: Provide both capture and playback ports (bool:set:True:True)
  91. softmode: Soft-mode, no xrun handling (bool:set:False:False)
  92. monitor: Provide monitor ports for the output (bool:set:False:False)
  93. dither: Dithering mode (char:set:n:n)
  94. inchannels: Number of capture channels (defaults to hardware max) (uint:notset:0:0)
  95. outchannels: Number of playback channels (defaults to hardware max) (uint:notset:0:0)
  96. shorts: Try 16-bit samples before 32-bit (bool:set:False:False)
  97. input-latency: Extra input latency (frames) (uint:notset:0:0)
  98. output-latency: Extra output latency (frames) (uint:notset:0:0)
  99. midi-driver: ALSA MIDI driver (str:notset:none:none)
  100. --- get engine parameters (type:isset:default:value)
  101. driver: Driver to use (str:set:dummy:alsa)
  102. name: Server name to use. (str:notset:default:default)
  103. realtime: Whether to use realtime mode. (bool:set:True:True)
  104. realtime-priority: Scheduler priority when running in realtime mode. (sint:notset:10:10)
  105. temporary: Exit once all clients have closed their connections. (bool:notset:False:False)
  106. verbose: Verbose mode. (bool:set:False:False)
  107. client-timeout: Client timeout limit in milliseconds. (sint:set:0:500)
  108. clock-source: Clocksource type : c(ycle) | h(pet) | s(ystem). (uint:notset:0:0)
  109. port-max: Maximum number of ports. (uint:notset:2048:2048)
  110. replace-registry: Replace shared memory registry. (bool:notset:False:False)
  111. sync: Use server synchronous mode. (bool:notset:False:False)
  112. self-connect-mode: Self connect mode. (char:notset: : )
  113. slave-drivers: Slave drivers to use (str:notset::)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement