Home
last modified time | relevance | path

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

/sound/core/
Dtimer_compat.c49 struct snd_timer_gparams32 __user *user) in snd_timer_user_gparams_compat() argument
53 if (copy_from_user(&gparams.tid, &user->tid, sizeof(gparams.tid)) || in snd_timer_user_gparams_compat()
54 get_user(gparams.period_num, &user->period_num) || in snd_timer_user_gparams_compat()
55 get_user(gparams.period_den, &user->period_den)) in snd_timer_user_gparams_compat()
/sound/core/seq/
Dseq_clientmgr.c307 struct snd_seq_user_client *user; in snd_seq_open() local
328 user = &client->data.user; in snd_seq_open()
329 user->fifo = NULL; in snd_seq_open()
330 user->fifo_pool_size = 0; in snd_seq_open()
333 user->fifo_pool_size = SNDRV_SEQ_DEFAULT_CLIENT_EVENTS; in snd_seq_open()
334 user->fifo = snd_seq_fifo_new(user->fifo_pool_size); in snd_seq_open()
335 if (user->fifo == NULL) { in snd_seq_open()
351 user->file = file; in snd_seq_open()
353 client->data.user.owner = get_pid(task_pid(current)); in snd_seq_open()
368 if (client->data.user.fifo) in snd_seq_release()
[all …]
Dseq_clientmgr.h71 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()
713 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()
787 hw->srcimp_mgr_set_imapuser(mgr->ctrl_blk, entry->user); in srcimp_map_op()
852 entry->slot = entry->addr = entry->next = entry->user = 0; in srcimp_mgr_create()
Dcthw20k2.c536 static int srcimp_mgr_set_imapuser(void *blk, unsigned int user) in srcimp_mgr_set_imapuser() argument
540 set_field(&ctl->srcimap.srcaim, SRCAIM_SRC, user); in srcimp_mgr_set_imapuser()
Dcthw20k1.c536 static int srcimp_mgr_set_imapuser(void *blk, unsigned int user) in srcimp_mgr_set_imapuser() argument
540 set_field(&ctl->srcimap.srcaim, SRCAIM_SRC, user); in srcimp_mgr_set_imapuser()
/sound/pci/hda/
DKconfig53 It allows user to clear the whole codec configuration, change the
/sound/drivers/
DKconfig96 This module returns played samples back to the user space using
/sound/oss/
DKconfig4 # Prompt user for primary drivers.