From: Kuninori Morimoto Date: Thu, 1 Jun 2023 00:43:02 +0000 (+0000) Subject: ASoC: soc.h: remove snd_soc_compr_ops :: trigger X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b9aa53fbee1e55abfcdfcc081c242de3c0582be4;p=linux.git 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 Link: https://lore.kernel.org/r/87edmwj9m1.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown --- diff --git a/include/sound/soc.h b/include/sound/soc.h index 533e553a343f7..888b232378405 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*