Btw you could remove alsa-ucm
with $ sudo dnf remove alsa-ucm
. It will remove three files: alsa-ucm
, alsa-utils
, and libsamplerate
. After that reboot. Your error messages about alsa-ucm
will gone and your audio will still working.
If something goes wrong, you could reinstall it with $ sudo dnf install alsa-ucm alsa-utils libsamplerate
.