Home
last modified time | relevance | path

Searched refs:snd_pcm_lib_write (Results 1 – 4 of 4) sorted by relevance

/sound/core/
Dpcm_compat.c391 err = snd_pcm_lib_write(substream, compat_ptr(buf), frames); in snd_pcm_ioctl_xferi_compat()
Dpcm_lib.c2136 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);
Dpcm_native.c2863 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/
Dpcm_oss.c1270 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()