Searched refs:user (Results 1 – 13 of 13) sorted by relevance
/sound/core/seq/ |
D | seq_clientmgr.c | 321 struct snd_seq_user_client *user; in snd_seq_open() local 342 user = &client->data.user; in snd_seq_open() 343 user->fifo = NULL; in snd_seq_open() 344 user->fifo_pool_size = 0; in snd_seq_open() 347 user->fifo_pool_size = SNDRV_SEQ_DEFAULT_CLIENT_EVENTS; in snd_seq_open() 348 user->fifo = snd_seq_fifo_new(user->fifo_pool_size); in snd_seq_open() 349 if (user->fifo == NULL) { in snd_seq_open() 365 user->file = file; in snd_seq_open() 381 if (client->data.user.fifo) in snd_seq_release() 382 snd_seq_fifo_delete(&client->data.user.fifo); in snd_seq_release() [all …]
|
D | seq_clientmgr.h | 68 struct snd_seq_user_client user; member
|
/sound/pci/ctxfi/ |
D | ctimap.h | 26 unsigned short user; /* the id of the user resource consuming data */ member
|
D | ctimap.c | 84 entry->next = entry->addr = entry->user = entry->slot = 0; in input_mapper_delete()
|
D | ctsrc.h | 115 int (*map)(struct srcimp *srcimp, struct src *user, struct rsc *input);
|
D | ctdaio.c | 176 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() 718 entry->slot = entry->addr = entry->next = entry->user = 0; in daio_mgr_create()
|
D | cthardware.h | 128 int (*srcimp_mgr_set_imapuser)(void *blk, unsigned int user);
|
D | ctsrc.c | 632 entry->user = src->rsc.ops->index(&src->rsc); in srcimp_map() 786 hw->srcimp_mgr_set_imapuser(mgr->ctrl_blk, entry->user); in srcimp_map_op() 851 entry->slot = entry->addr = entry->next = entry->user = 0; in srcimp_mgr_create()
|
D | cthw20k2.c | 542 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()
|
D | cthw20k1.c | 542 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/ |
D | Kconfig | 83 This module returns played samples back to the user space using
|
/sound/pci/hda/ |
D | Kconfig | 47 This adds the sysfs interfaces to allow user to clear the whole
|
/sound/oss/ |
D | Kconfig | 4 # Prompt user for primary drivers.
|