Home
last modified time | relevance | path

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

/Linux-v4.19/sound/core/seq/oss/
Dseq_oss_readq.c113 result = snd_seq_oss_readq_put_event(q, &rec); in snd_seq_oss_readq_puts()
154 snd_seq_oss_readq_put_event(struct seq_oss_readq *q, union evrec *ev) in snd_seq_oss_readq_put_event() function
237 snd_seq_oss_readq_put_event(q, &rec); in snd_seq_oss_readq_put_timestamp()
243 snd_seq_oss_readq_put_event(q, &rec); in snd_seq_oss_readq_put_timestamp()
Dseq_oss_readq.h49 int snd_seq_oss_readq_put_event(struct seq_oss_readq *readq, union evrec *ev);
Dseq_oss_event.c456 snd_seq_oss_readq_put_event(dp->readq, rec); in snd_seq_oss_event_input()
Dseq_oss_midi.c599 snd_seq_oss_readq_put_event(dp->readq, &ossev); in send_synth_event()