Home | History | Annotate | Download | only in pcm

Lines Matching defs:bindings

1299 	snd_output_printf(out, "  Channel bindings:\n");
1571 bindings {
1605 snd_config_t *bindings = NULL;
1627 if (strcmp(id, "bindings") == 0) {
1632 bindings = n;
1660 if (!bindings) {
1661 SNDERR("bindings is not defined");
1665 snd_config_for_each(i, next, bindings) {
1681 SNDERR("No bindings defined");
1691 snd_config_for_each(i, next, bindings) {