Advertisement
Guest User

pactl list

a guest
Nov 29th, 2024
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.22 KB | None | 0 0
  1. pactl list
  2. Module #1
  3. Name: libpipewire-module-rt
  4. Argument: {
  5. nice.level = -11
  6. rt.prio = 88
  7. #rt.time.soft = -1
  8. #rt.time.hard = -1
  9. #uclamp.min = 0
  10. #uclamp.max = 1024
  11. }
  12. Usage counter: n/a
  13. Properties:
  14. module.name = "libpipewire-module-rt"
  15. object.id = "1"
  16. object.serial = "1"
  17. module.author = "Wim Taymans <[email protected]>"
  18. module.description = "Use realtime thread scheduling, falling back to RTKit"
  19. module.usage = "( nice.level=<priority: default 20(don't change)> ) ( rt.prio=<priority: default 83> ) ( rt.time.soft=<in usec: default -1> ) ( rt.time.hard=<in usec: default -1> ) ( rlimits.enabled=<default true> ) ( rtportal.enabled=<default true> ) ( rtkit.enabled=<default true> ) ( uclamp.min=<default 0> ) ( uclamp.max=<default 1024> )"
  20. module.version = "1.2.2"
  21. nice.level = "-11"
  22. rt.prio = "88"
  23.  
  24. Module #2
  25. Name: libpipewire-module-protocol-native
  26. Argument: {
  27. # List of server Unix sockets, and optionally permissions
  28. #sockets = [ { name = "pipewire-0" }, { name = "pipewire-0-manager" } ]
  29. }
  30. Usage counter: n/a
  31. Properties:
  32. module.name = "libpipewire-module-protocol-native"
  33. object.id = "2"
  34. object.serial = "2"
  35. module.author = "Wim Taymans <[email protected]>"
  36. module.description = "Native protocol using unix sockets"
  37. module.version = "1.2.2"
  38.  
  39. Module #4
  40. Name: libpipewire-module-profiler
  41. Argument:
  42. Usage counter: n/a
  43. Properties:
  44. module.name = "libpipewire-module-profiler"
  45. object.id = "4"
  46. object.serial = "4"
  47. module.author = "Wim Taymans <[email protected]>"
  48. module.description = "Generate Profiling data"
  49. module.version = "1.2.2"
  50.  
  51. Module #6
  52. Name: libpipewire-module-metadata
  53. Argument:
  54. Usage counter: n/a
  55. Properties:
  56. module.name = "libpipewire-module-metadata"
  57. object.id = "6"
  58. object.serial = "6"
  59. module.author = "Wim Taymans <[email protected]>"
  60. module.description = "Allow clients to create metadata store"
  61. module.version = "1.2.2"
  62.  
  63. Module #8
  64. Name: libpipewire-module-spa-device-factory
  65. Argument:
  66. Usage counter: n/a
  67. Properties:
  68. module.name = "libpipewire-module-spa-device-factory"
  69. object.id = "8"
  70. object.serial = "8"
  71. module.author = "Wim Taymans <[email protected]>"
  72. module.description = "Provide a factory to make SPA devices"
  73. module.version = "1.2.2"
  74.  
  75. Module #10
  76. Name: libpipewire-module-spa-node-factory
  77. Argument:
  78. Usage counter: n/a
  79. Properties:
  80. module.name = "libpipewire-module-spa-node-factory"
  81. object.id = "10"
  82. object.serial = "10"
  83. module.author = "Wim Taymans <[email protected]>"
  84. module.description = "Provide a factory to make SPA nodes"
  85. module.version = "1.2.2"
  86.  
  87. Module #12
  88. Name: libpipewire-module-client-node
  89. Argument:
  90. Usage counter: n/a
  91. Properties:
  92. module.name = "libpipewire-module-client-node"
  93. object.id = "12"
  94. object.serial = "12"
  95. module.author = "Wim Taymans <[email protected]>"
  96. module.description = "Allow clients to create and control remote nodes"
  97. module.version = "1.2.2"
  98.  
  99. Module #14
  100. Name: libpipewire-module-client-device
  101. Argument:
  102. Usage counter: n/a
  103. Properties:
  104. module.name = "libpipewire-module-client-device"
  105. object.id = "14"
  106. object.serial = "14"
  107. module.author = "Wim Taymans <[email protected]>"
  108. module.description = "Allow clients to create and control remote devices"
  109. module.version = "1.2.2"
  110.  
  111. Module #16
  112. Name: libpipewire-module-portal
  113. Argument:
  114. Usage counter: n/a
  115. Properties:
  116. module.name = "libpipewire-module-portal"
  117. object.id = "16"
  118. object.serial = "16"
  119.  
  120. Module #17
  121. Name: libpipewire-module-access
  122. Argument: {
  123. # Socket-specific access permissions
  124. #access.socket = { pipewire-0 = "default", pipewire-0-manager = "unrestricted" }
  125.  
  126. # Deprecated legacy mode (not socket-based),
  127. # for now enabled by default if access.socket is not specified
  128. #access.legacy = true
  129. }
  130. Usage counter: n/a
  131. Properties:
  132. module.name = "libpipewire-module-access"
  133. object.id = "17"
  134. object.serial = "17"
  135. module.author = "Wim Taymans <[email protected]>"
  136. module.description = "Perform access check"
  137. module.usage = "( access.socket={ <socket>=<access>, ... } ) ( access.legacy=true ) "
  138. module.version = "1.2.2"
  139.  
  140. Module #18
  141. Name: libpipewire-module-adapter
  142. Argument:
  143. Usage counter: n/a
  144. Properties:
  145. module.name = "libpipewire-module-adapter"
  146. object.id = "18"
  147. object.serial = "18"
  148. module.author = "Wim Taymans <[email protected]>"
  149. module.description = "Manage adapter nodes"
  150. module.version = "1.2.2"
  151.  
  152. Module #20
  153. Name: libpipewire-module-link-factory
  154. Argument:
  155. Usage counter: n/a
  156. Properties:
  157. module.name = "libpipewire-module-link-factory"
  158. object.id = "20"
  159. object.serial = "20"
  160. module.author = "Wim Taymans <[email protected]>"
  161. module.description = "Allow clients to create links"
  162. module.usage = "( allow.link.passive=<bool, default false> ) "
  163. module.version = "1.2.2"
  164.  
  165. Module #22
  166. Name: libpipewire-module-session-manager
  167. Argument:
  168. Usage counter: n/a
  169. Properties:
  170. module.name = "libpipewire-module-session-manager"
  171. object.id = "22"
  172. object.serial = "22"
  173. module.author = "George Kiagiadakis <[email protected]>"
  174. module.description = "Implements objects for session management"
  175. module.version = "1.2.2"
  176.  
  177. Module #29
  178. Name: libpipewire-module-jackdbus-detect
  179. Argument: {
  180. #jack.library = libjack.so.0
  181. #jack.server = null
  182. #jack.client-name = PipeWire
  183. #jack.connect = true
  184. #tunnel.mode = duplex # source|sink|duplex
  185. source.props = {
  186. #audio.channels = 2
  187. #midi.ports = 1
  188. #audio.position = [ FL FR ]
  189. # extra sink properties
  190. }
  191. sink.props = {
  192. #audio.channels = 2
  193. #midi.ports = 1
  194. #audio.position = [ FL FR ]
  195. # extra sink properties
  196. }
  197. }
  198. Usage counter: n/a
  199. Properties:
  200. module.name = "libpipewire-module-jackdbus-detect"
  201. object.id = "29"
  202. object.serial = "29"
  203.  
  204. Module #536870912
  205. Name: module-always-sink
  206. Argument:
  207. Usage counter: n/a
  208. Properties:
  209. module.author = "Pauli Virtanen <[email protected]>"
  210. module.description = "Always keeps at least one sink loaded even if it's a null one"
  211. module.usage = "sink_name=<name of sink>"
  212. module.version = "1.2.2"
  213.  
  214. Module #536870913
  215. Name: module-device-manager
  216. Argument:
  217. Usage counter: n/a
  218. Properties:
  219. module.author = "Wim Taymans <[email protected]>"
  220. module.description = "Keep track of devices (and their descriptions) both past and present and prioritise by role"
  221. module.usage = "do_routing=<Automatically route streams based on a priority list (unique per-role)?> on_hotplug=<When new device becomes available, recheck streams?> on_rescue=<When device becomes unavailable, recheck streams?>"
  222. module.version = "1.2.2"
  223.  
  224. Module #536870914
  225. Name: module-device-restore
  226. Argument:
  227. Usage counter: n/a
  228. Properties:
  229. module.author = "Wim Taymans <[email protected]>"
  230. module.description = "Automatically restore the volume/mute state of devices"
  231. module.usage = "restore_port=<Save/restore port?> restore_volume=<Save/restore volumes?> restore_muted=<Save/restore muted states?> restore_formats=<Save/restore saved formats?>"
  232. module.version = "1.2.2"
  233.  
  234. Module #536870915
  235. Name: module-stream-restore
  236. Argument:
  237. Usage counter: n/a
  238. Properties:
  239. module.author = "Wim Taymans <[email protected]>"
  240. module.description = "Automatically restore the volume/mute/device state of streams"
  241. module.usage = "restore_device=<Save/restore sinks/sources?> restore_volume=<Save/restore volumes?> restore_muted=<Save/restore muted states?> on_hotplug=<This argument is obsolete, please remove it from configuration> on_rescue=<This argument is obsolete, please remove it from configuration> fallback_table=<filename>"
  242. module.version = "1.2.2"
  243.  
  244. Sink #45
  245. State: SUSPENDED
  246. Name: alsa_output.pci-0000_08_00.1.hdmi-stereo
  247. Description: TU106 High Definition Audio Controller Digital Stereo (HDMI)
  248. Driver: PipeWire
  249. Sample Specification: s32le 2ch 48000Hz
  250. Channel Map: front-left,front-right
  251. Owner Module: 4294967295
  252. Mute: no
  253. Volume: front-left: 26166 / 40% / -23.92 dB, front-right: 26166 / 40% / -23.92 dB
  254. balance 0.00
  255. Base Volume: 65536 / 100% / 0.00 dB
  256. Monitor Source: alsa_output.pci-0000_08_00.1.hdmi-stereo.monitor
  257. Latency: 0 usec, configured 0 usec
  258. Flags: HARDWARE DECIBEL_VOLUME LATENCY SET_FORMATS
  259. Properties:
  260. alsa.card = "0"
  261. alsa.card_name = "HDA NVidia"
  262. alsa.class = "generic"
  263. alsa.components = "HDA:10de0093,14623734,00100100"
  264. alsa.device = "3"
  265. alsa.driver_name = "snd_hda_intel"
  266. alsa.id = "NVidia"
  267. alsa.long_card_name = "HDA NVidia at 0xf7080000 irq 91"
  268. alsa.mixer_name = "Nvidia GPU 93 HDMI/DP"
  269. alsa.name = "LC32G7xT"
  270. alsa.resolution_bits = "16"
  271. alsa.subclass = "generic-mix"
  272. alsa.subdevice = "0"
  273. alsa.subdevice_name = "subdevice #0"
  274. alsa.sync.id = "00000000:00000000:00000000:00000000"
  275. api.alsa.card.longname = "HDA NVidia at 0xf7080000 irq 91"
  276. api.alsa.card.name = "HDA NVidia"
  277. api.alsa.path = "hdmi:0"
  278. api.alsa.pcm.card = "0"
  279. api.alsa.pcm.stream = "playback"
  280. audio.channels = "2"
  281. audio.position = "FL,FR"
  282. card.profile.device = "4"
  283. device.api = "alsa"
  284. device.class = "sound"
  285. device.id = "43"
  286. device.profile.description = "Digital Stereo (HDMI)"
  287. device.profile.name = "hdmi-stereo"
  288. device.routes = "1"
  289. factory.name = "api.alsa.pcm.sink"
  290. media.class = "Audio/Sink"
  291. device.description = "TU106 High Definition Audio Controller"
  292. node.name = "alsa_output.pci-0000_08_00.1.hdmi-stereo"
  293. node.nick = "LC32G7xT"
  294. node.pause-on-idle = "false"
  295. object.path = "alsa:acp:NVidia:4:playback"
  296. port.group = "playback"
  297. priority.driver = "696"
  298. priority.session = "696"
  299. factory.id = "19"
  300. clock.quantum-limit = "8192"
  301. client.id = "35"
  302. node.driver = "true"
  303. node.loop.name = "data-loop.0"
  304. library.name = "audioconvert/libspa-audioconvert"
  305. object.id = "45"
  306. object.serial = "45"
  307. api.acp.auto-port = "false"
  308. api.acp.auto-profile = "false"
  309. api.alsa.card = "0"
  310. api.alsa.use-acp = "true"
  311. api.dbus.ReserveDevice1 = "Audio0"
  312. device.bus = "pci"
  313. device.bus_path = "pci-0000:08:00.1"
  314. device.enum.api = "udev"
  315. device.icon_name = "audio-card-analog-pci"
  316. device.name = "alsa_card.pci-0000_08_00.1"
  317. device.nick = "HDA NVidia"
  318. device.plugged.usec = "227403682"
  319. device.product.id = "0x10f9"
  320. device.product.name = "TU106 High Definition Audio Controller"
  321. device.subsystem = "sound"
  322. sysfs.path = "/devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card0"
  323. device.vendor.id = "0x10de"
  324. device.vendor.name = "NVIDIA Corporation"
  325. device.string = "0"
  326. Ports:
  327. hdmi-output-0: HDMI / DisplayPort (type: HDMI, priority: 5900, availability group: Legacy 1, available)
  328. Active Port: hdmi-output-0
  329. Formats:
  330. pcm
  331.  
  332. Sink #46
  333. State: SUSPENDED
  334. Name: alsa_output.pci-0000_0a_00.3.analog-stereo
  335. Description: Family 17h (Models 00h-0fh) HD Audio Controller Analog Stereo
  336. Driver: PipeWire
  337. Sample Specification: s32le 2ch 48000Hz
  338. Channel Map: front-left,front-right
  339. Owner Module: 4294967295
  340. Mute: no
  341. Volume: front-left: 27833 / 42% / -22.32 dB, front-right: 27833 / 42% / -22.32 dB
  342. balance 0.00
  343. Base Volume: 65536 / 100% / 0.00 dB
  344. Monitor Source: alsa_output.pci-0000_0a_00.3.analog-stereo.monitor
  345. Latency: 0 usec, configured 0 usec
  346. Flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY
  347. Properties:
  348. alsa.card = "1"
  349. alsa.card_name = "HD-Audio Generic"
  350. alsa.class = "generic"
  351. alsa.components = "HDA:10ec1220,1458a0c3,00100101"
  352. alsa.device = "0"
  353. alsa.driver_name = "snd_hda_intel"
  354. alsa.id = "Generic"
  355. alsa.long_card_name = "HD-Audio Generic at 0xf7800000 irq 93"
  356. alsa.mixer_name = "Realtek ALC1220"
  357. alsa.name = "ALC1220 Analog"
  358. alsa.resolution_bits = "16"
  359. alsa.subclass = "generic-mix"
  360. alsa.subdevice = "0"
  361. alsa.subdevice_name = "subdevice #0"
  362. alsa.sync.id = "00000000:00000000:00000000:00000000"
  363. api.alsa.card.longname = "HD-Audio Generic at 0xf7800000 irq 93"
  364. api.alsa.card.name = "HD-Audio Generic"
  365. api.alsa.path = "front:1"
  366. api.alsa.pcm.card = "1"
  367. api.alsa.pcm.stream = "playback"
  368. audio.channels = "2"
  369. audio.position = "FL,FR"
  370. card.profile.device = "5"
  371. device.api = "alsa"
  372. device.class = "sound"
  373. device.id = "44"
  374. device.profile.description = "Analog Stereo"
  375. device.profile.name = "analog-stereo"
  376. device.routes = "2"
  377. factory.name = "api.alsa.pcm.sink"
  378. media.class = "Audio/Sink"
  379. device.description = "Family 17h (Models 00h-0fh) HD Audio Controller"
  380. node.name = "alsa_output.pci-0000_0a_00.3.analog-stereo"
  381. node.nick = "ALC1220 Analog"
  382. node.pause-on-idle = "false"
  383. object.path = "alsa:acp:Generic:5:playback"
  384. port.group = "playback"
  385. priority.driver = "1009"
  386. priority.session = "1009"
  387. factory.id = "19"
  388. clock.quantum-limit = "8192"
  389. client.id = "35"
  390. node.driver = "true"
  391. node.loop.name = "data-loop.0"
  392. library.name = "audioconvert/libspa-audioconvert"
  393. object.id = "46"
  394. object.serial = "46"
  395. api.acp.auto-port = "false"
  396. api.acp.auto-profile = "false"
  397. api.alsa.card = "1"
  398. api.alsa.use-acp = "true"
  399. api.dbus.ReserveDevice1 = "Audio1"
  400. device.bus = "pci"
  401. device.bus_path = "pci-0000:0a:00.3"
  402. device.enum.api = "udev"
  403. device.icon_name = "audio-card-analog-pci"
  404. device.name = "alsa_card.pci-0000_0a_00.3"
  405. device.nick = "HD-Audio Generic"
  406. device.plugged.usec = "227422324"
  407. device.product.id = "0x1457"
  408. device.product.name = "Family 17h (Models 00h-0fh) HD Audio Controller"
  409. device.subsystem = "sound"
  410. sysfs.path = "/devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card1"
  411. device.vendor.id = "0x1022"
  412. device.vendor.name = "Advanced Micro Devices, Inc. [AMD]"
  413. device.string = "1"
  414. Ports:
  415. analog-output-lineout: Line Out (type: Line, priority: 9000, availability group: Legacy 4, available)
  416. analog-output-headphones: Headphones (type: Headphones, priority: 9900, availability group: Legacy 5, not available)
  417. Active Port: analog-output-lineout
  418. Formats:
  419. pcm
  420.  
  421. Source #45
  422. State: SUSPENDED
  423. Name: alsa_output.pci-0000_08_00.1.hdmi-stereo.monitor
  424. Description: Monitor of TU106 High Definition Audio Controller Digital Stereo (HDMI)
  425. Driver: PipeWire
  426. Sample Specification: s32le 2ch 48000Hz
  427. Channel Map: front-left,front-right
  428. Owner Module: 4294967295
  429. Mute: no
  430. Volume: front-left: 65536 / 100% / 0.00 dB, front-right: 65536 / 100% / 0.00 dB
  431. balance 0.00
  432. Base Volume: 65536 / 100% / 0.00 dB
  433. Monitor of Sink: alsa_output.pci-0000_08_00.1.hdmi-stereo
  434. Latency: 0 usec, configured 0 usec
  435. Flags: HARDWARE DECIBEL_VOLUME LATENCY
  436. Properties:
  437. alsa.card = "0"
  438. alsa.card_name = "HDA NVidia"
  439. alsa.class = "generic"
  440. alsa.components = "HDA:10de0093,14623734,00100100"
  441. alsa.device = "3"
  442. alsa.driver_name = "snd_hda_intel"
  443. alsa.id = "NVidia"
  444. alsa.long_card_name = "HDA NVidia at 0xf7080000 irq 91"
  445. alsa.mixer_name = "Nvidia GPU 93 HDMI/DP"
  446. alsa.name = "LC32G7xT"
  447. alsa.resolution_bits = "16"
  448. alsa.subclass = "generic-mix"
  449. alsa.subdevice = "0"
  450. alsa.subdevice_name = "subdevice #0"
  451. alsa.sync.id = "00000000:00000000:00000000:00000000"
  452. api.alsa.card.longname = "HDA NVidia at 0xf7080000 irq 91"
  453. api.alsa.card.name = "HDA NVidia"
  454. api.alsa.path = "hdmi:0"
  455. api.alsa.pcm.card = "0"
  456. api.alsa.pcm.stream = "playback"
  457. audio.channels = "2"
  458. audio.position = "FL,FR"
  459. card.profile.device = "4"
  460. device.api = "alsa"
  461. device.class = "monitor"
  462. device.id = "43"
  463. device.profile.description = "Digital Stereo (HDMI)"
  464. device.profile.name = "hdmi-stereo"
  465. device.routes = "1"
  466. factory.name = "api.alsa.pcm.sink"
  467. media.class = "Audio/Sink"
  468. device.description = "TU106 High Definition Audio Controller"
  469. node.name = "alsa_output.pci-0000_08_00.1.hdmi-stereo"
  470. node.nick = "LC32G7xT"
  471. node.pause-on-idle = "false"
  472. object.path = "alsa:acp:NVidia:4:playback"
  473. port.group = "playback"
  474. priority.driver = "696"
  475. priority.session = "696"
  476. factory.id = "19"
  477. clock.quantum-limit = "8192"
  478. client.id = "35"
  479. node.driver = "true"
  480. node.loop.name = "data-loop.0"
  481. library.name = "audioconvert/libspa-audioconvert"
  482. object.id = "45"
  483. object.serial = "45"
  484. api.acp.auto-port = "false"
  485. api.acp.auto-profile = "false"
  486. api.alsa.card = "0"
  487. api.alsa.use-acp = "true"
  488. api.dbus.ReserveDevice1 = "Audio0"
  489. device.bus = "pci"
  490. device.bus_path = "pci-0000:08:00.1"
  491. device.enum.api = "udev"
  492. device.icon_name = "audio-card-analog-pci"
  493. device.name = "alsa_card.pci-0000_08_00.1"
  494. device.nick = "HDA NVidia"
  495. device.plugged.usec = "227403682"
  496. device.product.id = "0x10f9"
  497. device.product.name = "TU106 High Definition Audio Controller"
  498. device.subsystem = "sound"
  499. sysfs.path = "/devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card0"
  500. device.vendor.id = "0x10de"
  501. device.vendor.name = "NVIDIA Corporation"
  502. device.string = "0"
  503. Ports:
  504. hdmi-output-0: HDMI / DisplayPort (type: HDMI, priority: 5900, availability group: Legacy 1, available)
  505. Active Port: hdmi-output-0
  506. Formats:
  507. pcm
  508.  
  509. Source #46
  510. State: SUSPENDED
  511. Name: alsa_output.pci-0000_0a_00.3.analog-stereo.monitor
  512. Description: Monitor of Family 17h (Models 00h-0fh) HD Audio Controller Analog Stereo
  513. Driver: PipeWire
  514. Sample Specification: s32le 2ch 48000Hz
  515. Channel Map: front-left,front-right
  516. Owner Module: 4294967295
  517. Mute: no
  518. Volume: front-left: 65536 / 100% / 0.00 dB, front-right: 65536 / 100% / 0.00 dB
  519. balance 0.00
  520. Base Volume: 65536 / 100% / 0.00 dB
  521. Monitor of Sink: alsa_output.pci-0000_0a_00.3.analog-stereo
  522. Latency: 0 usec, configured 0 usec
  523. Flags: HARDWARE DECIBEL_VOLUME LATENCY
  524. Properties:
  525. alsa.card = "1"
  526. alsa.card_name = "HD-Audio Generic"
  527. alsa.class = "generic"
  528. alsa.components = "HDA:10ec1220,1458a0c3,00100101"
  529. alsa.device = "0"
  530. alsa.driver_name = "snd_hda_intel"
  531. alsa.id = "Generic"
  532. alsa.long_card_name = "HD-Audio Generic at 0xf7800000 irq 93"
  533. alsa.mixer_name = "Realtek ALC1220"
  534. alsa.name = "ALC1220 Analog"
  535. alsa.resolution_bits = "16"
  536. alsa.subclass = "generic-mix"
  537. alsa.subdevice = "0"
  538. alsa.subdevice_name = "subdevice #0"
  539. alsa.sync.id = "00000000:00000000:00000000:00000000"
  540. api.alsa.card.longname = "HD-Audio Generic at 0xf7800000 irq 93"
  541. api.alsa.card.name = "HD-Audio Generic"
  542. api.alsa.path = "front:1"
  543. api.alsa.pcm.card = "1"
  544. api.alsa.pcm.stream = "playback"
  545. audio.channels = "2"
  546. audio.position = "FL,FR"
  547. card.profile.device = "5"
  548. device.api = "alsa"
  549. device.class = "monitor"
  550. device.id = "44"
  551. device.profile.description = "Analog Stereo"
  552. device.profile.name = "analog-stereo"
  553. device.routes = "2"
  554. factory.name = "api.alsa.pcm.sink"
  555. media.class = "Audio/Sink"
  556. device.description = "Family 17h (Models 00h-0fh) HD Audio Controller"
  557. node.name = "alsa_output.pci-0000_0a_00.3.analog-stereo"
  558. node.nick = "ALC1220 Analog"
  559. node.pause-on-idle = "false"
  560. object.path = "alsa:acp:Generic:5:playback"
  561. port.group = "playback"
  562. priority.driver = "1009"
  563. priority.session = "1009"
  564. factory.id = "19"
  565. clock.quantum-limit = "8192"
  566. client.id = "35"
  567. node.driver = "true"
  568. node.loop.name = "data-loop.0"
  569. library.name = "audioconvert/libspa-audioconvert"
  570. object.id = "46"
  571. object.serial = "46"
  572. api.acp.auto-port = "false"
  573. api.acp.auto-profile = "false"
  574. api.alsa.card = "1"
  575. api.alsa.use-acp = "true"
  576. api.dbus.ReserveDevice1 = "Audio1"
  577. device.bus = "pci"
  578. device.bus_path = "pci-0000:0a:00.3"
  579. device.enum.api = "udev"
  580. device.icon_name = "audio-card-analog-pci"
  581. device.name = "alsa_card.pci-0000_0a_00.3"
  582. device.nick = "HD-Audio Generic"
  583. device.plugged.usec = "227422324"
  584. device.product.id = "0x1457"
  585. device.product.name = "Family 17h (Models 00h-0fh) HD Audio Controller"
  586. device.subsystem = "sound"
  587. sysfs.path = "/devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card1"
  588. device.vendor.id = "0x1022"
  589. device.vendor.name = "Advanced Micro Devices, Inc. [AMD]"
  590. device.string = "1"
  591. Ports:
  592. analog-output-lineout: Line Out (type: Line, priority: 9000, availability group: Legacy 4, available)
  593. analog-output-headphones: Headphones (type: Headphones, priority: 9900, availability group: Legacy 5, not available)
  594. Active Port: analog-output-lineout
  595. Formats:
  596. pcm
  597.  
  598. Client #33
  599. Driver: PipeWire
  600. Owner Module: 2
  601. Properties:
  602. pipewire.protocol = "protocol-native"
  603. core.name = "pipewire-sid-2696"
  604. pipewire.sec.socket = "pipewire-0"
  605. pipewire.sec.pid = "2696"
  606. pipewire.sec.uid = "1000"
  607. pipewire.sec.gid = "1000"
  608. module.id = "2"
  609. object.id = "33"
  610. object.serial = "33"
  611. pipewire.access.portal.is_portal = "true"
  612. portal.monitor = "Camera"
  613. application.name = "xdg-desktop-portal"
  614. application.process.binary = "xdg-desktop-portal"
  615. application.language = "en_US.UTF-8"
  616. application.process.id = "2696"
  617. application.process.user = "sid"
  618. application.process.host = "pop-os"
  619. log.level = "0"
  620. cpu.max-align = "32"
  621. default.clock.rate = "48000"
  622. default.clock.quantum = "1024"
  623. default.clock.min-quantum = "32"
  624. default.clock.max-quantum = "2048"
  625. default.clock.quantum-limit = "8192"
  626. default.clock.quantum-floor = "4"
  627. default.video.width = "640"
  628. default.video.height = "480"
  629. default.video.rate.num = "25"
  630. default.video.rate.denom = "1"
  631. clock.power-of-two-quantum = "true"
  632. link.max-buffers = "64"
  633. mem.warn-mlock = "false"
  634. mem.allow-mlock = "true"
  635. settings.check-quantum = "false"
  636. settings.check-rate = "false"
  637. core.version = "1.2.2"
  638. pipewire.access = "portal"
  639.  
  640. Client #34
  641. Driver: PipeWire
  642. Owner Module: 2
  643. Properties:
  644. pipewire.protocol = "protocol-native"
  645. core.name = "pipewire-sid-14407"
  646. pipewire.sec.socket = "pipewire-0"
  647. pipewire.sec.pid = "14407"
  648. pipewire.sec.uid = "1000"
  649. pipewire.sec.gid = "1000"
  650. module.id = "2"
  651. object.id = "34"
  652. object.serial = "34"
  653. config.name = "/usr/share/wireplumber/wireplumber.conf"
  654. application.name = "WirePlumber"
  655. wireplumber.daemon = "true"
  656. wireplumber.export-core = "true"
  657. application.process.binary = "wireplumber"
  658. application.language = "en_US.UTF-8"
  659. application.process.id = "14407"
  660. application.process.user = "sid"
  661. application.process.host = "pop-os"
  662. log.level = "2"
  663. wireplumber.script-engine = "lua-scripting"
  664. cpu.max-align = "32"
  665. default.clock.rate = "48000"
  666. default.clock.quantum = "1024"
  667. default.clock.min-quantum = "32"
  668. default.clock.max-quantum = "2048"
  669. default.clock.quantum-limit = "8192"
  670. default.clock.quantum-floor = "4"
  671. default.video.width = "640"
  672. default.video.height = "480"
  673. default.video.rate.num = "25"
  674. default.video.rate.denom = "1"
  675. clock.power-of-two-quantum = "true"
  676. link.max-buffers = "64"
  677. mem.warn-mlock = "false"
  678. mem.allow-mlock = "true"
  679. settings.check-quantum = "false"
  680. settings.check-rate = "false"
  681. core.version = "1.2.2"
  682. pipewire.access = "unrestricted"
  683.  
  684. Client #35
  685. Driver: PipeWire
  686. Owner Module: 2
  687. Properties:
  688. pipewire.protocol = "protocol-native"
  689. core.name = "pipewire-sid-14407"
  690. pipewire.sec.socket = "pipewire-0"
  691. pipewire.sec.pid = "14407"
  692. pipewire.sec.uid = "1000"
  693. pipewire.sec.gid = "1000"
  694. module.id = "2"
  695. object.id = "35"
  696. object.serial = "35"
  697. application.name = "WirePlumber [export]"
  698. config.name = "/usr/share/wireplumber/wireplumber.conf"
  699. wireplumber.daemon = "true"
  700. wireplumber.export-core = "true"
  701. application.process.binary = "wireplumber"
  702. application.language = "en_US.UTF-8"
  703. application.process.id = "14407"
  704. application.process.user = "sid"
  705. application.process.host = "pop-os"
  706. log.level = "2"
  707. wireplumber.script-engine = "lua-scripting"
  708. cpu.max-align = "32"
  709. default.clock.rate = "48000"
  710. default.clock.quantum = "1024"
  711. default.clock.min-quantum = "32"
  712. default.clock.max-quantum = "2048"
  713. default.clock.quantum-limit = "8192"
  714. default.clock.quantum-floor = "4"
  715. default.video.width = "640"
  716. default.video.height = "480"
  717. default.video.rate.num = "25"
  718. default.video.rate.denom = "1"
  719. clock.power-of-two-quantum = "true"
  720. link.max-buffers = "64"
  721. mem.warn-mlock = "false"
  722. mem.allow-mlock = "true"
  723. settings.check-quantum = "false"
  724. settings.check-rate = "false"
  725. core.version = "1.2.2"
  726. pipewire.access = "unrestricted"
  727.  
  728. Client #74
  729. Driver: PipeWire
  730. Owner Module: 2
  731. Properties:
  732. pipewire.protocol = "protocol-native"
  733. core.name = "pipewire-sid-2478"
  734. pipewire.sec.socket = "pipewire-0"
  735. pipewire.sec.pid = "2478"
  736. pipewire.sec.uid = "1000"
  737. pipewire.sec.gid = "1000"
  738. module.id = "2"
  739. object.id = "72"
  740. object.serial = "74"
  741. client.api = "pipewire-pulse"
  742. pulse.server.type = "unix"
  743. application.name = "Firefox"
  744. application.process.id = "2819"
  745. application.process.user = "sid"
  746. application.process.host = "pop-os"
  747. application.process.binary = "firefox-bin"
  748. application.language = "en_US.UTF-8"
  749. window.x11.display = ":0"
  750. application.process.machine_id = "40c543d2e4e32d6212855fb5670ec728"
  751. application.process.session_id = "1"
  752. config.name = "pipewire-pulse.conf"
  753. cpu.max-align = "32"
  754. default.clock.rate = "48000"
  755. default.clock.quantum = "1024"
  756. default.clock.min-quantum = "32"
  757. default.clock.max-quantum = "2048"
  758. default.clock.quantum-limit = "8192"
  759. default.clock.quantum-floor = "4"
  760. default.video.width = "640"
  761. default.video.height = "480"
  762. default.video.rate.num = "25"
  763. default.video.rate.denom = "1"
  764. log.level = "2"
  765. clock.power-of-two-quantum = "true"
  766. link.max-buffers = "64"
  767. mem.warn-mlock = "false"
  768. mem.allow-mlock = "true"
  769. settings.check-quantum = "false"
  770. settings.check-rate = "false"
  771. core.version = "1.2.2"
  772. pipewire.access = "unrestricted"
  773.  
  774. Client #87
  775. Driver: PipeWire
  776. Owner Module: 2
  777. Properties:
  778. pipewire.protocol = "protocol-native"
  779. core.name = "pipewire-sid-2478"
  780. pipewire.sec.socket = "pipewire-0"
  781. pipewire.sec.pid = "2478"
  782. pipewire.sec.uid = "1000"
  783. pipewire.sec.gid = "1000"
  784. module.id = "2"
  785. object.id = "56"
  786. object.serial = "87"
  787. client.api = "pipewire-pulse"
  788. pulse.server.type = "unix"
  789. application.name = "polybar"
  790. application.process.id = "16015"
  791. application.process.user = "sid"
  792. application.process.host = "pop-os"
  793. application.process.binary = "polybar"
  794. application.language = "C"
  795. window.x11.display = ":0"
  796. application.process.machine_id = "40c543d2e4e32d6212855fb5670ec728"
  797. application.process.session_id = "1"
  798. config.name = "pipewire-pulse.conf"
  799. cpu.max-align = "32"
  800. default.clock.rate = "48000"
  801. default.clock.quantum = "1024"
  802. default.clock.min-quantum = "32"
  803. default.clock.max-quantum = "2048"
  804. default.clock.quantum-limit = "8192"
  805. default.clock.quantum-floor = "4"
  806. default.video.width = "640"
  807. default.video.height = "480"
  808. default.video.rate.num = "25"
  809. default.video.rate.denom = "1"
  810. log.level = "2"
  811. clock.power-of-two-quantum = "true"
  812. link.max-buffers = "64"
  813. mem.warn-mlock = "false"
  814. mem.allow-mlock = "true"
  815. settings.check-quantum = "false"
  816. settings.check-rate = "false"
  817. core.version = "1.2.2"
  818. pipewire.access = "unrestricted"
  819.  
  820. Client #88
  821. Driver: PipeWire
  822. Owner Module: 2
  823. Properties:
  824. pipewire.protocol = "protocol-native"
  825. core.name = "pipewire-sid-2478"
  826. pipewire.sec.socket = "pipewire-0"
  827. pipewire.sec.pid = "2478"
  828. pipewire.sec.uid = "1000"
  829. pipewire.sec.gid = "1000"
  830. module.id = "2"
  831. object.id = "55"
  832. object.serial = "88"
  833. client.api = "pipewire-pulse"
  834. pulse.server.type = "unix"
  835. application.name = "polybar"
  836. application.process.id = "16017"
  837. application.process.user = "sid"
  838. application.process.host = "pop-os"
  839. application.process.binary = "polybar"
  840. application.language = "C"
  841. window.x11.display = ":0"
  842. application.process.machine_id = "40c543d2e4e32d6212855fb5670ec728"
  843. application.process.session_id = "1"
  844. config.name = "pipewire-pulse.conf"
  845. cpu.max-align = "32"
  846. default.clock.rate = "48000"
  847. default.clock.quantum = "1024"
  848. default.clock.min-quantum = "32"
  849. default.clock.max-quantum = "2048"
  850. default.clock.quantum-limit = "8192"
  851. default.clock.quantum-floor = "4"
  852. default.video.width = "640"
  853. default.video.height = "480"
  854. default.video.rate.num = "25"
  855. default.video.rate.denom = "1"
  856. log.level = "2"
  857. clock.power-of-two-quantum = "true"
  858. link.max-buffers = "64"
  859. mem.warn-mlock = "false"
  860. mem.allow-mlock = "true"
  861. settings.check-quantum = "false"
  862. settings.check-rate = "false"
  863. core.version = "1.2.2"
  864. pipewire.access = "unrestricted"
  865.  
  866. Client #89
  867. Driver: PipeWire
  868. Owner Module: 2
  869. Properties:
  870. pipewire.protocol = "protocol-native"
  871. core.name = "pipewire-sid-2478"
  872. pipewire.sec.socket = "pipewire-0"
  873. pipewire.sec.pid = "2478"
  874. pipewire.sec.uid = "1000"
  875. pipewire.sec.gid = "1000"
  876. module.id = "2"
  877. object.id = "57"
  878. object.serial = "89"
  879. client.api = "pipewire-pulse"
  880. pulse.server.type = "unix"
  881. application.process.id = "16232"
  882. application.process.user = "sid"
  883. application.process.host = "pop-os"
  884. application.process.binary = "pactl"
  885. application.name = "pactl"
  886. application.language = "en_US.UTF-8"
  887. window.x11.display = ":0"
  888. application.process.machine_id = "40c543d2e4e32d6212855fb5670ec728"
  889. application.process.session_id = "1"
  890. config.name = "pipewire-pulse.conf"
  891. cpu.max-align = "32"
  892. default.clock.rate = "48000"
  893. default.clock.quantum = "1024"
  894. default.clock.min-quantum = "32"
  895. default.clock.max-quantum = "2048"
  896. default.clock.quantum-limit = "8192"
  897. default.clock.quantum-floor = "4"
  898. default.video.width = "640"
  899. default.video.height = "480"
  900. default.video.rate.num = "25"
  901. default.video.rate.denom = "1"
  902. log.level = "2"
  903. clock.power-of-two-quantum = "true"
  904. link.max-buffers = "64"
  905. mem.warn-mlock = "false"
  906. mem.allow-mlock = "true"
  907. settings.check-quantum = "false"
  908. settings.check-rate = "false"
  909. core.version = "1.2.2"
  910. pipewire.access = "unrestricted"
  911.  
  912. Card #43
  913. Name: alsa_card.pci-0000_08_00.1
  914. Driver: alsa
  915. Owner Module: n/a
  916. Properties:
  917. api.acp.auto-port = "false"
  918. api.acp.auto-profile = "false"
  919. api.alsa.card = "0"
  920. api.alsa.card.longname = "HDA NVidia at 0xf7080000 irq 91"
  921. api.alsa.card.name = "HDA NVidia"
  922. api.alsa.path = "hw:0"
  923. api.alsa.use-acp = "true"
  924. api.dbus.ReserveDevice1 = "Audio0"
  925. device.api = "alsa"
  926. device.bus = "pci"
  927. device.bus_path = "pci-0000:08:00.1"
  928. device.description = "TU106 High Definition Audio Controller"
  929. device.enum.api = "udev"
  930. device.icon_name = "audio-card-analog-pci"
  931. device.name = "alsa_card.pci-0000_08_00.1"
  932. device.nick = "HDA NVidia"
  933. device.plugged.usec = "227403682"
  934. device.product.id = "0x10f9"
  935. device.product.name = "TU106 High Definition Audio Controller"
  936. device.subsystem = "sound"
  937. sysfs.path = "/devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card0"
  938. device.vendor.id = "0x10de"
  939. device.vendor.name = "NVIDIA Corporation"
  940. media.class = "Audio/Device"
  941. factory.id = "15"
  942. client.id = "35"
  943. object.id = "43"
  944. object.serial = "43"
  945. object.path = "alsa:acp:NVidia"
  946. alsa.card = "0"
  947. alsa.card_name = "HDA NVidia"
  948. alsa.long_card_name = "HDA NVidia at 0xf7080000 irq 91"
  949. alsa.driver_name = "snd_hda_intel"
  950. alsa.mixer_name = "Nvidia GPU 93 HDMI/DP"
  951. alsa.components = "HDA:10de0093,14623734,00100100"
  952. alsa.id = "NVidia"
  953. device.string = "0"
  954. Profiles:
  955. off: Off (sinks: 0, sources: 0, priority: 0, available: yes)
  956. output:hdmi-stereo: Digital Stereo (HDMI) Output (sinks: 1, sources: 0, priority: 5900, available: yes)
  957. output:hdmi-stereo-extra1: Digital Stereo (HDMI 2) Output (sinks: 1, sources: 0, priority: 5700, available: yes)
  958. output:hdmi-stereo-extra2: Digital Stereo (HDMI 3) Output (sinks: 1, sources: 0, priority: 5700, available: no)
  959. output:hdmi-stereo-extra3: Digital Stereo (HDMI 4) Output (sinks: 1, sources: 0, priority: 5700, available: no)
  960. output:hdmi-surround-extra2: Digital Surround 5.1 (HDMI 3) Output (sinks: 1, sources: 0, priority: 600, available: no)
  961. output:hdmi-surround71-extra2: Digital Surround 7.1 (HDMI 3) Output (sinks: 1, sources: 0, priority: 600, available: no)
  962. output:hdmi-surround-extra3: Digital Surround 5.1 (HDMI 4) Output (sinks: 1, sources: 0, priority: 600, available: no)
  963. output:hdmi-surround71-extra3: Digital Surround 7.1 (HDMI 4) Output (sinks: 1, sources: 0, priority: 600, available: no)
  964. pro-audio: Pro Audio (sinks: 4, sources: 0, priority: 1, available: yes)
  965. Active Profile: output:hdmi-stereo
  966. Ports:
  967. hdmi-output-0: HDMI / DisplayPort (type: HDMI, priority: 5900, latency offset: 0 usec, availability group: Legacy 1, available)
  968. Properties:
  969. port.type = "hdmi"
  970. port.availability-group = "Legacy 1"
  971. device.icon_name = "video-display"
  972. card.profile.port = "0"
  973. device.product.name = "LC32G7xT
  974. "
  975. Part of profile(s): output:hdmi-stereo
  976. hdmi-output-1: HDMI / DisplayPort 2 (type: HDMI, priority: 5800, latency offset: 0 usec, availability group: Legacy 2, available)
  977. Properties:
  978. port.type = "hdmi"
  979. port.availability-group = "Legacy 2"
  980. device.icon_name = "video-display"
  981. card.profile.port = "1"
  982. device.product.name = "ZOWIE XL LCD
  983. "
  984. Part of profile(s): output:hdmi-stereo-extra1
  985. hdmi-output-2: HDMI / DisplayPort 3 (type: HDMI, priority: 5700, latency offset: 0 usec, availability group: Legacy 3, not available)
  986. Properties:
  987. port.type = "hdmi"
  988. port.availability-group = "Legacy 3"
  989. device.icon_name = "video-display"
  990. card.profile.port = "2"
  991. Part of profile(s): output:hdmi-stereo-extra2, output:hdmi-surround-extra2, output:hdmi-surround71-extra2
  992. hdmi-output-3: HDMI / DisplayPort 4 (type: HDMI, priority: 5600, latency offset: 0 usec, availability group: Legacy 4, not available)
  993. Properties:
  994. port.type = "hdmi"
  995. port.availability-group = "Legacy 4"
  996. device.icon_name = "video-display"
  997. card.profile.port = "3"
  998. Part of profile(s): output:hdmi-stereo-extra3, output:hdmi-surround-extra3, output:hdmi-surround71-extra3
  999.  
  1000. Card #44
  1001. Name: alsa_card.pci-0000_0a_00.3
  1002. Driver: alsa
  1003. Owner Module: n/a
  1004. Properties:
  1005. api.acp.auto-port = "false"
  1006. api.acp.auto-profile = "false"
  1007. api.alsa.card = "1"
  1008. api.alsa.card.longname = "HD-Audio Generic at 0xf7800000 irq 93"
  1009. api.alsa.card.name = "HD-Audio Generic"
  1010. api.alsa.path = "hw:1"
  1011. api.alsa.use-acp = "true"
  1012. api.dbus.ReserveDevice1 = "Audio1"
  1013. device.api = "alsa"
  1014. device.bus = "pci"
  1015. device.bus_path = "pci-0000:0a:00.3"
  1016. device.description = "Family 17h (Models 00h-0fh) HD Audio Controller"
  1017. device.enum.api = "udev"
  1018. device.icon_name = "audio-card-analog-pci"
  1019. device.name = "alsa_card.pci-0000_0a_00.3"
  1020. device.nick = "HD-Audio Generic"
  1021. device.plugged.usec = "227422324"
  1022. device.product.id = "0x1457"
  1023. device.product.name = "Family 17h (Models 00h-0fh) HD Audio Controller"
  1024. device.subsystem = "sound"
  1025. sysfs.path = "/devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card1"
  1026. device.vendor.id = "0x1022"
  1027. device.vendor.name = "Advanced Micro Devices, Inc. [AMD]"
  1028. media.class = "Audio/Device"
  1029. factory.id = "15"
  1030. client.id = "35"
  1031. object.id = "44"
  1032. object.serial = "44"
  1033. object.path = "alsa:acp:Generic"
  1034. alsa.card = "1"
  1035. alsa.card_name = "HD-Audio Generic"
  1036. alsa.long_card_name = "HD-Audio Generic at 0xf7800000 irq 93"
  1037. alsa.driver_name = "snd_hda_intel"
  1038. alsa.mixer_name = "Realtek ALC1220"
  1039. alsa.components = "HDA:10ec1220,1458a0c3,00100101"
  1040. alsa.id = "Generic"
  1041. device.string = "1"
  1042. Profiles:
  1043. off: Off (sinks: 0, sources: 0, priority: 0, available: yes)
  1044. output:analog-stereo+input:analog-stereo: Analog Stereo Duplex (sinks: 1, sources: 1, priority: 6565, available: yes)
  1045. output:analog-stereo: Analog Stereo Output (sinks: 1, sources: 0, priority: 6500, available: yes)
  1046. output:iec958-stereo+input:analog-stereo: Digital Stereo (IEC958) Output + Analog Stereo Input (sinks: 1, sources: 1, priority: 5565, available: yes)
  1047. output:iec958-stereo: Digital Stereo (IEC958) Output (sinks: 1, sources: 0, priority: 5500, available: yes)
  1048. output:analog-surround-21+input:analog-stereo: Analog Surround 2.1 Output + Analog Stereo Input (sinks: 1, sources: 1, priority: 1365, available: yes)
  1049. output:analog-surround-41+input:analog-stereo: Analog Surround 4.1 Output + Analog Stereo Input (sinks: 1, sources: 1, priority: 1365, available: yes)
  1050. output:analog-surround-51+input:analog-stereo: Analog Surround 5.1 Output + Analog Stereo Input (sinks: 1, sources: 1, priority: 1365, available: yes)
  1051. output:analog-surround-21: Analog Surround 2.1 Output (sinks: 1, sources: 0, priority: 1300, available: yes)
  1052. output:analog-surround-41: Analog Surround 4.1 Output (sinks: 1, sources: 0, priority: 1300, available: yes)
  1053. output:analog-surround-51: Analog Surround 5.1 Output (sinks: 1, sources: 0, priority: 1300, available: yes)
  1054. output:analog-surround-40+input:analog-stereo: Analog Surround 4.0 Output + Analog Stereo Input (sinks: 1, sources: 1, priority: 1265, available: yes)
  1055. output:analog-surround-50+input:analog-stereo: Analog Surround 5.0 Output + Analog Stereo Input (sinks: 1, sources: 1, priority: 1265, available: yes)
  1056. output:analog-surround-40: Analog Surround 4.0 Output (sinks: 1, sources: 0, priority: 1200, available: yes)
  1057. output:analog-surround-50: Analog Surround 5.0 Output (sinks: 1, sources: 0, priority: 1200, available: yes)
  1058. output:iec958-ac3-surround-51+input:analog-stereo: Digital Surround 5.1 (IEC958/AC3) Output + Analog Stereo Input (sinks: 1, sources: 1, priority: 365, available: yes)
  1059. output:iec958-ac3-surround-51: Digital Surround 5.1 (IEC958/AC3) Output (sinks: 1, sources: 0, priority: 300, available: yes)
  1060. input:analog-stereo: Analog Stereo Input (sinks: 0, sources: 1, priority: 65, available: yes)
  1061. pro-audio: Pro Audio (sinks: 2, sources: 2, priority: 1, available: yes)
  1062. Active Profile: output:analog-stereo
  1063. Ports:
  1064. analog-input-front-mic: Front Microphone (type: Mic, priority: 8500, latency offset: 0 usec, availability group: Legacy 1, not available)
  1065. Properties:
  1066. port.type = "mic"
  1067. port.availability-group = "Legacy 1"
  1068. device.icon_name = "audio-input-microphone"
  1069. card.profile.port = "0"
  1070. Part of profile(s): input:analog-stereo, output:analog-stereo+input:analog-stereo, output:analog-surround-21+input:analog-stereo, output:analog-surround-40+input:analog-stereo, output:analog-surround-41+input:analog-stereo, output:analog-surround-50+input:analog-stereo, output:analog-surround-51+input:analog-stereo, output:iec958-stereo+input:analog-stereo, output:iec958-ac3-surround-51+input:analog-stereo
  1071. analog-input-rear-mic: Rear Microphone (type: Mic, priority: 8200, latency offset: 0 usec, availability group: Legacy 2, available)
  1072. Properties:
  1073. port.type = "mic"
  1074. port.availability-group = "Legacy 2"
  1075. device.icon_name = "audio-input-microphone"
  1076. card.profile.port = "1"
  1077. Part of profile(s): input:analog-stereo, output:analog-stereo+input:analog-stereo, output:analog-surround-21+input:analog-stereo, output:analog-surround-40+input:analog-stereo, output:analog-surround-41+input:analog-stereo, output:analog-surround-50+input:analog-stereo, output:analog-surround-51+input:analog-stereo, output:iec958-stereo+input:analog-stereo, output:iec958-ac3-surround-51+input:analog-stereo
  1078. analog-input-linein: Line In (type: Line, priority: 8100, latency offset: 0 usec, availability group: Legacy 3, not available)
  1079. Properties:
  1080. port.type = "line"
  1081. port.availability-group = "Legacy 3"
  1082. card.profile.port = "2"
  1083. Part of profile(s): input:analog-stereo, output:analog-stereo+input:analog-stereo, output:analog-surround-21+input:analog-stereo, output:analog-surround-40+input:analog-stereo, output:analog-surround-41+input:analog-stereo, output:analog-surround-50+input:analog-stereo, output:analog-surround-51+input:analog-stereo, output:iec958-stereo+input:analog-stereo, output:iec958-ac3-surround-51+input:analog-stereo
  1084. analog-output-lineout: Line Out (type: Line, priority: 9000, latency offset: 0 usec, availability group: Legacy 4, available)
  1085. Properties:
  1086. port.type = "line"
  1087. port.availability-group = "Legacy 4"
  1088. card.profile.port = "3"
  1089. Part of profile(s): output:analog-stereo, output:analog-stereo+input:analog-stereo, output:analog-surround-21, output:analog-surround-21+input:analog-stereo, output:analog-surround-40, output:analog-surround-40+input:analog-stereo, output:analog-surround-41, output:analog-surround-41+input:analog-stereo, output:analog-surround-50, output:analog-surround-50+input:analog-stereo, output:analog-surround-51, output:analog-surround-51+input:analog-stereo
  1090. analog-output-headphones: Headphones (type: Headphones, priority: 9900, latency offset: 0 usec, availability group: Legacy 5, not available)
  1091. Properties:
  1092. port.type = "headphones"
  1093. port.availability-group = "Legacy 5"
  1094. device.icon_name = "audio-headphones"
  1095. card.profile.port = "4"
  1096. Part of profile(s): output:analog-stereo, output:analog-stereo+input:analog-stereo
  1097. iec958-stereo-output: Digital Output (S/PDIF) (type: SPDIF, priority: 0, latency offset: 0 usec, availability unknown)
  1098. Properties:
  1099. port.type = "spdif"
  1100. card.profile.port = "5"
  1101. Part of profile(s): output:iec958-stereo, output:iec958-stereo+input:analog-stereo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement