Searched refs:snd_seq_system_broadcast (Results 1 – 2 of 2) sorted by relevance
/linux-6.14.4/sound/core/seq/ |
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()
|
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);
|