.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "SND_PCM_SET_OPS" "9" "09 October 2005" "" "" .SH NAME snd_pcm_set_ops \- set the PCM operators .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void snd_pcm_set_ops (snd_pcm_t * \fIpcm\fB, int \fIdirection\fB, snd_pcm_ops_t * \fIops\fB); \fR .SH "ARGUMENTS" .TP \fB\fIpcm\fB\fR the pcm instance .TP \fB\fIdirection\fB\fR stream direction, SNDRV_PCM_STREAM_XXX .TP \fB\fIops\fB\fR the operator table .SH "DESCRIPTION" .PP Sets the given PCM operators to the pcm instance.