Home
last modified time | relevance | path

Searched refs:tdm_delay (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Dtas2552.c78 unsigned int tdm_delay; member
173 pll_clkin += tas2552->tdm_delay; in tas2552_setup_pll()
213 pll_clkin += tas2552->tdm_delay; in tas2552_setup_pll()
251 cpf = 32 + tas2552->tdm_delay; in tas2552_hw_params()
255 cpf = 64 + tas2552->tdm_delay; in tas2552_hw_params()
259 cpf = 64 + tas2552->tdm_delay; in tas2552_hw_params()
263 cpf = 64 + tas2552->tdm_delay; in tas2552_hw_params()
338 delay += (tas2552->tdm_delay + 1); in tas2552_prepare()
340 delay += tas2552->tdm_delay; in tas2552_prepare()
463 tas2552->tdm_delay = lsb * slot_width; in tas2552_set_dai_tdm_slot()
H A Dtlv320aic3x.c79 unsigned int tdm_delay; member
1204 delay += (aic3x->tdm_delay*width + 1); in aic3x_prepare()
1206 delay += aic3x->tdm_delay*width; in aic3x_prepare()
1348 aic3x->tdm_delay = lsb; in aic3x_set_dai_tdm_slot()