Home
last modified time | relevance | path

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

/Linux-v5.15/sound/soc/fsl/
Dfsl_easrc.c747 unsigned int *avail_channel) in fsl_easrc_config_one_slot() argument
767 if (*req_channels <= *avail_channel) { in fsl_easrc_config_one_slot()
771 slot->num_channel = *avail_channel; in fsl_easrc_config_one_slot()
772 *req_channels -= *avail_channel; in fsl_easrc_config_one_slot()
865 int start_channel = 0, avail_channel; in fsl_easrc_config_slot() local
895 avail_channel = fsl_easrc_max_ch_for_slot(ctx, slotb); in fsl_easrc_config_slot()
896 if (avail_channel <= 0) in fsl_easrc_config_slot()
900 &start_channel, &avail_channel); in fsl_easrc_config_slot()