[ALSA] Kconfig SND_SEQUENCER_OSS help text fix
Fix misleading help text for SND_SEQUENCER_OSS config option. Signed-off-by: Frederik Deweerdt <frederik.deweerdt@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
af9b70ac00
commit
c2f60c523a
|
@ -92,8 +92,9 @@ config SND_SEQUENCER_OSS
|
||||||
|
|
||||||
Many programs still use the OSS API, so say Y.
|
Many programs still use the OSS API, so say Y.
|
||||||
|
|
||||||
To compile this driver as a module, choose M here: the module
|
If you choose M in "Sequencer support" (SND_SEQUENCER),
|
||||||
will be called snd-seq-oss.
|
this will be compiled as a module. The module will be called
|
||||||
|
snd-seq-oss.
|
||||||
|
|
||||||
config SND_RTCTIMER
|
config SND_RTCTIMER
|
||||||
tristate "RTC Timer support"
|
tristate "RTC Timer support"
|
||||||
|
|
Loading…
Reference in New Issue