Lines Matching refs:tx_channels
1622 if (parse_unsigned(n, &hw_cfg->tx_channels)) in tplg_parse_hw_config()
1692 if (err >= 0 && hc->tx_channels) in tplg_save_hw_config()
1694 hc->tx_channels); in tplg_save_hw_config()
1834 if (cfg->tx_channels > SND_SOC_TPLG_MAX_CHAN in set_link_hw_config()
1838 cfg->tx_channels = tpl->tx_channels; in set_link_hw_config()
1839 for (i = 0; i < cfg->tx_channels; i++) in set_link_hw_config()
2214 hw->tx_channels = link->hw_config[i].tx_channels; in tplg_decode_link()
2215 if (hw->tx_channels > SND_SOC_TPLG_MAX_CHAN) { in tplg_decode_link()
2216 SNDERR("link: wrong tx channels %d", hw->tx_channels); in tplg_decode_link()
2219 for (j = 0; j < hw->tx_channels; j++) in tplg_decode_link()
2223 SNDERR("link: wrong rx channels %d", hw->tx_channels); in tplg_decode_link()