Not that I’m aware of.
Why don’t you diff dom0 and audio template with meld?
Export both list, put them somewhere where Meld is installed, and it would show you if some package is missing:
$ sudo dnf repoquery --qf ‘%{name}’ --installed | grep -v – ‘-debuginfo$’ | grep -v ‘^(kernel-modules|kernel|kernel-core|kernel-devel)$’ > pkgs_a.lst
But I still suspect on alsa-sof as said above…
You can’t even imagine what I’ve been through in order to be able to pasthrough audio device to sys-audio…