Searched refs:xfern (Results 1 – 1 of 1) sorted by relevance
/sound/core/ |
D | pcm_native.c | 2583 struct snd_xfern xfern; in snd_pcm_playback_ioctl1() local 2594 if (copy_from_user(&xfern, _xfern, sizeof(xfern))) in snd_pcm_playback_ioctl1() 2599 if (copy_from_user(bufs, xfern.bufs, sizeof(void *) * runtime->channels)) { in snd_pcm_playback_ioctl1() 2603 result = snd_pcm_lib_writev(substream, bufs, xfern.frames); in snd_pcm_playback_ioctl1() 2665 struct snd_xfern xfern; in snd_pcm_capture_ioctl1() local 2676 if (copy_from_user(&xfern, _xfern, sizeof(xfern))) in snd_pcm_capture_ioctl1() 2681 if (copy_from_user(bufs, xfern.bufs, sizeof(void *) * runtime->channels)) { in snd_pcm_capture_ioctl1() 2685 result = snd_pcm_lib_readv(substream, bufs, xfern.frames); in snd_pcm_capture_ioctl1()
|