summaryrefslogtreecommitdiffstats
path: root/sound/soc/rockchip/rockchip_i2s.c
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.cirrus.com>2022-05-19 16:43:07 +0100
committerMark Brown <broonie@kernel.org>2022-06-06 12:34:10 +0100
commit059f16bc0e02164617312435c31dffdc419f113f (patch)
treeb3b743dc31726ce109deecc2779b9c265101f931 /sound/soc/rockchip/rockchip_i2s.c
parentf1bd2fae856384f9377ca3faed0583d929002640 (diff)
downloadlinux-059f16bc0e02164617312435c31dffdc419f113f.tar.bz2
ASoC: rockchip: 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-46-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/rockchip/rockchip_i2s.c')
-rw-r--r--sound/soc/rockchip/rockchip_i2s.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/rockchip/rockchip_i2s.c b/sound/soc/rockchip/rockchip_i2s.c
index 0a66c7df323d..47a3971a9ce1 100644
--- a/sound/soc/rockchip/rockchip_i2s.c
+++ b/sound/soc/rockchip/rockchip_i2s.c
@@ -486,7 +486,7 @@ static const struct snd_soc_dai_ops rockchip_i2s_dai_ops = {
.hw_params = rockchip_i2s_hw_params,
.set_bclk_ratio = rockchip_i2s_set_bclk_ratio,
.set_sysclk = rockchip_i2s_set_sysclk,
- .set_fmt_new = rockchip_i2s_set_fmt,
+ .set_fmt = rockchip_i2s_set_fmt,
.trigger = rockchip_i2s_trigger,
};