projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eee6b5b
)
ASoC: mxs-saif: Rename set_fmt_new back to set_fmt
author
Charles Keepax
<ckeepax@opensource.cirrus.com>
Thu, 19 May 2022 15:43:04 +0000
(16:43 +0100)
committer
Mark Brown
<broonie@kernel.org>
Mon, 6 Jun 2022 11:34:07 +0000
(12:34 +0100)
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-43-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/mxs/mxs-saif.c
patch
|
blob
|
history
diff --git
a/sound/soc/mxs/mxs-saif.c
b/sound/soc/mxs/mxs-saif.c
index 38de46ba1583ad293aaac7a698b5deb12be7b2c3..467b0f2ce0bb1ab80babdb426d63646c112362de 100644
(file)
--- a/
sound/soc/mxs/mxs-saif.c
+++ b/
sound/soc/mxs/mxs-saif.c
@@
-642,7
+642,7
@@
static const struct snd_soc_dai_ops mxs_saif_dai_ops = {
.prepare = mxs_saif_prepare,
.hw_params = mxs_saif_hw_params,
.set_sysclk = mxs_saif_set_dai_sysclk,
- .set_fmt
_new
= mxs_saif_set_dai_fmt,
+ .set_fmt = mxs_saif_set_dai_fmt,
};
static struct snd_soc_dai_driver mxs_saif_dai = {