Lines Matching defs:bindings
1311 snd_output_printf(out, " Channel bindings:\n");
1583 bindings {
1617 snd_config_t *bindings = NULL;
1639 if (strcmp(id, "bindings") == 0) {
1644 bindings = n;
1672 if (!bindings) {
1673 SNDERR("bindings is not defined");
1677 snd_config_for_each(i, next, bindings) {
1693 SNDERR("No bindings defined");
1703 snd_config_for_each(i, next, bindings) {