summaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2016-12-19 07:36:58 +0000
committerMark Brown <broonie@kernel.org>2017-01-09 19:31:21 +0000
commitfcff45f8e092c17d324028fb6f632fde98983f17 (patch)
tree55abfb05352803a33cb9b05c3f1ce4194932c63f /include/sound
parent99b04f4c4051f71bc0665a66e11b8fbed17c8958 (diff)
downloadlinux-fcff45f8e092c17d324028fb6f632fde98983f17.tar.gz
linux-fcff45f8e092c17d324028fb6f632fde98983f17.tar.xz
ASoC: remove .delay from snd_soc_platform_driver
No existing platform is using .delay. 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.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index e580a675ea77..06515e5ca018 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -946,13 +946,6 @@ struct snd_soc_platform_driver {
int (*pcm_new)(struct snd_soc_pcm_runtime *);
void (*pcm_free)(struct snd_pcm *);
- /*
- * For platform caused delay reporting.
- * Optional.
- */
- snd_pcm_sframes_t (*delay)(struct snd_pcm_substream *,
- struct snd_soc_dai *);
-
/* platform stream pcm ops */
const struct snd_pcm_ops *ops;