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

NAME

6       snd_pcm_set_ops - set the PCM operators
7

SYNOPSIS

9       void snd_pcm_set_ops(struct snd_pcm * pcm, int direction,
10                            const struct snd_pcm_ops * ops);
11

ARGUMENTS

13       pcm
14           the pcm instance
15
16       direction
17           stream direction, SNDRV_PCM_STREAM_XXX
18
19       ops
20           the operator table
21

DESCRIPTION

23       Sets the given PCM operators to the pcm instance.
24
26Kernel Hackers Manual 3.10         June 2019                SND_PCM_SET_OPS(9)
Impressum