diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2023-06-01 00:43:02 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-06-06 16:57:30 +0100 |
commit | b9aa53fbee1e55abfcdfcc081c242de3c0582be4 (patch) | |
tree | 10be44ea7ee5ce7e7e99defd349e612ed743551e /include/sound | |
parent | 59960e67b9aae666655c42cf1df9eb58bf82c77f (diff) |
ASoC: soc.h: remove snd_soc_compr_ops :: trigger
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>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/soc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 533e553a343f..888b23237840 100644 --- 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* |