Home
last modified time | relevance | path

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

/sound/soc/fsl/
Dfsl_easrc.c716 int max_channels = 8 - slot->num_channel; in fsl_easrc_max_ch_for_slot()
769 slot->num_channel = *req_channels; in fsl_easrc_config_one_slot()
772 slot->num_channel = *avail_channel; in fsl_easrc_config_one_slot()
777 slot->max_channel = *start_channel + slot->num_channel - 1; in fsl_easrc_config_one_slot()
780 *start_channel += slot->num_channel; in fsl_easrc_config_one_slot()
792 EASRC_DPCS0R0_NUMCH(slot->num_channel - 1)); in fsl_easrc_config_one_slot()
801 (ctx_priv->st1_num_taps - 1) * slot->num_channel * in fsl_easrc_config_one_slot()
802 ctx_priv->st1_num_exp + slot->num_channel; in fsl_easrc_config_one_slot()
804 st1_mem_alloc = ctx_priv->st1_num_taps * slot->num_channel; in fsl_easrc_config_one_slot()
822 st1_chanxexp = slot->num_channel * (ctx_priv->st1_num_exp - 1); in fsl_easrc_config_one_slot()
[all …]
Dfsl_easrc.h580 int num_channel; /* maximum is 8 */ member