summaryrefslogtreecommitdiff
path: root/sound/soc/sh/ssi.c
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.cirrus.com>2022-05-19 18:43:09 +0300
committerMark Brown <broonie@kernel.org>2022-06-06 14:34:13 +0300
commitadced68031f96642272fae4e8c36d45d13797306 (patch)
treeb8fc1bb3771d0f92f97996b6c7a83e5217c9faa4 /sound/soc/sh/ssi.c
parentb99d00c724bcf395558cb3028e823bd8f554fee6 (diff)
downloadlinux-adced68031f96642272fae4e8c36d45d13797306.tar.xz
ASoC: sh: 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-48-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sh/ssi.c')
-rw-r--r--sound/soc/sh/ssi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sh/ssi.c b/sound/soc/sh/ssi.c
index 95571cbeae29..bf7a3c69920a 100644
--- a/sound/soc/sh/ssi.c
+++ b/sound/soc/sh/ssi.c
@@ -336,7 +336,7 @@ static const struct snd_soc_dai_ops ssi_dai_ops = {
.hw_params = ssi_hw_params,
.set_sysclk = ssi_set_sysclk,
.set_clkdiv = ssi_set_clkdiv,
- .set_fmt_new = ssi_set_fmt,
+ .set_fmt = ssi_set_fmt,
};
static struct snd_soc_dai_driver sh4_ssi_dai[] = {