Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/fsl/
H A Dfsl_easrc.c748 unsigned int *avail_channel) in fsl_easrc_config_one_slot() argument
768 if (*req_channels <= *avail_channel) { in fsl_easrc_config_one_slot()
772 slot->num_channel = *avail_channel; in fsl_easrc_config_one_slot()
773 *req_channels -= *avail_channel; in fsl_easrc_config_one_slot()
866 int start_channel = 0, avail_channel; in fsl_easrc_config_slot() local
896 avail_channel = fsl_easrc_max_ch_for_slot(ctx, slotb); in fsl_easrc_config_slot()
897 if (avail_channel <= 0) in fsl_easrc_config_slot()
901 &start_channel, &avail_channel); in fsl_easrc_config_slot()