Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/codecs/
Dtas2552.c85 unsigned int tdm_delay; member
177 pll_clkin += tas2552->tdm_delay; in tas2552_setup_pll()
214 pll_clkin += tas2552->tdm_delay; in tas2552_setup_pll()
252 cpf = 32 + tas2552->tdm_delay; in tas2552_hw_params()
256 cpf = 64 + tas2552->tdm_delay; in tas2552_hw_params()
260 cpf = 64 + tas2552->tdm_delay; in tas2552_hw_params()
264 cpf = 64 + tas2552->tdm_delay; in tas2552_hw_params()
339 delay += (tas2552->tdm_delay + 1); in tas2552_prepare()
341 delay += tas2552->tdm_delay; in tas2552_prepare()
464 tas2552->tdm_delay = lsb * slot_width; in tas2552_set_dai_tdm_slot()
Dtlv320aic3x.c82 unsigned int tdm_delay; member
1185 delay += (aic3x->tdm_delay*width + 1); in aic3x_prepare()
1187 delay += aic3x->tdm_delay*width; in aic3x_prepare()
1320 aic3x->tdm_delay = lsb; in aic3x_set_dai_tdm_slot()