Skip to content

Commit

Permalink
ALSA: Fix a typo in Kconfig
Browse files Browse the repository at this point in the history
The previous commit bbaf5e9 has
an obvious typo.  Fixed now.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed Oct 29, 2008
1 parent bbaf5e9 commit e78a37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/core/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ config SND_RTCTIMER
config SND_SEQ_RTCTIMER_DEFAULT
bool "Use RTC as default sequencer timer"
depends on SND_RTCTIMER && SND_SEQUENCER
dpeends on !SND_SEQ_HRTIMER_DEFAULT
depends on !SND_SEQ_HRTIMER_DEFAULT
default y
help
Say Y here to use the RTC timer as the default sequencer
Expand Down

0 comments on commit e78a37b

Please sign in to comment.