Skip to content

Commit

Permalink
ASoC: imx-es8328: 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-es8328 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 d689e28 commit 56b69e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/fsl/imx-es8328.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ static int imx_es8328_probe(struct platform_device *pdev)
data->dai.platforms->of_node = ssi_np;
data->dai.init = &imx_es8328_dai_init;
data->dai.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF |
SND_SOC_DAIFMT_CBM_CFM;
SND_SOC_DAIFMT_CBP_CFP;

data->card.dev = dev;
data->card.dapm_widgets = imx_es8328_dapm_widgets;
Expand Down

0 comments on commit 56b69e4

Please sign in to comment.