diff options
Diffstat (limited to 'sound/core/seq/seq_clientmgr.c')
-rw-r--r-- | sound/core/seq/seq_clientmgr.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sound/core/seq/seq_clientmgr.c b/sound/core/seq/seq_clientmgr.c index f3b1d7f50b81..272c55fe17c8 100644 --- a/sound/core/seq/seq_clientmgr.c +++ b/sound/core/seq/seq_clientmgr.c | |||
@@ -1668,7 +1668,6 @@ int snd_seq_set_queue_tempo(int client, struct snd_seq_queue_tempo *tempo) | |||
1668 | return -EPERM; | 1668 | return -EPERM; |
1669 | return snd_seq_queue_timer_set_tempo(tempo->queue, client, tempo); | 1669 | return snd_seq_queue_timer_set_tempo(tempo->queue, client, tempo); |
1670 | } | 1670 | } |
1671 | |||
1672 | EXPORT_SYMBOL(snd_seq_set_queue_tempo); | 1671 | EXPORT_SYMBOL(snd_seq_set_queue_tempo); |
1673 | 1672 | ||
1674 | static int snd_seq_ioctl_set_queue_tempo(struct snd_seq_client *client, | 1673 | static int snd_seq_ioctl_set_queue_tempo(struct snd_seq_client *client, |
@@ -2200,7 +2199,6 @@ int snd_seq_create_kernel_client(struct snd_card *card, int client_index, | |||
2200 | /* return client number to caller */ | 2199 | /* return client number to caller */ |
2201 | return client->number; | 2200 | return client->number; |
2202 | } | 2201 | } |
2203 | |||
2204 | EXPORT_SYMBOL(snd_seq_create_kernel_client); | 2202 | EXPORT_SYMBOL(snd_seq_create_kernel_client); |
2205 | 2203 | ||
2206 | /* exported to kernel modules */ | 2204 | /* exported to kernel modules */ |
@@ -2219,7 +2217,6 @@ int snd_seq_delete_kernel_client(int client) | |||
2219 | kfree(ptr); | 2217 | kfree(ptr); |
2220 | return 0; | 2218 | return 0; |
2221 | } | 2219 | } |
2222 | |||
2223 | EXPORT_SYMBOL(snd_seq_delete_kernel_client); | 2220 | EXPORT_SYMBOL(snd_seq_delete_kernel_client); |
2224 | 2221 | ||
2225 | /* skeleton to enqueue event, called from snd_seq_kernel_client_enqueue | 2222 | /* skeleton to enqueue event, called from snd_seq_kernel_client_enqueue |
@@ -2269,7 +2266,6 @@ int snd_seq_kernel_client_enqueue(int client, struct snd_seq_event * ev, | |||
2269 | { | 2266 | { |
2270 | return kernel_client_enqueue(client, ev, NULL, 0, atomic, hop); | 2267 | return kernel_client_enqueue(client, ev, NULL, 0, atomic, hop); |
2271 | } | 2268 | } |
2272 | |||
2273 | EXPORT_SYMBOL(snd_seq_kernel_client_enqueue); | 2269 | EXPORT_SYMBOL(snd_seq_kernel_client_enqueue); |
2274 | 2270 | ||
2275 | /* | 2271 | /* |
@@ -2283,7 +2279,6 @@ int snd_seq_kernel_client_enqueue_blocking(int client, struct snd_seq_event * ev | |||
2283 | { | 2279 | { |
2284 | return kernel_client_enqueue(client, ev, file, 1, atomic, hop); | 2280 | return kernel_client_enqueue(client, ev, file, 1, atomic, hop); |
2285 | } | 2281 | } |
2286 | |||
2287 | EXPORT_SYMBOL(snd_seq_kernel_client_enqueue_blocking); | 2282 | EXPORT_SYMBOL(snd_seq_kernel_client_enqueue_blocking); |
2288 | 2283 | ||
2289 | /* | 2284 | /* |
@@ -2321,7 +2316,6 @@ int snd_seq_kernel_client_dispatch(int client, struct snd_seq_event * ev, | |||
2321 | snd_seq_client_unlock(cptr); | 2316 | snd_seq_client_unlock(cptr); |
2322 | return result; | 2317 | return result; |
2323 | } | 2318 | } |
2324 | |||
2325 | EXPORT_SYMBOL(snd_seq_kernel_client_dispatch); | 2319 | EXPORT_SYMBOL(snd_seq_kernel_client_dispatch); |
2326 | 2320 | ||
2327 | /** | 2321 | /** |
@@ -2354,7 +2348,6 @@ int snd_seq_kernel_client_ctl(int clientid, unsigned int cmd, void *arg) | |||
2354 | cmd, _IOC_TYPE(cmd), _IOC_NR(cmd)); | 2348 | cmd, _IOC_TYPE(cmd), _IOC_NR(cmd)); |
2355 | return -ENOTTY; | 2349 | return -ENOTTY; |
2356 | } | 2350 | } |
2357 | |||
2358 | EXPORT_SYMBOL(snd_seq_kernel_client_ctl); | 2351 | EXPORT_SYMBOL(snd_seq_kernel_client_ctl); |
2359 | 2352 | ||
2360 | /* exported (for OSS emulator) */ | 2353 | /* exported (for OSS emulator) */ |
@@ -2372,7 +2365,6 @@ int snd_seq_kernel_client_write_poll(int clientid, struct file *file, poll_table | |||
2372 | return 1; | 2365 | return 1; |
2373 | return 0; | 2366 | return 0; |
2374 | } | 2367 | } |
2375 | |||
2376 | EXPORT_SYMBOL(snd_seq_kernel_client_write_poll); | 2368 | EXPORT_SYMBOL(snd_seq_kernel_client_write_poll); |
2377 | 2369 | ||
2378 | /*---------------------------------------------------------------------------*/ | 2370 | /*---------------------------------------------------------------------------*/ |