summaryrefslogtreecommitdiff
path: root/include/sound
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2018-05-08 03:18:11 +0000
committerMark Brown <broonie@kernel.org>2018-05-09 18:38:06 +0900
commit81da8a0b7975c51db482acee750a2dbcb320b97d (patch)
tree70fbba2adaad91e04cc1db2ef548fb8c7229361e /include/sound
parent0198d7bb8a0cdddc165fe46d87f9da4e6d587c18 (diff)
ASoC: remove codec hw_write/control_data
No one is using codec hw_write/control_data any more. Let's remove these. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Reviewed-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.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 9ea99e5d3c8e..0e1cb847f8f8 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -932,8 +932,6 @@ struct snd_soc_codec {
unsigned int cache_init:1; /* codec cache has been initialized */
/* codec IO */
- void *control_data; /* codec control (i2c/3wire) data */
- hw_write_t hw_write;
void *reg_cache;
/* component */