Home
last modified time | relevance | path

Searched refs:tmpev (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/sound/core/seq/oss/
Dseq_oss_ioctl.c60 struct snd_seq_event tmpev; in snd_seq_oss_oob_user() local
64 memset(&tmpev, 0, sizeof(tmpev)); in snd_seq_oss_oob_user()
65 snd_seq_oss_fill_addr(dp, &tmpev, dp->addr.port, dp->addr.client); in snd_seq_oss_oob_user()
66 tmpev.time.tick = 0; in snd_seq_oss_oob_user()
67 if (! snd_seq_oss_process_event(dp, (union evrec *)ev, &tmpev)) { in snd_seq_oss_oob_user()
68 snd_seq_oss_dispatch(dp, &tmpev, 0, 0); in snd_seq_oss_oob_user()
/linux-3.4.99/sound/core/seq/
Dseq_dummy.c122 struct snd_seq_event tmpev; in dummy_input() local
128 tmpev = *ev; in dummy_input()
130 tmpev.source.port = p->connect; in dummy_input()
132 tmpev.source.port = p->port; in dummy_input()
133 tmpev.dest.client = SNDRV_SEQ_ADDRESS_SUBSCRIBERS; in dummy_input()
134 return snd_seq_kernel_client_dispatch(p->client, &tmpev, atomic, hop); in dummy_input()
Dseq_clientmgr.c439 struct snd_seq_event tmpev; in snd_seq_read() local
440 tmpev = cell->event; in snd_seq_read()
441 tmpev.data.ext.len &= ~SNDRV_SEQ_EXT_MASK; in snd_seq_read()
442 if (copy_to_user(buf, &tmpev, sizeof(struct snd_seq_event))) { in snd_seq_read()
850 struct snd_seq_event tmpev, *ev; in snd_seq_dispatch_event() local
853 tmpev = cell->event; in snd_seq_dispatch_event()
854 tmpev.type = SNDRV_SEQ_EVENT_NOTEON; in snd_seq_dispatch_event()
855 result = snd_seq_deliver_event(client, &tmpev, atomic, hop); in snd_seq_dispatch_event()