These days, I installed Fedora 41 - the sound was working. I was prompted that updates are available and after installing the sound was not working. I only got “dummy output” as audio device in the GNOME settings.
I again installed Fedora and again after updating the system the sound stopped working.
I spent quite some time searching the internet but since I’m quite new to linux, I didn’t really find anything.
Does it work again if you boot the previous kernel? If you hold the Shift key while booting your system, you should see a menu with previous kernel versions listed and you can choose an older one.
If that works, check the output from lspci -k to see which driver your audio device is using. Then boot back to the new kernel and confirm that it is using the same driver.
Thanks! With the older kernel version it indeed is working just fine.
Drivers seem to be the same. So I guess my option would be to downgrade to the older kernel version and hope the problem gets fixed in a future update?
Rather than downgrading or removing any kernels, you should be able to “pin” the kernel you want so that one will be selected by default when you boot. You would then just need to remember to manually try the newer kernels once in a while until one (hopefully) comes along that works with your sound card. I think these instructions should work to pin a kernel version: User:Ilikelinux/grubby-cl-tool - Fedora Project Wiki
Of course, filing a bug report will increase the odds that a fix will show up somewhere down the line.