Searched refs:snd_seq_system_notify (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/core/seq/ |
H A D | seq_system.h | 22 int snd_seq_system_notify(int client, int port, struct snd_seq_event *ev);
|
H A D | seq_system.c | 90 int snd_seq_system_notify(int client, int port, struct snd_seq_event *ev) in snd_seq_system_notify() function
|
H A D | seq_clientmgr.c | 1453 return snd_seq_system_notify(client, port, &event); /* non-atomic */ in snd_seq_client_notify_subscription()
|
/kernel/linux/linux-6.6/sound/core/seq/ |
H A D | seq_system.h | 22 int snd_seq_system_notify(int client, int port, struct snd_seq_event *ev);
|
H A D | seq_system.c | 91 int snd_seq_system_notify(int client, int port, struct snd_seq_event *ev) in snd_seq_system_notify() function
|
H A D | seq_clientmgr.c | 1474 return snd_seq_system_notify(client, port, &event); /* non-atomic */ in snd_seq_client_notify_subscription()
|
Completed in 9 milliseconds