Home
last modified time | relevance | path

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

/linux-2.6.39/sound/drivers/opl4/
Dopl4_seq.c73 if (info->sender.client != SNDRV_SEQ_CLIENT_SYSTEM) { in snd_opl4_seq_use()
97 if (info->sender.client != SNDRV_SEQ_CLIENT_SYSTEM) in snd_opl4_seq_unuse()
/linux-2.6.39/sound/drivers/opl3/
Dopl3_seq.c122 if (info->sender.client != SNDRV_SEQ_CLIENT_SYSTEM) { in snd_opl3_synth_use()
136 if (info->sender.client != SNDRV_SEQ_CLIENT_SYSTEM) in snd_opl3_synth_unuse()
/linux-2.6.39/sound/core/seq/
Dseq_dummy.c125 if (ev->source.client == SNDRV_SEQ_CLIENT_SYSTEM || in dummy_input()
Dseq_queue.c671 sev.source.client = SNDRV_SEQ_CLIENT_SYSTEM; in queue_broadcast_event()
674 snd_seq_kernel_client_dispatch(SNDRV_SEQ_CLIENT_SYSTEM, &sev, atomic, hop); in queue_broadcast_event()
Dseq_clientmgr.c545 bounce_ev.source.client = SNDRV_SEQ_CLIENT_SYSTEM; in bounce_error_event()
/linux-2.6.39/sound/core/seq/oss/
Dseq_oss_timer.c148 ev.dest.client = SNDRV_SEQ_CLIENT_SYSTEM; in send_timer_event()
Dseq_oss_init.c109 subs.sender.client = SNDRV_SEQ_CLIENT_SYSTEM; in snd_seq_oss_create_client()
/linux-2.6.39/include/sound/
Dasequencer.h396 #define SNDRV_SEQ_CLIENT_SYSTEM 0 macro