summaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2016-12-19 07:37:18 +0000
committerMark Brown <broonie@kernel.org>2017-01-09 19:31:21 +0000
commit10611e1b0b7ab2a82dd7838e5e928fa1501d353c (patch)
tree000d86300297af89a48ae26d8a0556c401ce5704 /include/sound
parentfcff45f8e092c17d324028fb6f632fde98983f17 (diff)
downloadlinux-10611e1b0b7ab2a82dd7838e5e928fa1501d353c.tar.gz
linux-10611e1b0b7ab2a82dd7838e5e928fa1501d353c.tar.xz
ASoC: remove .bespoke_trigger from snd_soc_platform_driver
No existing platform is using .bespoke_trigger. Let's remove it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/soc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index 06515e5ca018..1a4311da6126 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -951,8 +951,6 @@ struct snd_soc_platform_driver {
/* platform stream compress ops */
const struct snd_compr_ops *compr_ops;
-
- int (*bespoke_trigger)(struct snd_pcm_substream *, int);
};
struct snd_soc_dai_link_component {