Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - S index
The Linux kernel configuration item CONFIG_SND_PCSP
:
( CONFIG_PCSPKR_PLATFORM && CONFIG_X86 && CONFIG_HIGH_RES_TIMERS ) && ( CONFIG_INPUT )
snd-pcsp
If you don't have a sound card in your computer, you can include a driver for the PC speaker which allows it to act like a primitive sound card. This driver also replaces the pcspkr driver for beeps.
You can compile this as a module which will be called snd-pcsp.
WARNING: if you already have a soundcard, enabling this driver may lead to a problem. Namely, it may get loaded before the other sound driver of yours, making the pc-speaker a default sound device. Which is likely not what you want. To make this driver play nicely with other sound driver, you can add this in a configuration file under /etc/modprobe.d/ directory: options snd-pcsp index=2
You don't need this driver if you only want your pc-speaker to beep. You don't need this driver if you have a tablet piezo beeper in your PC instead of the real speaker.
Say N if you have a sound card. Say M if you don't. Say Y only if you really know what you do.
Raw data from LKDDb:
lkddb module snd-pcsp CONFIG_SND_PCSP : sound/drivers/Kconfig : "PC-Speaker support (READ HELP!)" # in 2.6.26–2.6.39, 3.0–3.19, 4.0–4.20, 5.0–5.19, 6.0–6.12, 6.13-rc+HEAD
lkddb platform "pcspkr" : CONFIG_SND CONFIG_SND_PCSP : sound/drivers/pcsp/pcsp.c # in 2.6.26–2.6.39, 3.0–3.19, 4.0–4.20, 5.0–5.19, 6.0–6.12, 6.13-rc+HEAD
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - S index
Automatically generated (in year 2024). See also LKDDb sources on GitLab