ASoC: Intel: Rename set_fmt_new back to set_fmt
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Thu, 19 May 2022 15:43:00 +0000 (16:43 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 6 Jun 2022 11:34:03 +0000 (12:34 +0100)
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: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20220519154318.2153729-39-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/atom/sst-mfld-platform-pcm.c
sound/soc/intel/keembay/kmb_platform.c

index 339d9440c150182f9e0a9cd8a5d4a704ba50043b..a56dd48c045f3e9330e97ab5573266c59fba6436 100644 (file)
@@ -473,7 +473,7 @@ static const struct snd_soc_dai_ops sst_compr_dai_ops = {
 static const struct snd_soc_dai_ops sst_be_dai_ops = {
        .startup = sst_enable_ssp,
        .hw_params = sst_be_hw_params,
-       .set_fmt_new = sst_set_format,
+       .set_fmt = sst_set_format,
        .set_tdm_slot = sst_platform_set_ssp_slot,
        .shutdown = sst_disable_ssp,
 };
index a65f03884d9a55b450139f46f310498a75e2d721..d10881fedc8bb6aac05f06b36d389b8b9e58a264 100644 (file)
@@ -736,7 +736,7 @@ static const struct snd_soc_dai_ops kmb_dai_ops = {
        .hw_params      = kmb_dai_hw_params,
        .hw_free        = kmb_dai_hw_free,
        .prepare        = kmb_dai_prepare,
-       .set_fmt_new    = kmb_set_dai_fmt,
+       .set_fmt        = kmb_set_dai_fmt,
 };
 
 static struct snd_soc_dai_driver intel_kmb_hdmi_dai[] = {