Home
last modified time | relevance | path

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

/linux/sound/soc/fsl/
H A Dfsl_easrc.c807 unsigned int *avail_channel) in fsl_easrc_config_one_slot() argument
827 if (*req_channels <= *avail_channel) { in fsl_easrc_config_one_slot()
831 slot->num_channel = *avail_channel; in fsl_easrc_config_one_slot()
832 *req_channels -= *avail_channel; in fsl_easrc_config_one_slot()
925 int start_channel = 0, avail_channel; in fsl_easrc_config_slot() local
955 avail_channel = fsl_easrc_max_ch_for_slot(ctx, slotb); in fsl_easrc_config_slot()
956 if (avail_channel <= 0) in fsl_easrc_config_slot()
960 &start_channel, &avail_channel); in fsl_easrc_config_slot()