Hello Forum,
Thanks to doktor5000 I have been able to solve my sound issues.
Now the next thing to fix are the laptop hotkeys Fn + F3 up to Fn + F7
These keys should change the brightness of the keyboard backlight and the brightness of the display or even blank the screen entirely (Fn + F7).
They work before linux is booting, but once the kernel takes over the functuionality is gone.
The sound hotkeys (Fn + F10 .. F12) do work actually.
Since I found many suggestions I played around with adding boot parameters like acpi_osi= and acpi_backlight=.
There were many different suggestions and I feel like I tested around a zillion combinations of them.
Currently I have in /etc/default/grub:
GRUB_CMDLINE_LINUX_DEFAULT="splash quiet nokmsboot resume=/dev/nvme0n1p2 audit=0 acpi_osi= net.ifnames=0 biosdevname"
As I can see with running acpi_listen the corresponding keys do not generate anything.
Any ideas? Thank you for your time.