diff options
Diffstat (limited to 'sound/drivers')
-rw-r--r-- | sound/drivers/Kconfig | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/sound/drivers/Kconfig b/sound/drivers/Kconfig index 379bcb074463..d7ff28809867 100644 --- a/sound/drivers/Kconfig +++ b/sound/drivers/Kconfig | |||
@@ -5,7 +5,7 @@ menu "Generic devices" | |||
5 | 5 | ||
6 | 6 | ||
7 | config SND_PCSP | 7 | config SND_PCSP |
8 | tristate "PC-Speaker support" | 8 | tristate "PC-Speaker support (READ HELP!)" |
9 | depends on PCSPKR_PLATFORM && X86_PC && HIGH_RES_TIMERS | 9 | depends on PCSPKR_PLATFORM && X86_PC && HIGH_RES_TIMERS |
10 | depends on INPUT | 10 | depends on INPUT |
11 | depends on SND | 11 | depends on SND |
@@ -18,11 +18,21 @@ config SND_PCSP | |||
18 | 18 | ||
19 | You can compile this as a module which will be called snd-pcsp. | 19 | You can compile this as a module which will be called snd-pcsp. |
20 | 20 | ||
21 | WARNING: if you already have a soundcard, enabling this | ||
22 | driver may lead to a problem. Namely, it may get loaded | ||
23 | before the other sound driver of yours, making the | ||
24 | pc-speaker a default sound device. Which is likely not | ||
25 | what you want. To make this driver play nicely with other | ||
26 | sound driver, you can add this into your /etc/modprobe.conf: | ||
27 | options snd-pcsp index=2 | ||
28 | |||
21 | You don't need this driver if you only want your pc-speaker to beep. | 29 | You don't need this driver if you only want your pc-speaker to beep. |
22 | You don't need this driver if you have a tablet piezo beeper | 30 | You don't need this driver if you have a tablet piezo beeper |
23 | in your PC instead of the real speaker. | 31 | in your PC instead of the real speaker. |
24 | 32 | ||
25 | It should not hurt to say Y or M here in all other cases. | 33 | Say N if you have a sound card. |
34 | Say M if you don't. | ||
35 | Say Y only if you really know what you do. | ||
26 | 36 | ||
27 | config SND_MPU401_UART | 37 | config SND_MPU401_UART |
28 | tristate | 38 | tristate |