Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/codecs/
Dtas2552.c76 unsigned int tdm_delay; member
171 pll_clkin += tas2552->tdm_delay; in tas2552_setup_pll()
211 pll_clkin += tas2552->tdm_delay; in tas2552_setup_pll()
249 cpf = 32 + tas2552->tdm_delay; in tas2552_hw_params()
253 cpf = 64 + tas2552->tdm_delay; in tas2552_hw_params()
257 cpf = 64 + tas2552->tdm_delay; in tas2552_hw_params()
261 cpf = 64 + tas2552->tdm_delay; in tas2552_hw_params()
336 delay += (tas2552->tdm_delay + 1); in tas2552_prepare()
338 delay += tas2552->tdm_delay; in tas2552_prepare()
461 tas2552->tdm_delay = lsb * slot_width; in tas2552_set_dai_tdm_slot()
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()