Searched refs:SNDRV_SEQ_CLIENT_SYSTEM (Results 1 – 8 of 8) sorted by relevance
74 if (info->sender.client != SNDRV_SEQ_CLIENT_SYSTEM) { in snd_opl4_seq_use()98 if (info->sender.client != SNDRV_SEQ_CLIENT_SYSTEM) in snd_opl4_seq_unuse()
123 if (info->sender.client != SNDRV_SEQ_CLIENT_SYSTEM) { in snd_opl3_synth_use()137 if (info->sender.client != SNDRV_SEQ_CLIENT_SYSTEM) in snd_opl3_synth_unuse()
95 if (ev->source.client == SNDRV_SEQ_CLIENT_SYSTEM || in dummy_input()
658 sev.source.client = SNDRV_SEQ_CLIENT_SYSTEM; in queue_broadcast_event()661 snd_seq_kernel_client_dispatch(SNDRV_SEQ_CLIENT_SYSTEM, &sev, atomic, hop); in queue_broadcast_event()
533 bounce_ev.source.client = SNDRV_SEQ_CLIENT_SYSTEM; in bounce_error_event()
148 ev.dest.client = SNDRV_SEQ_CLIENT_SYSTEM; in send_timer_event()
115 subs.sender.client = SNDRV_SEQ_CLIENT_SYSTEM; in snd_seq_oss_create_client()
334 #define SNDRV_SEQ_CLIENT_SYSTEM 0 macro