1SND_PCM_KERNEL_IOCTL(9)             PCM API            SND_PCM_KERNEL_IOCTL(9)
2
3
4

NAME

6       snd_pcm_kernel_ioctl - Execute PCM ioctl in the kernel-space
7

SYNOPSIS

9       int snd_pcm_kernel_ioctl(struct snd_pcm_substream * substream,
10                                unsigned int cmd, void * arg);
11

ARGUMENTS

13       substream
14           PCM substream
15
16       cmd
17           IOCTL cmd
18
19       arg
20           IOCTL argument
21

DESCRIPTION

23       The function is provided primarily for OSS layer and USB gadget
24       drivers, and it allows only the limited set of ioctls (hw_params,
25       sw_params, prepare, start, drain, drop, forward).
26
28Kernel Hackers Manual 3.10         June 2019           SND_PCM_KERNEL_IOCTL(9)
Impressum