Lines Matching defs:conf
933 static int parse_remap(snd_ctl_remap_t *priv, snd_config_t *conf)
939 if (conf == NULL)
941 snd_config_for_each(i, next, conf) {
1041 static int parse_map_vindex(struct snd_ctl_map_ctl *mctl, snd_config_t *conf)
1046 snd_config_for_each(i, next, conf) {
1064 static int parse_map_config(struct snd_ctl_map_ctl *mctl, snd_config_t *conf)
1069 snd_config_for_each(i, next, conf) {
1083 static int parse_map1(snd_ctl_map_t *map, snd_config_t *conf)
1090 snd_config_for_each(i, next, conf) {
1112 static int parse_map(snd_ctl_remap_t *priv, snd_config_t *conf)
1119 if (conf == NULL)
1121 snd_config_for_each(i, next, conf) {
1285 * \param conf Configuration node with Route & Volume PCM description
1292 int _snd_ctl_remap_open(snd_ctl_t **handlep, char *name, snd_config_t *root, snd_config_t *conf, int mode)
1301 snd_config_for_each(i, next, conf) {
1327 err = _snd_ctl_open_child(&cctl, root, child, mode, conf);