Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/seq/oss/
H A Dseq_oss_writeq.h33 int snd_seq_oss_writeq_get_free_size(struct seq_oss_writeq *q);
H A Dseq_oss_writeq.c139 snd_seq_oss_writeq_get_free_size(struct seq_oss_writeq *q) in snd_seq_oss_writeq_get_free_size() function
H A Dseq_oss_ioctl.c109 return put_user(snd_seq_oss_writeq_get_free_size(dp->writeq), p) ? -EFAULT : 0; in snd_seq_oss_ioctl()