Skip to content

Commit

Permalink
ASoC: imx-card: Update to modern clocking terminology
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
broonie committed Sep 22, 2021
1 parent bf10102 commit d689e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/fsl/imx-card.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit d689e28

Please sign in to comment.