diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-05-16 23:01:54 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-05-26 13:43:27 +0900 |
| commit | 8c5be5f31c6181eb71212f055b6dad216b5f60f4 (patch) | |
| tree | 813f5a74911152d82adbee13b8d9a16b047acca7 /gnu/packages/python-xyz.scm | |
| parent | c60cf23a93aa4435becf8c0befddeacb3669b765 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
0 files changed, 0 insertions, 0 deletions
