Lines Matching defs:tpl
1840 struct snd_tplg_hw_config_template *tpl)
1845 cfg->id = tpl->id;
1847 cfg->fmt = tpl->fmt;
1848 cfg->clock_gated = tpl->clock_gated;
1849 cfg->invert_bclk = tpl->invert_bclk;
1850 cfg->invert_fsync = tpl->invert_fsync;
1851 cfg->bclk_provider = tpl->bclk_provider;
1852 cfg->fsync_provider = tpl->fsync_provider;
1853 cfg->mclk_direction = tpl->mclk_direction;
1854 cfg->reserved = tpl->reserved;
1855 cfg->mclk_rate = tpl->mclk_rate;
1856 cfg->bclk_rate = tpl->bclk_rate;
1857 cfg->fsync_rate = tpl->fsync_rate;
1859 cfg->tdm_slots = tpl->tdm_slots;
1860 cfg->tdm_slot_width = tpl->tdm_slot_width;
1861 cfg->tx_slots = tpl->tx_slots;
1862 cfg->rx_slots = tpl->rx_slots;
1868 cfg->tx_channels = tpl->tx_channels;
1870 cfg->tx_chanmap[i] = tpl->tx_chanmap[i];
1872 cfg->rx_channels = tpl->rx_channels;
1874 cfg->rx_chanmap[i] = tpl->rx_chanmap[i];