diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2016-12-19 07:37:37 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-01-10 12:11:21 +0000 |
commit | 96241bae08f63e40dad8f3764e332858b27ba23c (patch) | |
tree | de1ebefdae03afd99186486759b927e29fe10ada /include/sound | |
parent | 10611e1b0b7ab2a82dd7838e5e928fa1501d353c (diff) | |
download | talos-obmc-linux-96241bae08f63e40dad8f3764e332858b27ba23c.tar.gz talos-obmc-linux-96241bae08f63e40dad8f3764e332858b27ba23c.zip |
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.h | 3 |
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); |