aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/fsl/imx-card.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2021-09-21 22:35:35 +0100
committerMark Brown <broonie@kernel.org>2021-09-22 13:23:24 +0100
commitd689e280121abf1cdf0d37734b0b306098a774ed (patch)
tree0c6f3af501ded4cf633d029e072545be8c50e750 /sound/soc/fsl/imx-card.c
parentASoC: imx-audmix: Update to modern clocking terminology (diff)
downloadwireguard-linux-d689e280121abf1cdf0d37734b0b306098a774ed.tar.xz
wireguard-linux-d689e280121abf1cdf0d37734b0b306098a774ed.zip
ASoC: imx-card: Update to modern clocking terminology
As part of moving to remove the old style defines for the bus clocks update the imx-card driver to use more modern terminology for clocking. Signed-off-by: Mark Brown <broonie@kernel.org> Reviewed-by: Fabio Estevam <festevam@gmail.com> Link: https://lore.kernel.org/r/20210921213542.31688-9-broonie@kernel.org Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/fsl/imx-card.c')
-rw-r--r--sound/soc/fsl/imx-card.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/imx-card.c b/sound/soc/fsl/imx-card.c
index 05dff2dc1d19..6f06afd23b16 100644
--- a/sound/soc/fsl/imx-card.c
+++ b/sound/soc/fsl/imx-card.c
@@ -652,7 +652,7 @@ static int imx_card_parse_of(struct imx_card_data *data)
NULL, &link->dai_fmt);
if (ret)
link->dai_fmt = SND_SOC_DAIFMT_NB_NF |
- SND_SOC_DAIFMT_CBS_CFS |
+ SND_SOC_DAIFMT_CBC_CFC |
SND_SOC_DAIFMT_I2S;
/* Get tdm slot */