Home
last modified time | relevance | path

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

/linux/sound/soc/fsl/
H A Dfsl_easrc.c746 unsigned int *req_channels, in fsl_easrc_config_one_slot() argument
768 if (*req_channels <= *avail_channel) { in fsl_easrc_config_one_slot()
769 slot->num_channel = *req_channels; in fsl_easrc_config_one_slot()
770 *req_channels = 0; in fsl_easrc_config_one_slot()
773 *req_channels -= *avail_channel; in fsl_easrc_config_one_slot()
865 int req_channels = ctx->channels; in fsl_easrc_config_slot() local
871 if (req_channels <= 0) in fsl_easrc_config_slot()
900 ret = fsl_easrc_config_one_slot(ctx, slota, i, &req_channels, in fsl_easrc_config_slot()
905 if (req_channels > 0) in fsl_easrc_config_slot()
911 if (req_channels > 0) { in fsl_easrc_config_slot()