aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/sound/soc.h
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2023-06-01 00:43:02 +0000
committerMark Brown <broonie@kernel.org>2023-06-06 16:57:30 +0100
commitb9aa53fbee1e55abfcdfcc081c242de3c0582be4 (patch)
tree10be44ea7ee5ce7e7e99defd349e612ed743551e /include/sound/soc.h
parentASoC: Intel: machine driver updates for 6.5 (diff)
downloadwireguard-linux-b9aa53fbee1e55abfcdfcc081c242de3c0582be4.tar.xz
wireguard-linux-b9aa53fbee1e55abfcdfcc081c242de3c0582be4.zip
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/soc.h')
-rw-r--r--include/sound/soc.h1
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*