Searched refs:snd_seq_system_broadcast (Results 1 - 2 of 2) sorted by relevance

/linux-master/sound/core/seq/
H A Dseq_system.h13 void snd_seq_system_broadcast(int client, int port, int type);
15 #define snd_seq_system_client_ev_client_start(client) snd_seq_system_broadcast(client, 0, SNDRV_SEQ_EVENT_CLIENT_START)
16 #define snd_seq_system_client_ev_client_exit(client) snd_seq_system_broadcast(client, 0, SNDRV_SEQ_EVENT_CLIENT_EXIT)
17 #define snd_seq_system_client_ev_client_change(client) snd_seq_system_broadcast(client, 0, SNDRV_SEQ_EVENT_CLIENT_CHANGE)
18 #define snd_seq_system_client_ev_port_start(client, port) snd_seq_system_broadcast(client, port, SNDRV_SEQ_EVENT_PORT_START)
19 #define snd_seq_system_client_ev_port_exit(client, port) snd_seq_system_broadcast(client, port, SNDRV_SEQ_EVENT_PORT_EXIT)
20 #define snd_seq_system_client_ev_port_change(client, port) snd_seq_system_broadcast(client, port, SNDRV_SEQ_EVENT_PORT_CHANGE)
H A Dseq_system.c79 void snd_seq_system_broadcast(int client, int port, int type) function
88 EXPORT_SYMBOL_GPL(snd_seq_system_broadcast); variable

Completed in 198 milliseconds