aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/soc.h
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2014-08-19 15:51:29 +0200
committerMark Brown <broonie@linaro.org>2014-08-19 10:59:47 -0500
commit75af7c081982d76cef0daf26e96b5d1e8cb9d631 (patch)
tree5611e2232f15f1b9c4e6c48fd238a16a1bab4f73 /include/sound/soc.h
parentASoC: Automatically initialize regmap for all components (diff)
downloadlinux-dev-75af7c081982d76cef0daf26e96b5d1e8cb9d631.tar.xz
linux-dev-75af7c081982d76cef0daf26e96b5d1e8cb9d631.zip
ASoC: Remove support for legacy snd_soc_platform IO
There were never any actual users of this in upstream and by we have with regmap a replacement in place, which should be used by new drivers. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'include/sound/soc.h')
-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 8ebee30311e3..edbb0d72ab38 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -890,9 +890,6 @@ struct snd_soc_platform_driver {
/* platform stream compress ops */
const struct snd_compr_ops *compr_ops;
- /* platform IO - used for platform DAPM */
- unsigned int (*read)(struct snd_soc_platform *, unsigned int);
- int (*write)(struct snd_soc_platform *, unsigned int, unsigned int);
int (*bespoke_trigger)(struct snd_pcm_substream *, int);
};