mirror of
https://github.com/torvalds/linux.git
synced 2024-11-28 23:21:31 +00:00
ASoC: imx-es8328: Update to modern clocking terminology
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 <broonie@kernel.org> Reviewed-by: Fabio Estevam <festevam@gmail.com> Link: https://lore.kernel.org/r/20210921213542.31688-10-broonie@kernel.org Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
d689e28012
commit
56b69e4e4b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user