1SND_PCM_SET_OPS(9) PCM API SND_PCM_SET_OPS(9)
23
4
NAME
6snd_pcm_set_ops - set the PCM operators
7
SYNOPSIS
9void snd_pcm_set_ops(struct snd_pcm * pcm, int direction,
10struct snd_pcm_ops * ops);
11
ARGUMENTS
13pcm
14the pcm instance
1516
direction
17stream direction, SNDRV_PCM_STREAM_XXX
1819
ops
20the operator table
21
DESCRIPTION
23Sets the given PCM operators to the pcm instance.
24
COPYRIGHT
26Kernel Hackers Manual 2.6. November 2011 SND_PCM_SET_OPS(9)