.\" 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_HW_RULE_ADD" "" "06 October 2005" "" "" .SH NAME snd_pcm_hw_rule_add \- add the hw-constraint rule .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int snd_pcm_hw_rule_add (snd_pcm_runtime_t * \fIruntime\fB, unsigned int \fIcond\fB, int \fIvar\fB, snd_pcm_hw_rule_func_t \fIfunc\fB, void * \fIprivate\fB, int \fIdep\fB, \&... \fI\&...\fB); \fR .SH "ARGUMENTS" .TP \fB\fIruntime\fB\fR the pcm runtime instance .TP \fB\fIcond\fB\fR condition bits .TP \fB\fIvar\fB\fR the variable to evaluate .TP \fB\fIfunc\fB\fR the evaluation function .TP \fB\fIprivate\fB\fR the private data pointer passed to function .TP \fB\fIdep\fB\fR the dependent variables .TP \fB\fI\&...\fB\fR variable arguments .SH "DESCRIPTION" .PP Returns zero if successful, or a negative error code on failure.