Home
last modified time | relevance | path

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

/linux/sound/drivers/opl4/
H A Dopl4_seq.c71 if (info->sender.client != SNDRV_SEQ_CLIENT_SYSTEM) { in snd_opl4_seq_use()
92 if (info->sender.client != SNDRV_SEQ_CLIENT_SYSTEM) in snd_opl4_seq_unuse()
/linux/sound/drivers/opl3/
H A Dopl3_seq.c107 if (info->sender.client != SNDRV_SEQ_CLIENT_SYSTEM) { in snd_opl3_synth_use()
122 if (info->sender.client != SNDRV_SEQ_CLIENT_SYSTEM) in snd_opl3_synth_unuse()
/linux/sound/core/seq/
H A Dseq_dummy.c87 if (ev->source.client == SNDRV_SEQ_CLIENT_SYSTEM || in dummy_input()
H A Dseq_queue.c582 sev.source.client = SNDRV_SEQ_CLIENT_SYSTEM; in queue_broadcast_event()
585 snd_seq_kernel_client_dispatch(SNDRV_SEQ_CLIENT_SYSTEM, &sev, atomic, hop); in queue_broadcast_event()
H A Dseq_clientmgr.c543 bounce_ev.source.client = SNDRV_SEQ_CLIENT_SYSTEM; in bounce_error_event()
/linux/sound/core/seq/oss/
H A Dseq_oss_timer.c135 ev.dest.client = SNDRV_SEQ_CLIENT_SYSTEM; in send_timer_event()
H A Dseq_oss_init.c99 subs.sender.client = SNDRV_SEQ_CLIENT_SYSTEM; in snd_seq_oss_create_client()
/linux/include/uapi/sound/
H A Dasequencer.h344 #define SNDRV_SEQ_CLIENT_SYSTEM 0 macro