aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/au1x/psc-i2s.c
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.cirrus.com>2022-05-19 16:42:53 +0100
committerMark Brown <broonie@kernel.org>2022-06-06 12:33:56 +0100
commit2c73f5fd20a845fcb48173578b7c83dbcbacdeda (patch)
treede790fd47b3f297944c6fceb37fe0125de915f62 /sound/soc/au1x/psc-i2s.c
parentASoC: atmel: Rename set_fmt_new back to set_fmt (diff)
downloadlinux-dev-2c73f5fd20a845fcb48173578b7c83dbcbacdeda.tar.xz
linux-dev-2c73f5fd20a845fcb48173578b7c83dbcbacdeda.zip
ASoC: au1x: 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-32-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/au1x/psc-i2s.c')
-rw-r--r--sound/soc/au1x/psc-i2s.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/au1x/psc-i2s.c b/sound/soc/au1x/psc-i2s.c
index d82c1353f2f0..530a072d7427 100644
--- a/sound/soc/au1x/psc-i2s.c
+++ b/sound/soc/au1x/psc-i2s.c
@@ -266,7 +266,7 @@ static const struct snd_soc_dai_ops au1xpsc_i2s_dai_ops = {
.startup = au1xpsc_i2s_startup,
.trigger = au1xpsc_i2s_trigger,
.hw_params = au1xpsc_i2s_hw_params,
- .set_fmt_new = au1xpsc_i2s_set_fmt,
+ .set_fmt = au1xpsc_i2s_set_fmt,
};
static const struct snd_soc_dai_driver au1xpsc_i2s_dai_template = {