New comment by tornaria on void-packages repository https://github.com/void-linux/void-packages/issues/45029#issuecomment-1681538394 Comment: Try: ``` $ echo 0 | sudo tee -a /sys/module/snd_hda_intel/parameters/power_save ``` If this fixes the issue for you, make it permanent by adding ``` power_save=0 ``` into `/etc/modprobe.d/sound.conf` (create this file if necessary). What this does is disabling power save for `snd_hda_intel`. It seems that since 6.4 sometimes the audio outputs white noise when in power save mode (it does for me, and the fix above stops it).