table of contents
SND_PCM_KERNEL_IOCTL(9) | PCM API | SND_PCM_KERNEL_IOCTL(9) |
NAME¶
snd_pcm_kernel_ioctl - Execute PCM ioctl in the kernel-space
SYNOPSIS¶
int snd_pcm_kernel_ioctl(struct snd_pcm_substream * substream, unsigned int cmd, void * arg);
ARGUMENTS¶
substream
PCM substream
cmd
IOCTL cmd
arg
IOCTL argument
DESCRIPTION¶
The function is provided primarily for OSS layer and USB gadget drivers, and it allows only the limited set of ioctls (hw_params, sw_params, prepare, start, drain, drop, forward).
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |