Commit c14a6ce9 authored by Charles Keepax's avatar Charles Keepax Committed by Mark Brown

ASoC: Intel: 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-39-ckeepax@opensource.cirrus.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 1830a30e
...@@ -473,7 +473,7 @@ static const struct snd_soc_dai_ops sst_compr_dai_ops = { ...@@ -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 = { static const struct snd_soc_dai_ops sst_be_dai_ops = {
.startup = sst_enable_ssp, .startup = sst_enable_ssp,
.hw_params = sst_be_hw_params, .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, .set_tdm_slot = sst_platform_set_ssp_slot,
.shutdown = sst_disable_ssp, .shutdown = sst_disable_ssp,
}; };
......
...@@ -736,7 +736,7 @@ static const struct snd_soc_dai_ops kmb_dai_ops = { ...@@ -736,7 +736,7 @@ static const struct snd_soc_dai_ops kmb_dai_ops = {
.hw_params = kmb_dai_hw_params, .hw_params = kmb_dai_hw_params,
.hw_free = kmb_dai_hw_free, .hw_free = kmb_dai_hw_free,
.prepare = kmb_dai_prepare, .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[] = { static struct snd_soc_dai_driver intel_kmb_hdmi_dai[] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment