Home
last modified time | relevance | path

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

/sound/core/seq/
Dseq_queue.c520 queue->clients++; in snd_seq_queue_use()
523 queue->clients--; in snd_seq_queue_use()
525 if (queue->clients) { in snd_seq_queue_use()
526 if (use && queue->clients == 1) in snd_seq_queue_use()
Dseq_queue.h56 unsigned int clients; /* users of this queue */ member
Dseq_clientmgr.c1139 info.clients = SNDRV_SEQ_MAX_CLIENTS; in snd_seq_ioctl_system_info()
/sound/ppc/
Dkeywest.c79 &to_i2c_driver(keywest_ctx->client->dev.driver)->clients); in keywest_attach_adapter()
/sound/drivers/
DKconfig105 sequencer clients.
/sound/soc/
Dsoc-pcm.c2362 struct list_head *clients = in soc_dpcm_be_digital_mute() local
2365 list_for_each_entry(dpcm, clients, list_be) { in soc_dpcm_be_digital_mute()
/sound/core/
Dtimer.c1522 ginfo->clients++; in snd_timer_user_ginfo()