Home
last modified time | relevance | path

Searched refs:tdm_slot_width (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/include/sound/sof/
A Ddai-imx.h30 uint16_t tdm_slot_width; member
51 uint16_t tdm_slot_width; member
A Ddai-intel.h78 uint16_t tdm_slot_width; member
/linux-6.3-rc2/sound/soc/apple/
A Dmca.c146 int tdm_slot_width; member
473 cl->tdm_slot_width = slot_width; in mca_fe_set_tdm_slot()
580 if (!cl->tdm_slot_width) { in mca_fe_hw_params()
585 tdm_slot_width = params_width(params); in mca_fe_hw_params()
589 tdm_slot_width = cl->tdm_slot_width; in mca_fe_hw_params()
597 bclk_ratio = tdm_slot_width * tdm_slots; in mca_fe_hw_params()
613 tdm_slot_width = bclk_ratio / nchannels; in mca_fe_hw_params()
615 if (tdm_slot_width > 32 && nchannels == 1) in mca_fe_hw_params()
616 tdm_slot_width = 32; in mca_fe_hw_params()
620 tdm_slot_width, params_width(params)); in mca_fe_hw_params()
[all …]
/linux-6.3-rc2/sound/soc/sof/
A Dipc3-topology.c1065 config->sai.tdm_slot_width = le32_to_cpu(hw_config->tdm_slot_width); in sof_link_sai_load()
1072 config->sai.mclk_rate, config->sai.tdm_slot_width, in sof_link_sai_load()
1115 config->esai.tdm_slot_width = le32_to_cpu(hw_config->tdm_slot_width); in sof_link_esai_load()
1122 config->esai.mclk_rate, config->esai.tdm_slot_width, in sof_link_esai_load()
1336 config[i].ssp.tdm_slot_width = le32_to_cpu(hw_config[i].tdm_slot_width); in sof_link_ssp_load()
1345 config[i].ssp.tdm_slot_width, config[i].ssp.tdm_slots, in sof_link_ssp_load()
A Dipc4-topology.c1039 *bit_depth = le32_to_cpu(hw_config->tdm_slot_width); in snd_sof_get_hw_config_params()
/linux-6.3-rc2/include/uapi/sound/
A Dasoc.h349 __le32 tdm_slot_width; /* width in bits for each slot */ member

Completed in 17 milliseconds