diff options
| author | Jaroslav Kysela <perex@suse.cz> | 2004-10-07 16:30:20 +0200 |
|---|---|---|
| committer | Jaroslav Kysela <perex@suse.cz> | 2004-10-07 16:30:20 +0200 |
| commit | bbf5dfc61c07c2de804b8a0279ebbc5e898688f4 (patch) | |
| tree | 723dbab54200d352c53f626f3ae12f2652ae07a0 | |
| parent | 72f134d584d660108abaf95e9d3da830e6de1666 (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>
| -rw-r--r-- | include/sound/seq_kernel.h | 2 |
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 |
