Lines Matching refs:snd_config_t
341 static int snd_pcm_hook_add_conf(snd_pcm_t *pcm, snd_config_t *root, snd_config_t *conf) in snd_pcm_hook_add_conf()
347 snd_config_t *type = NULL, *args = NULL; in snd_pcm_hook_add_conf()
349 int (*install_func)(snd_pcm_t *pcm, snd_config_t *args) = NULL; in snd_pcm_hook_add_conf()
357 snd_config_t *n = snd_config_iterator_entry(i); in snd_pcm_hook_add_conf()
396 snd_config_t *n = snd_config_iterator_entry(i); in snd_pcm_hook_add_conf()
481 snd_config_t *root, snd_config_t *conf, in _snd_pcm_hooks_open()
487 snd_config_t *slave = NULL, *sconf; in _snd_pcm_hooks_open()
488 snd_config_t *hooks = NULL; in _snd_pcm_hooks_open()
490 snd_config_t *n = snd_config_iterator_entry(i); in _snd_pcm_hooks_open()
530 snd_config_t *n = snd_config_iterator_entry(i); in _snd_pcm_hooks_open()
666 int _snd_pcm_hook_ctl_elems_install(snd_pcm_t *pcm, snd_config_t *conf) in _snd_pcm_hook_ctl_elems_install()
674 snd_config_t *pcm_conf = NULL; in _snd_pcm_hook_ctl_elems_install()