Searched refs:snd_seq_system_broadcast (Results 1 – 2 of 2) sorted by relevance
/linux/sound/core/seq/ |
H A D | seq_system.h | 13 void snd_seq_system_broadcast(int client, int port, int type, bool atomic); 17 snd_seq_system_broadcast(client, port, type, false) 26 snd_seq_system_broadcast(client, block, type, atomic); in snd_seq_system_ump_notify()
|
H A D | seq_system.c | 81 void snd_seq_system_broadcast(int client, int port, int type, bool atomic) in snd_seq_system_broadcast() function 90 EXPORT_SYMBOL_GPL(snd_seq_system_broadcast);
|