diff options
Diffstat (limited to 'include/sound/seq_kernel.h')
-rw-r--r-- | include/sound/seq_kernel.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/include/sound/seq_kernel.h b/include/sound/seq_kernel.h index 1b60890b44cd..77cf57e21489 100644 --- a/include/sound/seq_kernel.h +++ b/include/sound/seq_kernel.h | |||
@@ -60,15 +60,6 @@ typedef union snd_seq_timestamp snd_seq_timestamp_t; | |||
60 | /* max size of event size */ | 60 | /* max size of event size */ |
61 | #define SNDRV_SEQ_MAX_EVENT_LEN 0x3fffffff | 61 | #define SNDRV_SEQ_MAX_EVENT_LEN 0x3fffffff |
62 | 62 | ||
63 | /* call-backs for kernel client */ | ||
64 | |||
65 | struct snd_seq_client_callback { | ||
66 | void *private_data; | ||
67 | unsigned allow_input: 1, | ||
68 | allow_output: 1; | ||
69 | /*...*/ | ||
70 | }; | ||
71 | |||
72 | /* call-backs for kernel port */ | 63 | /* call-backs for kernel port */ |
73 | struct snd_seq_port_callback { | 64 | struct snd_seq_port_callback { |
74 | struct module *owner; | 65 | struct module *owner; |
@@ -84,8 +75,7 @@ struct snd_seq_port_callback { | |||
84 | }; | 75 | }; |
85 | 76 | ||
86 | /* interface for kernel client */ | 77 | /* interface for kernel client */ |
87 | int snd_seq_create_kernel_client(struct snd_card *card, int client_index, | 78 | int snd_seq_create_kernel_client(struct snd_card *card, int client_index); |
88 | struct snd_seq_client_callback *callback); | ||
89 | int snd_seq_delete_kernel_client(int client); | 79 | int snd_seq_delete_kernel_client(int client); |
90 | int snd_seq_kernel_client_enqueue(int client, struct snd_seq_event *ev, int atomic, int hop); | 80 | int snd_seq_kernel_client_enqueue(int client, struct snd_seq_event *ev, int atomic, int hop); |
91 | int snd_seq_kernel_client_dispatch(int client, struct snd_seq_event *ev, int atomic, int hop); | 81 | int snd_seq_kernel_client_dispatch(int client, struct snd_seq_event *ev, int atomic, int hop); |