Searched refs:user (Results 1 – 13 of 13) sorted by relevance
/sound/core/seq/ |
D | seq_clientmgr.c | 322 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 …]
|
D | seq_clientmgr.h | 69 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 | 117 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() 717 entry->slot = entry->addr = entry->next = entry->user = 0; in daio_mgr_create()
|
D | cthardware.h | 129 int (*srcimp_mgr_set_imapuser)(void *blk, unsigned int user);
|
D | ctsrc.c | 634 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()
|
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()
|
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()
|
/sound/drivers/ |
D | Kconfig | 83 This module returns played samples back to the user space using
|
/sound/pci/hda/ |
D | Kconfig | 68 This adds the sysfs interfaces to allow user to clear the whole
|
/sound/oss/ |
D | Kconfig | 4 # Prompt user for primary drivers.
|