Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/seq/
H A Dseq_fifo.h35 int snd_seq_fifo_event_in(struct snd_seq_fifo *f, struct snd_seq_event *event);
H A Dseq_fifo.c101 int snd_seq_fifo_event_in(struct snd_seq_fifo *f, in snd_seq_fifo_event_in() function
H A Dseq_clientmgr.c637 return snd_seq_fifo_event_in(dest->data.user.fifo, event); in __snd_seq_deliver_single_event()