Searched refs:slots_cfg (Results 1 – 2 of 2) sorted by relevance
382 int slots_cfg; in tas2764_set_dai_tdm_slot() local401 slots_cfg = (right_slot << TAS2764_TDM_CFG3_RXS_SHIFT) | left_slot; in tas2764_set_dai_tdm_slot()403 ret = snd_soc_component_write(component, TAS2764_TDM_CFG3, slots_cfg); in tas2764_set_dai_tdm_slot()
182 int slots_cfg; in tas2562_set_dai_tdm_slot() local207 slots_cfg = (right_slot << TAS2562_RIGHT_SLOT_SHIFT) | left_slot; in tas2562_set_dai_tdm_slot()209 ret = snd_soc_component_write(component, TAS2562_TDM_CFG3, slots_cfg); in tas2562_set_dai_tdm_slot()