mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
This snd-pcsp driver apparently attempts to load the pcspkr driver even when it's already been loaded, causing the infamous kernel error message: Error: Driver 'pcspkr' is already registered, aborting... This change fixes it by simply not building the snd-pcsp driver, which usage is to try to play audio via the low quality builtin speaker/beeper hardware. It was automated via the command: git grep -l 'CONFIG_SND_PCSP=m' | xargs sed -i 's/CONFIG_SND_PCSP=m/# CONFIG_SND_PCSP is not set/' Change-Id: Ide4b73be107d170a6db6be69b7a6bcd7b8036dcb