diff options
| -rw-r--r-- | sound/Kconfig | 5 | ||||
| -rw-r--r-- | sound/drivers/Kconfig | 14 |
2 files changed, 12 insertions, 7 deletions
diff --git a/sound/Kconfig b/sound/Kconfig index b2a2db47aff5..4247406160e7 100644 --- a/sound/Kconfig +++ b/sound/Kconfig | |||
| @@ -28,11 +28,6 @@ config SOUND | |||
| 28 | and read <file:Documentation/sound/oss/README.modules>; the module | 28 | and read <file:Documentation/sound/oss/README.modules>; the module |
| 29 | will be called soundcore. | 29 | will be called soundcore. |
| 30 | 30 | ||
| 31 | I'm told that even without a sound card, you can make your computer | ||
| 32 | say more than an occasional beep, by programming the PC speaker. | ||
| 33 | Kernel patches and supporting utilities to do that are in the pcsp | ||
| 34 | package, available at <ftp://ftp.infradead.org/pub/pcsp/>. | ||
| 35 | |||
| 36 | source "sound/oss/dmasound/Kconfig" | 31 | source "sound/oss/dmasound/Kconfig" |
| 37 | 32 | ||
| 38 | if !M68K | 33 | if !M68K |
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 |
