I know they are using pipewire now and I still can hear sound (it is working) but I get an error in jouurnalctl,
Jun 12 15:39:53 electron alsactl[3090]: alsa-lib parser.c:242:(error_node) UCM is not supported for this HDA model (HDA Intel PCH at 0x380ffff20000 irq 85)
Jun 12 15:39:53 electron alsactl[3090]: alsa-lib main.c:1404:(snd_use_case_mgr_open) error: failed to import hw:0 use case configuration -6
Jun 12 15:39:53 electron alsactl[3090]: alsa-lib parser.c:242:(error_node) UCM is not supported for this HDA model (HDA ATI HDMI at 0xd8e60000 irq 87)
Jun 12 15:39:53 electron alsactl[3090]: alsa-lib main.c:1404:(snd_use_case_mgr_open) error: failed to import hw:1 use case configuration -6
I tracked it down to /usr/share/alsa/ucm2/HDA-Intel/HDA-Intel.conf
. Are they going to add more cards? You can “mask” this error by adding “-U” to the alsactl command in /usr/lib/systemd/system/alsa-state.service
. The “-U” makes alsa not use UCM, but I do not want to do this.