summaryrefslogtreecommitdiffstats
path: root/sound/soc/tegra/tegra30_i2s.c
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.cirrus.com>2022-05-19 16:43:12 +0100
committerMark Brown <broonie@kernel.org>2022-06-06 12:34:16 +0100
commit475f2af6a2ff33e828900601a162e324b9986f9a (patch)
tree3e7bbd4f45f2b5d7f50e1bd718f4d3dd987c5e8e /sound/soc/tegra/tegra30_i2s.c
parent15011b2388d020a6cdb323539fc69c31b04d9f21 (diff)
downloadlinux-475f2af6a2ff33e828900601a162e324b9986f9a.tar.gz
linux-475f2af6a2ff33e828900601a162e324b9986f9a.tar.bz2
linux-475f2af6a2ff33e828900601a162e324b9986f9a.zip
ASoC: tegra: 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-51-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/tegra/tegra30_i2s.c')
-rw-r--r--sound/soc/tegra/tegra30_i2s.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/tegra/tegra30_i2s.c b/sound/soc/tegra/tegra30_i2s.c
index a4ea5221de6b..3aa157c82ae2 100644
--- a/sound/soc/tegra/tegra30_i2s.c
+++ b/sound/soc/tegra/tegra30_i2s.c
@@ -304,7 +304,7 @@ static int tegra30_i2s_probe(struct snd_soc_dai *dai)
}
static const struct snd_soc_dai_ops tegra30_i2s_dai_ops = {
- .set_fmt_new = tegra30_i2s_set_fmt,
+ .set_fmt = tegra30_i2s_set_fmt,
.hw_params = tegra30_i2s_hw_params,
.trigger = tegra30_i2s_trigger,
.set_tdm_slot = tegra30_i2s_set_tdm,