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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/oss/
H A Dseq_oss_ioctl.c60 struct snd_seq_event tmpev; local
64 memset(&tmpev, 0, sizeof(tmpev));
65 snd_seq_oss_fill_addr(dp, &tmpev, dp->addr.port, dp->addr.client);
66 tmpev.time.tick = 0;
67 if (! snd_seq_oss_process_event(dp, (union evrec *)ev, &tmpev)) {
68 snd_seq_oss_dispatch(dp, &tmpev, 0, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_dummy.c123 struct snd_seq_event tmpev; local
129 tmpev = *ev;
131 tmpev.source.port = p->connect;
133 tmpev.source.port = p->port;
134 tmpev.dest.client = SNDRV_SEQ_ADDRESS_SUBSCRIBERS;
135 return snd_seq_kernel_client_dispatch(p->client, &tmpev, atomic, hop);
H A Dseq_clientmgr.c434 struct snd_seq_event tmpev; local
435 tmpev = cell->event;
436 tmpev.data.ext.len &= ~SNDRV_SEQ_EXT_MASK;
437 if (copy_to_user(buf, &tmpev, sizeof(struct snd_seq_event))) {
844 struct snd_seq_event tmpev, *ev; local
847 tmpev = cell->event;
848 tmpev.type = SNDRV_SEQ_EVENT_NOTEON;
849 result = snd_seq_deliver_event(client, &tmpev, atomic, hop);

Completed in 59 milliseconds