Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/seq/oss/
H A Dseq_oss_device.h113 int snd_seq_oss_read(struct seq_oss_devinfo *dev, char __user *buf, int count);
H A Dseq_oss_rw.c31 snd_seq_oss_read(struct seq_oss_devinfo *dp, char __user *buf, int count) in snd_seq_oss_read() function
H A Dseq_oss.c157 return snd_seq_oss_read(dp, buf, count); in odev_read()