Home
last modified time | relevance | path

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

/sound/core/seq/
Dseq_clientmgr.c322 struct snd_seq_user_client *user; in snd_seq_open() local
343 user = &client->data.user; in snd_seq_open()
344 user->fifo = NULL; in snd_seq_open()
345 user->fifo_pool_size = 0; in snd_seq_open()
348 user->fifo_pool_size = SNDRV_SEQ_DEFAULT_CLIENT_EVENTS; in snd_seq_open()
349 user->fifo = snd_seq_fifo_new(user->fifo_pool_size); in snd_seq_open()
350 if (user->fifo == NULL) { in snd_seq_open()
366 user->file = file; in snd_seq_open()
382 if (client->data.user.fifo) in snd_seq_release()
383 snd_seq_fifo_delete(&client->data.user.fifo); in snd_seq_release()
[all …]
Dseq_clientmgr.h69 struct snd_seq_user_client user; member
/sound/pci/ctxfi/
Dctimap.h26 unsigned short user; /* the id of the user resource consuming data */ member
Dctimap.c84 entry->next = entry->addr = entry->user = entry->slot = 0; in input_mapper_delete()
Dctsrc.h117 int (*map)(struct srcimp *srcimp, struct src *user, struct rsc *input);
Dctdaio.c176 entry->user = entry->addr = daio->rscl.ops->index(&daio->rscl); in dao_set_left_input()
205 entry->user = entry->addr = daio->rscr.ops->index(&daio->rscr); in dao_set_right_input()
717 entry->slot = entry->addr = entry->next = entry->user = 0; in daio_mgr_create()
Dcthardware.h129 int (*srcimp_mgr_set_imapuser)(void *blk, unsigned int user);
Dctsrc.c634 entry->user = src->rsc.ops->index(&src->rsc); in srcimp_map()
789 hw->srcimp_mgr_set_imapuser(mgr->ctrl_blk, entry->user); in srcimp_map_op()
854 entry->slot = entry->addr = entry->next = entry->user = 0; in srcimp_mgr_create()
Dcthw20k1.c542 static int srcimp_mgr_set_imapuser(void *blk, unsigned int user) in srcimp_mgr_set_imapuser() argument
546 set_field(&ctl->srcimap.srcaim, SRCAIM_SRC, user); in srcimp_mgr_set_imapuser()
Dcthw20k2.c542 static int srcimp_mgr_set_imapuser(void *blk, unsigned int user) in srcimp_mgr_set_imapuser() argument
546 set_field(&ctl->srcimap.srcaim, SRCAIM_SRC, user); in srcimp_mgr_set_imapuser()
/sound/drivers/
DKconfig83 This module returns played samples back to the user space using
/sound/pci/hda/
DKconfig68 This adds the sysfs interfaces to allow user to clear the whole
/sound/oss/
DKconfig4 # Prompt user for primary drivers.