Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/seq/oss/
H A Dseq_oss_readq.c100 result = snd_seq_oss_readq_put_event(q, &rec); in snd_seq_oss_readq_puts()
141 snd_seq_oss_readq_put_event(struct seq_oss_readq *q, union evrec *ev) in snd_seq_oss_readq_put_event() function
224 snd_seq_oss_readq_put_event(q, &rec); in snd_seq_oss_readq_put_timestamp()
230 snd_seq_oss_readq_put_event(q, &rec); in snd_seq_oss_readq_put_timestamp()
H A Dseq_oss_readq.h36 int snd_seq_oss_readq_put_event(struct seq_oss_readq *readq, union evrec *ev);
H A Dseq_oss_event.c443 snd_seq_oss_readq_put_event(dp->readq, rec); in snd_seq_oss_event_input()
H A Dseq_oss_midi.c606 snd_seq_oss_readq_put_event(dp->readq, &ossev); in send_synth_event()