[PATCH] ASoC: soc-dai.h: Align the word of comment for SND_SOC_DAIFMT_CBC_CFC
Pierre-Louis Bossart
pierre-louis.bossart at linux.intel.com
Wed May 12 01:59:13 CEST 2021
On 5/11/21 6:09 PM, Kuninori Morimoto wrote:
> From: Kuninori Morimoto <kuninori.morimoto.gx at renesas.com>
>
> Let's use "consumer" instead of "follower".
>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx at renesas.com>
> ---
> Mark
>
> I think this is just typo.
yes, it's my mistake. This was changed in 'ASoC: topology: use inclusive
language for bclk and fsync', the first version used frame follower and
this line was somehow not updated. Thanks for spotting this!
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart at linux.intel.com>
>
> include/sound/soc-dai.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/sound/soc-dai.h b/include/sound/soc-dai.h
> index 1358a0ceb4d0..0bc29c4516e7 100644
> --- a/include/sound/soc-dai.h
> +++ b/include/sound/soc-dai.h
> @@ -81,7 +81,7 @@ struct snd_compr_stream;
> #define SND_SOC_DAIFMT_CBP_CFP (1 << 12) /* codec clk provider & frame provider */
> #define SND_SOC_DAIFMT_CBC_CFP (2 << 12) /* codec clk consumer & frame provider */
> #define SND_SOC_DAIFMT_CBP_CFC (3 << 12) /* codec clk provider & frame consumer */
> -#define SND_SOC_DAIFMT_CBC_CFC (4 << 12) /* codec clk consumer & frame follower */
> +#define SND_SOC_DAIFMT_CBC_CFC (4 << 12) /* codec clk consumer & frame consumer */
>
> /* previous definitions kept for backwards-compatibility, do not use in new contributions */
> #define SND_SOC_DAIFMT_CBM_CFM SND_SOC_DAIFMT_CBP_CFP
>
More information about the Alsa-devel
mailing list