Lines Matching defs:converter
1358 * \brief Get a default converter string
1487 * \param converter SRC type string node
1497 const snd_config_t *converter,
1534 if (!converter) {
1543 } else if (!snd_config_get_string(converter, &type))
1545 else if (is_string_array(converter)) {
1547 snd_config_for_each(i, next, converter) {
1555 } else if (snd_config_get_type(converter) == SND_CONFIG_TYPE_COMPOUND) {
1557 snd_config_for_each(i, next, converter) {
1568 SNDERR("No name given for rate converter");
1573 err = rate_open_func(rate, type, converter, 1);
1575 SNDERR("Invalid type for rate converter");
1581 SNDERR("Cannot find rate converter");
1639 converter STR # optional
1641 converter [ STR1 STR2 ... ] # optional
1645 converter { # optional
1684 const snd_config_t *converter = NULL;
1697 if (strcmp(id, "converter") == 0) {
1698 converter = n;
1725 converter, spcm, 1);