Home
last modified time | relevance | path

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

/Linux-v4.19/sound/core/seq/oss/
Dseq_oss_device.h126 int snd_seq_oss_write(struct seq_oss_devinfo *dp, const char __user *buf, int count, struct file *o…
Dseq_oss_rw.c96 snd_seq_oss_write(struct seq_oss_devinfo *dp, const char __user *buf, int count, struct file *opt) in snd_seq_oss_write() function
Dseq_oss.c177 return snd_seq_oss_write(dp, buf, count, file); in odev_write()