Searched refs:snd_pcm_lib_write (Results 1 – 4 of 4) sorted by relevance
/sound/core/ |
D | pcm_compat.c | 391 err = snd_pcm_lib_write(substream, compat_ptr(buf), frames); in snd_pcm_ioctl_xferi_compat()
|
D | pcm_lib.c | 2136 snd_pcm_sframes_t snd_pcm_lib_write(struct snd_pcm_substream *substream, const void __user *buf, sn… in snd_pcm_lib_write() function 2155 EXPORT_SYMBOL(snd_pcm_lib_write);
|
D | pcm_native.c | 2863 result = snd_pcm_lib_write(substream, xferi.buf, xferi.frames); in snd_pcm_playback_ioctl1() 3098 result = snd_pcm_lib_write(substream, buf, count); in snd_pcm_write()
|
/sound/core/oss/ |
D | pcm_oss.c | 1270 ret = snd_pcm_lib_write(substream, (void __force __user *)ptr, frames); in snd_pcm_oss_write3() 1273 ret = snd_pcm_lib_write(substream, (void __force __user *)ptr, frames); in snd_pcm_oss_write3() 1761 snd_pcm_lib_write(substream, (void __force __user *)runtime->oss.buffer, size1); in snd_pcm_oss_sync()
|