Home
last modified time | relevance | path

Searched refs:tx_channels (Results 1 - 3 of 3) sorted by relevance

/third_party/alsa-lib/src/topology/
H A Dpcm.c1651 if (strcmp(id, "tx_channels") == 0) { in tplg_parse_hw_config()
1652 if (parse_unsigned(n, &hw_cfg->tx_channels)) in tplg_parse_hw_config()
1722 if (err >= 0 && hc->tx_channels) in tplg_save_hw_config()
1724 hc->tx_channels); in tplg_save_hw_config()
1864 if (cfg->tx_channels > SND_SOC_TPLG_MAX_CHAN in set_link_hw_config()
1868 cfg->tx_channels = tpl->tx_channels; in set_link_hw_config()
1869 for (i = 0; i < cfg->tx_channels; i++) in set_link_hw_config()
2244 hw->tx_channels = link->hw_config[i].tx_channels; in tplg_decode_link()
[all...]
/third_party/alsa-lib/include/
H A Dtopology.h1040 unsigned int tx_channels; /*!< number of Tx channels */ member
/third_party/alsa-lib/include/sound/uapi/
H A Dasoc.h357 __le32 tx_channels; /* number of Tx channels */ member

Completed in 6 milliseconds