summaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl/fsl_audmix.c
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.cirrus.com>2022-05-19 16:42:57 +0100
committerMark Brown <broonie@kernel.org>2022-06-06 12:34:00 +0100
commit00778276cf4c611882219ab7aba9664c48981f1a (patch)
treee9122d21d4ac0059c82a3044d533046a9bf1147f /sound/soc/fsl/fsl_audmix.c
parent765fb623a2cd925c550370f73efe2137c52a1b25 (diff)
downloadlinux-stable-00778276cf4c611882219ab7aba9664c48981f1a.tar.gz
linux-stable-00778276cf4c611882219ab7aba9664c48981f1a.tar.bz2
linux-stable-00778276cf4c611882219ab7aba9664c48981f1a.zip
ASoC: fsl: 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-36-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/fsl/fsl_audmix.c')
-rw-r--r--sound/soc/fsl/fsl_audmix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/fsl_audmix.c b/sound/soc/fsl/fsl_audmix.c
index c580dcb9a4cf..43857b7a81c9 100644
--- a/sound/soc/fsl/fsl_audmix.c
+++ b/sound/soc/fsl/fsl_audmix.c
@@ -317,7 +317,7 @@ static int fsl_audmix_dai_trigger(struct snd_pcm_substream *substream, int cmd,
}
static const struct snd_soc_dai_ops fsl_audmix_dai_ops = {
- .set_fmt_new = fsl_audmix_dai_set_fmt,
+ .set_fmt = fsl_audmix_dai_set_fmt,
.trigger = fsl_audmix_dai_trigger,
};