Home
last modified time | relevance | path

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

/linux-4.1.27/sound/core/seq/oss/
Dseq_oss_event.h107 int snd_seq_oss_process_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev);
Dseq_oss_ioctl.c67 if (! snd_seq_oss_process_event(dp, (union evrec *)ev, &tmpev)) { in snd_seq_oss_oob_user()
Dseq_oss_rw.c179 if (snd_seq_oss_process_event(dp, rec, &event)) in insert_queue()
Dseq_oss_event.c54 snd_seq_oss_process_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in snd_seq_oss_process_event() function