My sound card “pops” every time it gets suspended or woken up. To prevent this, i have the following line in /etc/modprobe.d/no-sound-pop.conf since about 2019:
options snd_hda_intel power_save=0
However, since i upgraded to Fedora 43 yesterday, this no longer seems to work; the “file” /sys/module/snd_hda_intel/parameters/power_save has a value of 10 regardless of this config; i have to manually change the power_save parameter after every boot. Did sound kernel module initialization change between Fedora 42 and 43 (or in the 6.13 kernel that’s in f43)? If so, what should i do to keep this setting working?
Edit i just found this topic; an answer on this says i should set it via a boot command line parameter, which sounds a bit ridiculous to me; if there are any other working solutions, i’m all ears!