guix/gnu/packages/aux-files/linux-libre
Maxim Cournoyer 8c5be5f31c
gnu: linux-libre: Do not build the SND_PCSP driver.
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
2025-05-26 13:43:27 +09:00
..
5.4-arm.conf
5.4-arm64.conf
5.4-i686.conf gnu: linux-libre: Do not build the SND_PCSP driver. 2025-05-26 13:43:27 +09:00
5.4-x86_64.conf gnu: linux-libre: Do not build the SND_PCSP driver. 2025-05-26 13:43:27 +09:00
5.10-arm.conf
5.10-arm64.conf
5.10-i686.conf gnu: linux-libre: Do not build the SND_PCSP driver. 2025-05-26 13:43:27 +09:00
5.10-x86_64.conf gnu: linux-libre: Do not build the SND_PCSP driver. 2025-05-26 13:43:27 +09:00
5.15-arm.conf
5.15-arm64.conf
5.15-i686.conf gnu: linux-libre: Do not build the SND_PCSP driver. 2025-05-26 13:43:27 +09:00
5.15-x86_64.conf gnu: linux-libre: Do not build the SND_PCSP driver. 2025-05-26 13:43:27 +09:00
6.1-arm.conf
6.1-arm64.conf
6.1-i686.conf gnu: linux-libre: Do not build the SND_PCSP driver. 2025-05-26 13:43:27 +09:00
6.1-x86_64.conf gnu: linux-libre: Do not build the SND_PCSP driver. 2025-05-26 13:43:27 +09:00
6.6-arm.conf
6.6-arm64.conf
6.6-i686.conf gnu: linux-libre: Do not build the SND_PCSP driver. 2025-05-26 13:43:27 +09:00
6.6-x86_64.conf gnu: linux-libre: Do not build the SND_PCSP driver. 2025-05-26 13:43:27 +09:00
6.12-arm.conf
6.12-arm64.conf
6.12-i686.conf gnu: linux-libre: Do not build the SND_PCSP driver. 2025-05-26 13:43:27 +09:00
6.12-riscv.conf
6.12-x86_64.conf gnu: linux-libre: Do not build the SND_PCSP driver. 2025-05-26 13:43:27 +09:00
6.14-arm.conf
6.14-arm64.conf
6.14-i686.conf gnu: linux-libre: Do not build the SND_PCSP driver. 2025-05-26 13:43:27 +09:00
6.14-riscv.conf
6.14-x86_64.conf gnu: linux-libre: Do not build the SND_PCSP driver. 2025-05-26 13:43:27 +09:00