summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/keembay
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.cirrus.com>2022-05-19 16:43:00 +0100
committerMark Brown <broonie@kernel.org>2022-06-06 12:34:03 +0100
commitc14a6ce9848571cf67faff206b02e212bec82761 (patch)
treee531b243cfaac892df2214ede4c1c8b02de5eb79 /sound/soc/intel/keembay
parent1830a30ec4cf1642a429e80dbbeb86aa7825c71a (diff)
downloadlinux-stable-c14a6ce9848571cf67faff206b02e212bec82761.tar.gz
linux-stable-c14a6ce9848571cf67faff206b02e212bec82761.tar.bz2
linux-stable-c14a6ce9848571cf67faff206b02e212bec82761.zip
ASoC: Intel: 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-39-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/keembay')
-rw-r--r--sound/soc/intel/keembay/kmb_platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/keembay/kmb_platform.c b/sound/soc/intel/keembay/kmb_platform.c
index a65f03884d9a..d10881fedc8b 100644
--- a/sound/soc/intel/keembay/kmb_platform.c
+++ b/sound/soc/intel/keembay/kmb_platform.c
@@ -736,7 +736,7 @@ static const struct snd_soc_dai_ops kmb_dai_ops = {
.hw_params = kmb_dai_hw_params,
.hw_free = kmb_dai_hw_free,
.prepare = kmb_dai_prepare,
- .set_fmt_new = kmb_set_dai_fmt,
+ .set_fmt = kmb_set_dai_fmt,
};
static struct snd_soc_dai_driver intel_kmb_hdmi_dai[] = {