diff options
author | Stas Sergeev <stsp@aknet.ru> | 2008-03-03 04:53:54 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-04-24 06:00:20 -0400 |
commit | 9ab4d072ad67793d70b8707e14fb9261749c4e07 (patch) | |
tree | c6ae32f1d3d3b273fae30b0fa59b8c79bd5e8044 /sound/drivers/Kconfig | |
parent | 40ac8c4f208111cdc1542ccc9feb21b98a6b0219 (diff) |
[ALSA] Add PC-speaker sound driver
Added PC-speaker sound driver (snd-pcsp).
Signed-off-by: Stas Sergeev <stsp@aknet.ru>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/drivers/Kconfig')
-rw-r--r-- | sound/drivers/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sound/drivers/Kconfig b/sound/drivers/Kconfig index 75d4fe09fdf3..78648c4e9e73 100644 --- a/sound/drivers/Kconfig +++ b/sound/drivers/Kconfig | |||
@@ -4,6 +4,23 @@ menu "Generic devices" | |||
4 | depends on SND!=n | 4 | depends on SND!=n |
5 | 5 | ||
6 | 6 | ||
7 | config SND_PCSP | ||
8 | tristate "Internal PC speaker support" | ||
9 | depends on X86_PC && HIGH_RES_TIMERS | ||
10 | help | ||
11 | If you don't have a sound card in your computer, you can include a | ||
12 | driver for the PC speaker which allows it to act like a primitive | ||
13 | sound card. | ||
14 | This driver also replaces the pcspkr driver for beeps. | ||
15 | |||
16 | You can compile this as a module which will be called snd-pcsp. | ||
17 | |||
18 | You don't need this driver if you only want your pc-speaker to beep. | ||
19 | You don't need this driver if you have a tablet piezo beeper | ||
20 | in your PC instead of the real speaker. | ||
21 | |||
22 | It should not hurt to say Y or M here in all other cases. | ||
23 | |||
7 | config SND_MPU401_UART | 24 | config SND_MPU401_UART |
8 | tristate | 25 | tristate |
9 | select SND_RAWMIDI | 26 | select SND_RAWMIDI |