aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/pxa/pxa2xx-i2s.c
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.cirrus.com>2022-05-19 16:43:05 +0100
committerMark Brown <broonie@kernel.org>2022-06-06 12:34:08 +0100
commit8e2cc2b241bc0bb905231f301e6dfc80dc79f8a8 (patch)
treeaa1904f695f570e9b9a737146564590780230fc5 /sound/soc/pxa/pxa2xx-i2s.c
parentASoC: mxs-saif: Rename set_fmt_new back to set_fmt (diff)
downloadlinux-dev-8e2cc2b241bc0bb905231f301e6dfc80dc79f8a8.tar.xz
linux-dev-8e2cc2b241bc0bb905231f301e6dfc80dc79f8a8.zip
ASoC: pxa: 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-44-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/pxa/pxa2xx-i2s.c')
-rw-r--r--sound/soc/pxa/pxa2xx-i2s.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/pxa/pxa2xx-i2s.c b/sound/soc/pxa/pxa2xx-i2s.c
index 9f12fc3615b6..ffcf44e4dc8c 100644
--- a/sound/soc/pxa/pxa2xx-i2s.c
+++ b/sound/soc/pxa/pxa2xx-i2s.c
@@ -333,7 +333,7 @@ static const struct snd_soc_dai_ops pxa_i2s_dai_ops = {
.shutdown = pxa2xx_i2s_shutdown,
.trigger = pxa2xx_i2s_trigger,
.hw_params = pxa2xx_i2s_hw_params,
- .set_fmt_new = pxa2xx_i2s_set_dai_fmt,
+ .set_fmt = pxa2xx_i2s_set_dai_fmt,
.set_sysclk = pxa2xx_i2s_set_dai_sysclk,
};