diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-10-29 11:08:01 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-10-29 11:08:01 -0400 |
commit | e78a37bc7776955a142317b622818962c3ee75dd (patch) | |
tree | b06ebb1b801373b8e2762c5633beb6ac561cffd8 /sound | |
parent | bbaf5e97337287479eb78dbc3822d9560bbfd2e2 (diff) |
ALSA: Fix a typo in Kconfig
The previous commit bbaf5e97337287479eb78dbc3822d9560bbfd2e2 has
an obvious typo. Fixed now.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/core/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/Kconfig b/sound/core/Kconfig index 406a45010985..7bbdda041a99 100644 --- a/sound/core/Kconfig +++ b/sound/core/Kconfig | |||
@@ -134,7 +134,7 @@ config SND_RTCTIMER | |||
134 | config SND_SEQ_RTCTIMER_DEFAULT | 134 | config SND_SEQ_RTCTIMER_DEFAULT |
135 | bool "Use RTC as default sequencer timer" | 135 | bool "Use RTC as default sequencer timer" |
136 | depends on SND_RTCTIMER && SND_SEQUENCER | 136 | depends on SND_RTCTIMER && SND_SEQUENCER |
137 | dpeends on !SND_SEQ_HRTIMER_DEFAULT | 137 | depends on !SND_SEQ_HRTIMER_DEFAULT |
138 | default y | 138 | default y |
139 | help | 139 | help |
140 | Say Y here to use the RTC timer as the default sequencer | 140 | Say Y here to use the RTC timer as the default sequencer |