Searched refs:snd_seq_client (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_ports.h93 struct snd_seq_client;
96 struct snd_seq_client_port *snd_seq_port_use_ptr(struct snd_seq_client *client, int num);
99 struct snd_seq_client_port *snd_seq_port_query_nearest(struct snd_seq_client *client,
106 struct snd_seq_client_port *snd_seq_create_port(struct snd_seq_client *client, int port_index);
109 int snd_seq_delete_port(struct snd_seq_client *client, int port);
112 int snd_seq_delete_all_ports(struct snd_seq_client *client);
123 int snd_seq_port_connect(struct snd_seq_client *caller,
124 struct snd_seq_client *s, struct snd_seq_client_port *sp,
125 struct snd_seq_client *d, struct snd_seq_client_port *dp,
129 int snd_seq_port_disconnect(struct snd_seq_client *calle
[all...]
H A Dseq_clientmgr.h47 struct snd_seq_client { struct
85 struct snd_seq_client *snd_seq_client_use_ptr(int clientid);
H A Dseq_clientmgr.c75 static struct snd_seq_client *clienttab[SNDRV_SEQ_MAX_CLIENTS];
81 static int bounce_error_event(struct snd_seq_client *client,
84 static int snd_seq_deliver_single_event(struct snd_seq_client *client,
117 static inline int snd_seq_write_pool_allocated(struct snd_seq_client *client)
123 static struct snd_seq_client *clientptr(int clientid)
135 struct snd_seq_client *snd_seq_client_use_ptr(int clientid)
138 struct snd_seq_client *client;
221 static struct snd_seq_client *seq_create_client1(int client_index, int poolsize)
225 struct snd_seq_client *client;
268 static int seq_free_client1(struct snd_seq_client *clien
[all...]
H A Dseq_ports.c59 struct snd_seq_client_port *snd_seq_port_use_ptr(struct snd_seq_client *client,
82 struct snd_seq_client_port *snd_seq_port_query_nearest(struct snd_seq_client *client,
126 struct snd_seq_client_port *snd_seq_create_port(struct snd_seq_client *client,
181 static int subscribe_port(struct snd_seq_client *client,
185 static int unsubscribe_port(struct snd_seq_client *client,
192 struct snd_seq_client **cp)
211 static void clear_subscriber_list(struct snd_seq_client *client,
220 struct snd_seq_client *c;
258 static int port_delete(struct snd_seq_client *client,
281 int snd_seq_delete_port(struct snd_seq_client *clien
[all...]
H A Dseq_compat.c44 static int snd_seq_call_port_info_ioctl(struct snd_seq_client *client, unsigned int cmd,
92 struct snd_seq_client *client = file->private_data;

Completed in 26 milliseconds