Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2021
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.01 KB | None | 0 0
  1. clrlinux@clr-live~ $ lspci -k
  2. 00:00.0 Host bridge: Intel Corporation Device 9b61 (rev 0c)
  3. Subsystem: QUANTA Computer Inc Device 1260
  4. Kernel driver in use: skl_uncore
  5. 00:02.0 VGA compatible controller: Intel Corporation UHD Graphics (rev 02)
  6. Subsystem: QUANTA Computer Inc Device 1260
  7. Kernel driver in use: i915
  8. 00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 0c)
  9. Subsystem: QUANTA Computer Inc Device 1260
  10. Kernel driver in use: proc_thermal
  11. Kernel modules: processor_thermal_device
  12. 00:08.0 System peripheral: Intel Corporation Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model
  13. Subsystem: QUANTA Computer Inc Device 1260
  14. 00:12.0 Signal processing controller: Intel Corporation Comet Lake Thermal Subsytem
  15. Subsystem: QUANTA Computer Inc Device 1260
  16. Kernel driver in use: intel_pch_thermal
  17. Kernel modules: intel_pch_thermal
  18. 00:14.0 USB controller: Intel Corporation Device 02ed
  19. Subsystem: QUANTA Computer Inc Device 1260
  20. Kernel driver in use: xhci_hcd
  21. 00:14.2 RAM memory: Intel Corporation Device 02ef
  22. Subsystem: QUANTA Computer Inc Device 1260
  23. 00:14.3 Network controller: Intel Corporation Wireless-AC 9462
  24. Subsystem: Intel Corporation Device 2034
  25. Kernel driver in use: iwlwifi
  26. Kernel modules: iwlwifi
  27. 00:15.0 Serial bus controller [0c80]: Intel Corporation Serial IO I2C Host Controller
  28. Subsystem: QUANTA Computer Inc Device 1260
  29. Kernel driver in use: intel-lpss
  30. Kernel modules: intel_lpss_pci
  31. 00:15.1 Serial bus controller [0c80]: Intel Corporation Comet Lake Serial IO I2C Host Controller
  32. Subsystem: QUANTA Computer Inc Device 1260
  33. Kernel driver in use: intel-lpss
  34. Kernel modules: intel_lpss_pci
  35. 00:16.0 Communication controller: Intel Corporation Comet Lake Management Engine Interface
  36. Subsystem: QUANTA Computer Inc Device 1260
  37. Kernel driver in use: mei_me
  38. Kernel modules: mei_me
  39. 00:17.0 SATA controller: Intel Corporation Comet Lake SATA AHCI Controller
  40. Subsystem: QUANTA Computer Inc Device 1260
  41. Kernel driver in use: ahci
  42. 00:19.0 Serial bus controller [0c80]: Intel Corporation Device 02c5
  43. Subsystem: QUANTA Computer Inc Device 1260
  44. Kernel driver in use: intel-lpss
  45. Kernel modules: intel_lpss_pci
  46. 00:1d.0 PCI bridge: Intel Corporation Device 02b0 (rev f0)
  47. Kernel driver in use: pcieport
  48. 00:1e.0 Communication controller: Intel Corporation Device 02a8
  49. Subsystem: QUANTA Computer Inc Device 1260
  50. Kernel driver in use: intel-lpss
  51. Kernel modules: intel_lpss_pci
  52. 00:1e.3 Serial bus controller [0c80]: Intel Corporation Device 02ab
  53. Subsystem: QUANTA Computer Inc Device 1260
  54. Kernel driver in use: intel-lpss
  55. Kernel modules: intel_lpss_pci
  56. 00:1f.0 ISA bridge: Intel Corporation Device 0284
  57. Subsystem: QUANTA Computer Inc Device 1260
  58. 00:1f.3 Multimedia audio controller: Intel Corporation Device 02c8
  59. Subsystem: QUANTA Computer Inc Device 1260
  60. Kernel driver in use: sof-audio-pci-intel-cnl
  61. Kernel modules: snd_hda_intel, snd_soc_skl, snd_sof_pci_intel_cnl
  62. 00:1f.4 SMBus: Intel Corporation Device 02a3
  63. Subsystem: QUANTA Computer Inc Device 1260
  64. Kernel driver in use: i801_smbus
  65. Kernel modules: i2c_i801
  66. 00:1f.5 Serial bus controller [0c80]: Intel Corporation Comet Lake SPI (flash) Controller
  67. Subsystem: QUANTA Computer Inc Device 1260
  68. 01:00.0 Non-Volatile memory controller: Toshiba Corporation Device 011a
  69. Subsystem: Toshiba Corporation Device 0001
  70. Kernel driver in use: nvme
  71. clrlinux@clr-live~ $ lspci -k | grep -iEA 5
  72. Usage: grep [OPTION]... PATTERNS [FILE]...
  73. Try 'grep --help' for more information.
  74. clrlinux@clr-live~ $ lspci -k | grep -iEA 5 "aud|sound"
  75. 00:1f.3 Multimedia audio controller: Intel Corporation Device 02c8
  76. Subsystem: QUANTA Computer Inc Device 1260
  77. Kernel driver in use: sof-audio-pci-intel-cnl
  78. Kernel modules: snd_hda_intel, snd_soc_skl, snd_sof_pci_intel_cnl
  79. 00:1f.4 SMBus: Intel Corporation Device 02a3
  80. Subsystem: QUANTA Computer Inc Device 1260
  81. Kernel driver in use: i801_smbus
  82. Kernel modules: i2c_i801
  83. clrlinux@clr-live~ $ journalctl -b | grep -iE "Linux version|audio"
  84. Sep 22 11:26:10 clr-live systemd[1]: Starting disable a2dp from gdm pulseaudio...
  85. Sep 22 11:26:11 clr-live systemd[1]: gdm-disable-a2dp-pulseaudio.service: Deactivated successfully.
  86. Sep 22 11:26:11 clr-live systemd[1]: Finished disable a2dp from gdm pulseaudio.
  87. Sep 22 11:26:11 clr-live kernel: calling ledtrig_audio_init+0x0/0x1000 [ledtrig_audio] @ 356
  88. Sep 22 11:26:11 clr-live kernel: initcall ledtrig_audio_init+0x0/0x1000 [ledtrig_audio] returned 0 after 1 usecs
  89. Sep 22 11:26:12 clr-live kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
  90. Sep 22 11:26:12 clr-live kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
  91. Sep 22 11:26:12 clr-live kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: enabling device (0000 -> 0002)
  92. Sep 22 11:26:12 clr-live kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
  93. Sep 22 11:26:12 clr-live kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops)
  94. Sep 22 11:26:12 clr-live kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: use msi interrupt mode
  95. Sep 22 11:26:12 clr-live kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: hda codecs found, mask 4
  96. Sep 22 11:26:12 clr-live kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
  97. Sep 22 11:26:12 clr-live kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: DMICs detected in NHLT tables: 2
  98. Sep 22 11:26:12 clr-live kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: Firmware info: version 1:8:0-9e7a8
  99. Sep 22 11:26:12 clr-live kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: Firmware: ABI 3:18:1 Kernel ABI 3:18:0
  100. Sep 22 11:26:12 clr-live kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30
  101. Sep 22 11:26:12 clr-live kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: Firmware info: version 1:8:0-9e7a8
  102. Sep 22 11:26:12 clr-live kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: Firmware: ABI 3:18:1 Kernel ABI 3:18:0
  103. Sep 22 11:26:12 clr-live kernel: calling skl_hda_audio_init+0x0/0x1000 [snd_soc_skl_hda_dsp] @ 364
  104. Sep 22 11:26:12 clr-live kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: Topology: ABI 3:18:1 Kernel ABI 3:18:0
  105. Sep 22 11:26:12 clr-live kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: ASoC: Parent card not yet available, widget card binding deferred
  106. Sep 22 11:26:13 clr-live kernel: initcall skl_hda_audio_init+0x0/0x1000 [snd_soc_skl_hda_dsp] returned 0 after 52755 usecs
  107. Sep 22 11:26:18 clr-live dbus-daemon[372]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.24' (uid=1000 pid=626 comm="/usr/bin/pulseaudio --start --log-target=syslog ")
  108. Sep 22 11:26:18 clr-live rtkit-daemon[627]: Successfully made thread 626 of process 626 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
  109. Sep 22 11:26:18 clr-live pulseaudio[626]: [pulseaudio] ltdl-bind-now.c: Failed to open module module-device-restore.so.avx2: module-device-restore.so.avx2: cannot open shared object file: No such file or directory
  110. Sep 22 11:26:18 clr-live pulseaudio[626]: [pulseaudio] ltdl-bind-now.c: Failed to open module module-stream-restore.so.avx2: module-stream-restore.so.avx2: cannot open shared object file: No such file or directory
  111. Sep 22 11:26:18 clr-live pulseaudio[626]: [pulseaudio] ltdl-bind-now.c: Failed to open module module-card-restore.so.avx2: module-card-restore.so.avx2: cannot open shared object file: No such file or directory
  112. Sep 22 11:26:18 clr-live pulseaudio[626]: [pulseaudio] ltdl-bind-now.c: Failed to open module module-augment-properties.so.avx2: module-augment-properties.so.avx2: cannot open shared object file: No such file or directory
  113. Sep 22 11:26:18 clr-live pulseaudio[626]: [pulseaudio] ltdl-bind-now.c: Failed to open module module-switch-on-port-available.so.avx2: module-switch-on-port-available.so.avx2: cannot open shared object file: No such file or directory
  114. Sep 22 11:26:18 clr-live pulseaudio[626]: [pulseaudio] ltdl-bind-now.c: Failed to open module module-udev-detect.so.avx2: module-udev-detect.so.avx2: cannot open shared object file: No such file or directory
  115. Sep 22 11:26:18 clr-live pulseaudio[626]: [pulseaudio] ltdl-bind-now.c: Failed to open module module-alsa-card.so.avx2: module-alsa-card.so.avx2: cannot open shared object file: No such file or directory
  116. Sep 22 11:26:18 clr-live pulseaudio[626]: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
  117. Sep 22 11:26:18 clr-live pulseaudio[626]: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="0" name="pci-0000_00_1f.3-platform-skl_hda_dsp_generic" card_name="alsa_card.pci-0000_00_1f.3-platform-skl_hda_dsp_generic" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1""): initialization failed.
  118. Sep 22 11:26:18 clr-live pulseaudio[626]: [pulseaudio] ltdl-bind-now.c: Failed to open module module-bluetooth-policy.so.avx2: module-bluetooth-policy.so.avx2: cannot open shared object file: No such file or directory
  119. Sep 22 11:26:18 clr-live pulseaudio[626]: [pulseaudio] ltdl-bind-now.c: Failed to open module module-bluetooth-discover.so.avx2: module-bluetooth-discover.so.avx2: cannot open shared object file: No such file or directory
  120. Sep 22 11:26:18 clr-live pulseaudio[626]: [pulseaudio] ltdl-bind-now.c: Failed to open module module-bluez5-discover.so.avx2: module-bluez5-discover.so.avx2: cannot open shared object file: No such file or directory
  121. Sep 22 11:26:19 clr-live dbus-daemon[372]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.27' (uid=1000 pid=626 comm="/usr/bin/pulseaudio --start --log-target=syslog ")
  122. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] ltdl-bind-now.c: Failed to open module module-esound-protocol-unix.so.avx2: module-esound-protocol-unix.so.avx2: cannot open shared object file: No such file or directory
  123. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] ltdl-bind-now.c: Failed to open module module-native-protocol-unix.so.avx2: module-native-protocol-unix.so.avx2: cannot open shared object file: No such file or directory
  124. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] authkey.c: Failed to open cookie file '/home/clrlinux/.config/pulse/cookie': No such file or directory
  125. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] authkey.c: Failed to load authentication key '/home/clrlinux/.config/pulse/cookie': No such file or directory
  126. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] authkey.c: Failed to open cookie file '/home/clrlinux/.pulse-cookie': No such file or directory
  127. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] authkey.c: Failed to load authentication key '/home/clrlinux/.pulse-cookie': No such file or directory
  128. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] ltdl-bind-now.c: Failed to open module module-gsettings.so.avx2: module-gsettings.so.avx2: cannot open shared object file: No such file or directory
  129. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] ltdl-bind-now.c: Failed to open module module-default-device-restore.so.avx2: module-default-device-restore.so.avx2: cannot open shared object file: No such file or directory
  130. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] ltdl-bind-now.c: Failed to open module module-always-sink.so.avx2: module-always-sink.so.avx2: cannot open shared object file: No such file or directory
  131. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] ltdl-bind-now.c: Failed to open module module-null-sink.so.avx2: module-null-sink.so.avx2: cannot open shared object file: No such file or directory
  132. Sep 22 11:26:19 clr-live rtkit-daemon[627]: Successfully made thread 665 of process 626 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5.
  133. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] ltdl-bind-now.c: Failed to open module module-intended-roles.so.avx2: module-intended-roles.so.avx2: cannot open shared object file: No such file or directory
  134. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] ltdl-bind-now.c: Failed to open module module-suspend-on-idle.so.avx2: module-suspend-on-idle.so.avx2: cannot open shared object file: No such file or directory
  135. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] ltdl-bind-now.c: Failed to open module module-console-kit.so.avx2: module-console-kit.so.avx2: cannot open shared object file: No such file or directory
  136. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] ltdl-bind-now.c: Failed to open module module-systemd-login.so.avx2: module-systemd-login.so.avx2: cannot open shared object file: No such file or directory
  137. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] ltdl-bind-now.c: Failed to open module module-position-event-sounds.so.avx2: module-position-event-sounds.so.avx2: cannot open shared object file: No such file or directory
  138. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] ltdl-bind-now.c: Failed to open module module-role-cork.so.avx2: module-role-cork.so.avx2: cannot open shared object file: No such file or directory
  139. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] ltdl-bind-now.c: Failed to open module module-filter-heuristics.so.avx2: module-filter-heuristics.so.avx2: cannot open shared object file: No such file or directory
  140. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] ltdl-bind-now.c: Failed to open module module-filter-apply.so.avx2: module-filter-apply.so.avx2: cannot open shared object file: No such file or directory
  141. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] ltdl-bind-now.c: Failed to open module module-alsa-card.so.avx2: module-alsa-card.so.avx2: cannot open shared object file: No such file or directory
  142. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
  143. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="0" name="pci-0000_00_1f.3-platform-skl_hda_dsp_generic" card_name="alsa_card.pci-0000_00_1f.3-platform-skl_hda_dsp_generic" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1""): initialization failed.
  144. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] ltdl-bind-now.c: Failed to open module module-alsa-card.so.avx2: module-alsa-card.so.avx2: cannot open shared object file: No such file or directory
  145. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
  146. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="0" name="pci-0000_00_1f.3-platform-skl_hda_dsp_generic" card_name="alsa_card.pci-0000_00_1f.3-platform-skl_hda_dsp_generic" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1""): initialization failed.
  147. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] ltdl-bind-now.c: Failed to open module module-alsa-card.so.avx2: module-alsa-card.so.avx2: cannot open shared object file: No such file or directory
  148. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
  149. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="0" name="pci-0000_00_1f.3-platform-skl_hda_dsp_generic" card_name="alsa_card.pci-0000_00_1f.3-platform-skl_hda_dsp_generic" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1""): initialization failed.
  150. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] bluez5-util.c: Found duplicated D-Bus path for adapter /org/bluez/hci0
  151. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] ltdl-bind-now.c: Failed to open module module-alsa-card.so.avx2: module-alsa-card.so.avx2: cannot open shared object file: No such file or directory
  152. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
  153. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="0" name="pci-0000_00_1f.3-platform-skl_hda_dsp_generic" card_name="alsa_card.pci-0000_00_1f.3-platform-skl_hda_dsp_generic" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1""): initialization failed.
  154. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] ltdl-bind-now.c: Failed to open module module-alsa-card.so.avx2: module-alsa-card.so.avx2: cannot open shared object file: No such file or directory
  155. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
  156. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="0" name="pci-0000_00_1f.3-platform-skl_hda_dsp_generic" card_name="alsa_card.pci-0000_00_1f.3-platform-skl_hda_dsp_generic" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1""): initialization failed.
  157. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] module-udev-detect.c: Tried to configure /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0 (alsa_card.pci-0000_00_1f.3-platform-skl_hda_dsp_generic) more often than 5 times in 10s
  158. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] ltdl-bind-now.c: Failed to open module module-x11-publish.so.avx2: module-x11-publish.so.avx2: cannot open shared object file: No such file or directory
  159. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] ltdl-bind-now.c: Failed to open module module-x11-cork-request.so.avx2: module-x11-cork-request.so.avx2: cannot open shared object file: No such file or directory
  160. Sep 22 11:26:19 clr-live pulseaudio[626]: [pulseaudio] ltdl-bind-now.c: Failed to open module module-x11-xsmp.so.avx2: module-x11-xsmp.so.avx2: cannot open shared object file: No such file or directory
  161. clrlinux@clr-live~ $ cat /etc/*-release
  162. NAME="Clear Linux OS"
  163. VERSION=1
  164. ID=clear-linux-os
  165. ID_LIKE=clear-linux-os
  166. VERSION_ID=35000
  167. PRETTY_NAME="Clear Linux OS"
  168. ANSI_COLOR="1;35"
  169. HOME_URL="https://clearlinux.org"
  170. SUPPORT_URL="https://clearlinux.org"
  171. BUG_REPORT_URL="mailto:dev@lists.clearlinux.org"
  172. PRIVACY_POLICY_URL="http://www.intel.com/privacy"
  173. BUILD_ID=35000
  174. clrlinux@clr-live~ $ aplay -l
  175. **** List of PLAYBACK Hardware Devices ****
  176. card 0: sofhdadsp [sof-hda-dsp], device 1: HDMI1 (*) []
  177. Subdevices: 1/1
  178. Subdevice #0: subdevice #0
  179. card 0: sofhdadsp [sof-hda-dsp], device 2: HDMI2 (*) []
  180. Subdevices: 1/1
  181. Subdevice #0: subdevice #0
  182. card 0: sofhdadsp [sof-hda-dsp], device 3: HDMI3 (*) []
  183. Subdevices: 1/1
  184. Subdevice #0: subdevice #0
  185. clrlinux@clr-live~ $
  186.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement