Rechercher une page de manuel
snd_pcm_hw_rule_add
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
snd_pcm_hw_rule_add - add the hw-constraint ruleSYNOPSIS
- int snd_pcm_hw_rule_add(struct snd_pcm_runtime * runtime, unsigned int cond, int var, snd_pcm_hw_rule_func_t func, void * private, int dep, ...);
ARGUMENTS
runtime
- the pcm runtime instance
cond
- condition bits
var
- the variable to evaluate
func
- the evaluation function
private
- the private data pointer passed to function
dep
- the dependent variables
...
- variable arguments
DESCRIPTION
Returns zero if successful, or a negative error code on failure.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre