Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/seq/oss/
H A Dseq_oss_device.h114 int snd_seq_oss_write(struct seq_oss_devinfo *dp, const char __user *buf, int count, struct file *o…
H A Dseq_oss_rw.c83 snd_seq_oss_write(struct seq_oss_devinfo *dp, const char __user *buf, int count, struct file *opt) in snd_seq_oss_write() function
H A Dseq_oss.c168 return snd_seq_oss_write(dp, buf, count, file); in odev_write()