Name
snd_pcm_set_ops —
set the PCM operators
Synopsis
void snd_pcm_set_ops ( | snd_pcm_t * | pcm, |
| | int | direction, |
| | snd_pcm_ops_t * | ops); |
Arguments
pcm
the pcm instance
direction
stream direction, SNDRV_PCM_STREAM_XXX
ops
the operator table
Description
Sets the given PCM operators to the pcm instance.