ALSA: Fix a typo in Kconfig
The previous commit bbaf5e9733
has
an obvious typo. Fixed now.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
bbaf5e9733
commit
e78a37bc77
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ config SND_RTCTIMER
|
||||||
config SND_SEQ_RTCTIMER_DEFAULT
|
config SND_SEQ_RTCTIMER_DEFAULT
|
||||||
bool "Use RTC as default sequencer timer"
|
bool "Use RTC as default sequencer timer"
|
||||||
depends on SND_RTCTIMER && SND_SEQUENCER
|
depends on SND_RTCTIMER && SND_SEQUENCER
|
||||||
dpeends on !SND_SEQ_HRTIMER_DEFAULT
|
depends on !SND_SEQ_HRTIMER_DEFAULT
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Say Y here to use the RTC timer as the default sequencer
|
Say Y here to use the RTC timer as the default sequencer
|
||||||
|
|
Loading…
Add table
Reference in a new issue