Searched refs:avail_channel (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/fsl/ |
H A D | fsl_easrc.c | 748 unsigned int *avail_channel) in fsl_easrc_config_one_slot() 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() 743 fsl_easrc_config_one_slot(struct fsl_asrc_pair *ctx, struct fsl_easrc_slot *slot, unsigned int slot_ctx_idx, unsigned int *req_channels, unsigned int *start_channel, unsigned int *avail_channel) fsl_easrc_config_one_slot() argument
|
/kernel/linux/linux-6.6/sound/soc/fsl/ |
H A D | fsl_easrc.c | 748 unsigned int *avail_channel) in fsl_easrc_config_one_slot() 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() 743 fsl_easrc_config_one_slot(struct fsl_asrc_pair *ctx, struct fsl_easrc_slot *slot, unsigned int slot_ctx_idx, unsigned int *req_channels, unsigned int *start_channel, unsigned int *avail_channel) fsl_easrc_config_one_slot() argument
|
Completed in 5 milliseconds