There's a merged pull request on the void-packages repository rpi-base: don't install snd_bcm2835.conf module file, move udev rules to separate file https://github.com/void-linux/void-packages/pull/24844 Description: - Don't install the `snd_bcm2835.conf` module file. The current template only installs this file for `armv6l` (rpi 1, zero). RPi audio should instead be enabled via the device tree parameter `dtparam=audio=on` in `/boot/config.txt`. RPi audio is disabled by default. - Move udev rules from template to `files/71-raspberrypi.rules` file. - Fix xlint warnings. - Add `dtparam=audio=on` to `rpi-frmware/files/config.txt` Built for armv6l, armv7l, aarch64. Tested on armv6l, armv7l.