Lines Matching defs:str
1443 const char *str;
1471 err = snd_config_get_string(conf, &str);
1476 err = snd_config_search_definition(ctl_root, "ctl_type", str, &type_conf);
1479 SNDERR("Invalid type for CTL type %s definition", str);
1512 buf = malloc(strlen(str) + 32);
1518 sprintf(buf, "_snd_ctl_%s_open", str);
1523 if (!strcmp(*build_in, str))
1528 buf1 = malloc(strlen(str) + 32);
1534 sprintf(buf1, "libasound_module_ctl_%s.so", str);
1566 const char *str;
1573 if (snd_config_get_string(ctl_conf, &str) >= 0)
1574 err = snd_ctl_open_noupdate(ctlp, root, str, mode, hop + 1);
1588 const char *str;
1593 if (snd_config_get_string(conf, &str) >= 0)
1594 return snd_ctl_open_noupdate(pctl, root, str, mode, hop + 1);