projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfacc4d
)
ASoC: cirrus: merge DAI call back functions into ops
author
Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com>
Tue, 8 Aug 2023 22:57:29 +0000
(22:57 +0000)
committer
Mark Brown
<broonie@kernel.org>
Mon, 14 Aug 2023 12:10:22 +0000
(13:10 +0100)
ALSA SoC merges DAI call backs into .ops.
This patch merge these into one.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Alexander Sverdlin <alexander.sverdlin@gmail.com>
Link:
https://lore.kernel.org/r/87wmy59m7a.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/cirrus/ep93xx-i2s.c
patch
|
blob
|
history
diff --git
a/sound/soc/cirrus/ep93xx-i2s.c
b/sound/soc/cirrus/ep93xx-i2s.c
index afc6b5b570ea042f0f78d63a9ff0a4066ebaf5fa..522de4b802939892a804798c243789dfc6226dbd 100644
(file)
--- a/
sound/soc/cirrus/ep93xx-i2s.c
+++ b/
sound/soc/cirrus/ep93xx-i2s.c
@@
-407,6
+407,7
@@
static int ep93xx_i2s_resume(struct snd_soc_component *component)
#endif
static const struct snd_soc_dai_ops ep93xx_i2s_dai_ops = {
+ .probe = ep93xx_i2s_dai_probe,
.startup = ep93xx_i2s_startup,
.shutdown = ep93xx_i2s_shutdown,
.hw_params = ep93xx_i2s_hw_params,
@@
-418,7
+419,6
@@
static const struct snd_soc_dai_ops ep93xx_i2s_dai_ops = {
static struct snd_soc_dai_driver ep93xx_i2s_dai = {
.symmetric_rate = 1,
- .probe = ep93xx_i2s_dai_probe,
.playback = {
.channels_min = 2,
.channels_max = 2,