Home
last modified time | relevance | path

Searched refs:notify_event (Results 1 – 1 of 1) sorted by relevance

/sound/core/seq/
A Dseq_system.h16 #define notify_event(client, port, type) \ macro
29 #define snd_seq_system_client_ev_client_start(client) notify_event(client, 0, SNDRV_SEQ_EVENT_CLIEN…
30 #define snd_seq_system_client_ev_client_exit(client) notify_event(client, 0, SNDRV_SEQ_EVENT_CLIENT…
31 #define snd_seq_system_client_ev_client_change(client) notify_event(client, 0, SNDRV_SEQ_EVENT_CLIE…
32 #define snd_seq_system_client_ev_port_start(client, port) notify_event(client, port, SNDRV_SEQ_EVEN…
33 #define snd_seq_system_client_ev_port_exit(client, port) notify_event(client, port, SNDRV_SEQ_EVENT…
34 #define snd_seq_system_client_ev_port_change(client, port) notify_event(client, port, SNDRV_SEQ_EVE…

Completed in 5 milliseconds