From: Mark Brown Date: Tue, 21 Sep 2021 21:35:38 +0000 (+0100) Subject: ASoC: imx-rpmsg: Update to modern clocking terminology X-Git-Tag: howlett/maple/20220722_2~1757^2~4^2~201 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=caa0a6075a6e9239e49690a40a131496398602ab;p=users%2Fjedix%2Flinux-maple.git ASoC: imx-rpmsg: Update to modern clocking terminology As part of moving to remove the old style defines for the bus clocks update the imx-rpmsg driver to use more modern terminology for clocking. Signed-off-by: Mark Brown Reviewed-by: Fabio Estevam Link: https://lore.kernel.org/r/20210921213542.31688-12-broonie@kernel.org Signed-off-by: Mark Brown --- diff --git a/sound/soc/fsl/imx-rpmsg.c b/sound/soc/fsl/imx-rpmsg.c index f96fe4ff8425..2e117311e582 100644 --- a/sound/soc/fsl/imx-rpmsg.c +++ b/sound/soc/fsl/imx-rpmsg.c @@ -64,7 +64,7 @@ static int imx_rpmsg_probe(struct platform_device *pdev) data->dai.stream_name = "rpmsg hifi"; data->dai.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF | - SND_SOC_DAIFMT_CBS_CFS; + SND_SOC_DAIFMT_CBC_CFC; /* Optional codec node */ ret = of_parse_phandle_with_fixed_args(np, "audio-codec", 0, 0, &args);