1. NAME

snd_pcm_set_ops - set the PCM operators

2. SYNOPSIS

void snd_pcm_set_ops(struct snd_pcm *  pcm , int  direction , struct snd_pcm_ops *  ops );

3. ARGUMENTS

pcm
    the pcm instance

direction
    stream direction, SNDRV_PCM_STREAM_XXX

ops
    the operator table

4. DESCRIPTION

Sets the given PCM operators to the pcm instance.

5. COPYRIGHT