projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59960e6
)
ASoC: soc.h: remove snd_soc_compr_ops :: trigger
author
Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com>
Thu, 1 Jun 2023 00:43:02 +0000
(
00:43
+0000)
committer
Mark Brown
<broonie@kernel.org>
Tue, 6 Jun 2023 15:57:30 +0000
(16:57 +0100)
ASoC framework is not using trigger call-back for snd_soc_compr_ops.
This patch remove it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link:
https://lore.kernel.org/r/87edmwj9m1.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc.h
patch
|
blob
|
history
diff --git
a/include/sound/soc.h
b/include/sound/soc.h
index 533e553a343f726741a100c225669b28f6ddd0d3..888b2323784051adbdf5586dfb0676ea958675e2 100644
(file)
--- a/
include/sound/soc.h
+++ b/
include/sound/soc.h
@@
-633,7
+633,6
@@
struct snd_soc_compr_ops {
int (*startup)(struct snd_compr_stream *);
void (*shutdown)(struct snd_compr_stream *);
int (*set_params)(struct snd_compr_stream *);
- int (*trigger)(struct snd_compr_stream *);
};
struct snd_soc_component*