Hi,
After every kernel update I need to apply a _DSD patch to get my sound working (see https://discuss.getsol.us/d/9900-asus-rog-zephyrus-m16-2023-weak-speaker-sound)
To apply the patch I insert a line in .conf:
marc@workstation-marc ~/cirrus $ cat Solus-current-6.6.11-270.conf
title Solus 4.5 Resilience
linux /EFI/com.solus-project/kernel-com.solus-project.current.6.6.11-270
initrd /patched_cirrus_acpi.cpio (<-- the patch)
initrd /EFI/com.solus-project/initrd-com.solus-project.current.6.6.11-270
options root=UUID=c6e860f5-303e-4db9-bb41-f21e78b47bf6 quiet splash systemd.show_status=false rw resume=UUID=f2e9319c-da5a-43b0-b6d4-e453b0344036
Is there another way to make this happen automatically?
Cheers,
M.