summaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2016-12-19 07:37:37 +0000
committerMark Brown <broonie@kernel.org>2017-01-10 12:11:21 +0000
commit96241bae08f63e40dad8f3764e332858b27ba23c (patch)
treede1ebefdae03afd99186486759b927e29fe10ada /include/sound
parent10611e1b0b7ab2a82dd7838e5e928fa1501d353c (diff)
downloadlinux-96241bae08f63e40dad8f3764e332858b27ba23c.tar.gz
linux-96241bae08f63e40dad8f3764e332858b27ba23c.tar.xz
ASoC: remove snd_soc_platform_trigger()
No one is using snd_soc_platform_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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index 1a4311da6126..4504920dce72 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -507,9 +507,6 @@ int snd_soc_params_to_bclk(struct snd_pcm_hw_params *parms);
int snd_soc_set_runtime_hwparams(struct snd_pcm_substream *substream,
const struct snd_pcm_hardware *hw);
-int snd_soc_platform_trigger(struct snd_pcm_substream *substream,
- int cmd, struct snd_soc_platform *platform);
-
int soc_dai_hw_params(struct snd_pcm_substream *substream,
struct snd_pcm_hw_params *params,
struct snd_soc_dai *dai);