summaryrefslogtreecommitdiff
path: root/include/sound/seq_kernel.h
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@suse.cz>2004-10-07 16:30:20 +0200
committerJaroslav Kysela <perex@suse.cz>2004-10-07 16:30:20 +0200
commitbbf5dfc61c07c2de804b8a0279ebbc5e898688f4 (patch)
tree723dbab54200d352c53f626f3ae12f2652ae07a0 /include/sound/seq_kernel.h
parent72f134d584d660108abaf95e9d3da830e6de1666 (diff)
[ALSA] Fix typo
ALSA sequencer Fixed a typo for snd_seq_autoload_lock() in the last change (only for the case without CONFIG_KMOD). Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound/seq_kernel.h')
-rw-r--r--include/sound/seq_kernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/seq_kernel.h b/include/sound/seq_kernel.h
index b788a84d0a14..28490c56fef6 100644
--- a/include/sound/seq_kernel.h
+++ b/include/sound/seq_kernel.h
@@ -184,7 +184,7 @@ int snd_seq_event_port_detach(int client, int port);
void snd_seq_autoload_lock(void);
void snd_seq_autoload_unlock(void);
#else
-#define snd_seq_autload_lock()
+#define snd_seq_autoload_lock()
#define snd_seq_autoload_unlock()
#endif