summaryrefslogtreecommitdiff
path: root/sound/core/seq/seq_clientmgr.h
diff options
context:
space:
mode:
authorMarcin Ślusarz <marcin.slusarz@gmail.com>2007-12-14 12:59:50 +0100
committerJaroslav Kysela <perex@perex.cz>2008-01-31 17:29:35 +0100
commit3b378e1f7e5b372a88189398f3946fd55da5923a (patch)
tree54fc0291ab85639c1bf62d2336fa637f0c8bebeb /sound/core/seq/seq_clientmgr.h
parent36b9cdfea64650069d985c5999cb5c2b6f8b85fb (diff)
[ALSA] sound/core/seq: move declarations of globally visible variables to proper headers
sound/core/seq: move declarations of globally visible variables to proper headers Signed-off-by: Marcin Ślusarz <marcin.slusarz@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/core/seq/seq_clientmgr.h')
-rw-r--r--sound/core/seq/seq_clientmgr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/core/seq/seq_clientmgr.h b/sound/core/seq/seq_clientmgr.h
index 5e04e20e239f..20f0a725ec7d 100644
--- a/sound/core/seq/seq_clientmgr.h
+++ b/sound/core/seq/seq_clientmgr.h
@@ -98,4 +98,6 @@ int snd_seq_kernel_client_write_poll(int clientid, struct file *file, poll_table
int snd_seq_client_notify_subscription(int client, int port,
struct snd_seq_port_subscribe *info, int evtype);
+extern int seq_client_load[15];
+
#endif