diff options
author | Takashi Iwai <tiwai@suse.de> | 2014-10-20 08:45:52 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-10-20 08:45:52 +0200 |
commit | b566762a670cb651da2fc985feb3910c92e80427 (patch) | |
tree | 3281d9676d5ae79b04014d846899e57e58ed9d54 /include/sound | |
parent | e20095367325b1307f199fb0f193816209f12514 (diff) | |
parent | d5129f33a0d155d69cb0652cfc87bbc4d132ca17 (diff) |
Merge branch 'topic/seq-autoload' into for-next
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/seq_kernel.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sound/seq_kernel.h b/include/sound/seq_kernel.h index 2398521f099..eea5400fe37 100644 --- a/include/sound/seq_kernel.h +++ b/include/sound/seq_kernel.h @@ -108,9 +108,13 @@ int snd_seq_event_port_detach(int client, int port); #ifdef CONFIG_MODULES void snd_seq_autoload_lock(void); void snd_seq_autoload_unlock(void); +void snd_seq_autoload_init(void); +#define snd_seq_autoload_exit() snd_seq_autoload_lock() #else #define snd_seq_autoload_lock() #define snd_seq_autoload_unlock() +#define snd_seq_autoload_init() +#define snd_seq_autoload_exit() #endif #endif /* __SOUND_SEQ_KERNEL_H */ |