summaryrefslogtreecommitdiff
path: root/include/sound
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2023-06-01 03:43:02 +0300
committerMark Brown <broonie@kernel.org>2023-06-06 18:57:30 +0300
commitb9aa53fbee1e55abfcdfcc081c242de3c0582be4 (patch)
tree10be44ea7ee5ce7e7e99defd349e612ed743551e /include/sound
parent59960e67b9aae666655c42cf1df9eb58bf82c77f (diff)
downloadlinux-b9aa53fbee1e55abfcdfcc081c242de3c0582be4.tar.xz
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.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*