projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c14a6ce
)
ASoC: jz4740-i2s: Rename set_fmt_new back to set_fmt
author
Charles Keepax
<ckeepax@opensource.cirrus.com>
Thu, 19 May 2022 15:43:01 +0000
(16:43 +0100)
committer
Mark Brown
<broonie@kernel.org>
Mon, 6 Jun 2022 11:34:04 +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-40-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/jz4740/jz4740-i2s.c
patch
|
blob
|
history
diff --git
a/sound/soc/jz4740/jz4740-i2s.c
b/sound/soc/jz4740/jz4740-i2s.c
index 2c9dee241778345b48232291232ec935f72d51b3..446c5e06156493a16e465f625016896665996c6f 100644
(file)
--- a/
sound/soc/jz4740/jz4740-i2s.c
+++ b/
sound/soc/jz4740/jz4740-i2s.c
@@
-433,7
+433,7
@@
static const struct snd_soc_dai_ops jz4740_i2s_dai_ops = {
.shutdown = jz4740_i2s_shutdown,
.trigger = jz4740_i2s_trigger,
.hw_params = jz4740_i2s_hw_params,
- .set_fmt
_new
= jz4740_i2s_set_fmt,
+ .set_fmt = jz4740_i2s_set_fmt,
.set_sysclk = jz4740_i2s_set_sysclk,
};