Home
last modified time | relevance | path

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

/Linux-v6.6/sound/soc/codecs/
Dcs42l43.h43 int n_slots; member
Dcs42l43.c293 int n_slots = n_chans; in cs42l43_asp_hw_params() local
299 if (priv->n_slots) { in cs42l43_asp_hw_params()
300 n_slots = priv->n_slots; in cs42l43_asp_hw_params()
304 if (!dsp_mode && (n_slots & 0x1)) { in cs42l43_asp_hw_params()
306 n_slots++; in cs42l43_asp_hw_params()
309 frame = n_slots * slot_width; in cs42l43_asp_hw_params()
324 n, m, bclk_target, n_slots, slot_width); in cs42l43_asp_hw_params()
487 priv->n_slots = slots; in cs42l43_asp_set_tdm_slot()