summaryrefslogtreecommitdiffstats
path: root/sound/soc/meson/axg-tdm-interface.c
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.cirrus.com>2022-05-19 17:43:03 +0200
committerMark Brown <broonie@kernel.org>2022-06-06 13:34:06 +0200
commiteee6b5b9f3af0e906085022713ef41e56d03eca8 (patch)
treec5b31c0bb221b7088de036686313e4e987005ccb /sound/soc/meson/axg-tdm-interface.c
parentASoC: mediatek: Rename set_fmt_new back to set_fmt (diff)
downloadlinux-eee6b5b9f3af0e906085022713ef41e56d03eca8.tar.xz
linux-eee6b5b9f3af0e906085022713ef41e56d03eca8.zip
ASoC: meson: 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: Charles Keepax <ckeepax@opensource.cirrus.com> Link: https://lore.kernel.org/r/20220519154318.2153729-42-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to '')
-rw-r--r--sound/soc/meson/axg-tdm-interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/meson/axg-tdm-interface.c b/sound/soc/meson/axg-tdm-interface.c
index ffdb12d0e01e..c040c83637e0 100644
--- a/sound/soc/meson/axg-tdm-interface.c
+++ b/sound/soc/meson/axg-tdm-interface.c
@@ -394,7 +394,7 @@ static int axg_tdm_iface_probe_dai(struct snd_soc_dai *dai)
static const struct snd_soc_dai_ops axg_tdm_iface_ops = {
.set_sysclk = axg_tdm_iface_set_sysclk,
- .set_fmt_new = axg_tdm_iface_set_fmt,
+ .set_fmt = axg_tdm_iface_set_fmt,
.startup = axg_tdm_iface_startup,
.hw_params = axg_tdm_iface_hw_params,
.prepare = axg_tdm_iface_prepare,