ASoC: qcom: Rename set_fmt_new back to set_fmt
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Thu, 19 May 2022 15:43:06 +0000 (16:43 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 6 Jun 2022 11:34:09 +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-45-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/qcom/qdsp6/q6afe-dai.c
sound/soc/qcom/qdsp6/q6apm-lpass-dais.c

index 8f8794cffc1c520515180fde17cb5e7550468ca1..8bb7452b8f18c7972f5106f7dc8707ca35d5342d 100644 (file)
@@ -648,7 +648,7 @@ static const struct snd_soc_dai_ops q6hdmi_ops = {
 static const struct snd_soc_dai_ops q6i2s_ops = {
        .prepare        = q6afe_dai_prepare,
        .hw_params      = q6i2s_hw_params,
-       .set_fmt_new    = q6i2s_set_fmt,
+       .set_fmt        = q6i2s_set_fmt,
        .shutdown       = q6afe_dai_shutdown,
        .set_sysclk     = q6afe_mi2s_set_sysclk,
 };
index 82ee52051f83158f42d6321c0a6f4638aeffa81e..ce9e5646d8f3a2de55e35944cc15263be46fbbb9 100644 (file)
@@ -207,7 +207,7 @@ static const struct snd_soc_dai_ops q6i2s_ops = {
        .shutdown       = q6apm_lpass_dai_shutdown,
        .set_channel_map  = q6dma_set_channel_map,
        .hw_params        = q6dma_hw_params,
-       .set_fmt_new    = q6i2s_set_fmt,
+       .set_fmt        = q6i2s_set_fmt,
 };
 
 static const struct snd_soc_component_driver q6apm_lpass_dai_component = {