Unverified Commit 1a805fae authored by Charles Keepax's avatar Charles Keepax Committed by Mark Brown
Browse files

ASoC: mxs-saif: Rename set_fmt_new back to set_fmt



Now the core has been migrated across to the new direct clock
specification we can move the drivers back to the normal set_fmt
callback.

Signed-off-by: default avatarCharles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20220519154318.2153729-43-ckeepax@opensource.cirrus.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent eee6b5b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -642,7 +642,7 @@ static const struct snd_soc_dai_ops mxs_saif_dai_ops = {
	.prepare = mxs_saif_prepare,
	.prepare = mxs_saif_prepare,
	.hw_params = mxs_saif_hw_params,
	.hw_params = mxs_saif_hw_params,
	.set_sysclk = mxs_saif_set_dai_sysclk,
	.set_sysclk = mxs_saif_set_dai_sysclk,
	.set_fmt_new = mxs_saif_set_dai_fmt,
	.set_fmt = mxs_saif_set_dai_fmt,
};
};


static struct snd_soc_dai_driver mxs_saif_dai = {
static struct snd_soc_dai_driver mxs_saif_dai = {