Commit e78a37bc authored by Takashi Iwai's avatar Takashi Iwai

ALSA: Fix a typo in Kconfig

The previous commit bbaf5e97 has
an obvious typo.  Fixed now.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent bbaf5e97
...@@ -134,7 +134,7 @@ config SND_RTCTIMER ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment