Home
last modified time | relevance | path

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

/linux/sound/core/seq/
H A Dseq_clientmgr.c543 struct snd_seq_event bounce_ev, quoted; in bounce_error_event() local
556 memset(&bounce_ev, 0, sizeof(bounce_ev)); in bounce_error_event()
572 bounce_ev.type = SNDRV_SEQ_EVENT_BOUNCE; in bounce_error_event()
573 bounce_ev.flags = SNDRV_SEQ_EVENT_LENGTH_VARIABLE; in bounce_error_event()
574 bounce_ev.data.ext.len = sizeof(struct snd_seq_event); in bounce_error_event()
575 bounce_ev.data.ext.ptr = (char *)&quoted; in bounce_error_event()
581 bounce_ev.type = SNDRV_SEQ_EVENT_KERNEL_ERROR; in bounce_error_event()
582 bounce_ev.flags = SNDRV_SEQ_EVENT_LENGTH_FIXED; in bounce_error_event()
583 bounce_ev.data.quote.origin = event->dest; in bounce_error_event()
584 bounce_ev.data.quote.event = event; in bounce_error_event()
[all …]