Home
last modified time | relevance | path

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

/linux-4.4.14/sound/core/seq/oss/
Dseq_oss_readq.c113 result = snd_seq_oss_readq_put_event(q, &rec); in snd_seq_oss_readq_puts()
125 snd_seq_oss_readq_put_event(struct seq_oss_readq *q, union evrec *ev) in snd_seq_oss_readq_put_event() function
208 snd_seq_oss_readq_put_event(q, &rec); in snd_seq_oss_readq_put_timestamp()
214 snd_seq_oss_readq_put_event(q, &rec); in snd_seq_oss_readq_put_timestamp()
Dseq_oss_readq.h47 int snd_seq_oss_readq_put_event(struct seq_oss_readq *readq, union evrec *ev);
Dseq_oss_event.c453 snd_seq_oss_readq_put_event(dp->readq, rec); in snd_seq_oss_event_input()
Dseq_oss_midi.c597 snd_seq_oss_readq_put_event(dp->readq, &ossev); in send_synth_event()