diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2018-05-08 03:18:11 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-05-09 18:38:06 +0900 |
commit | 81da8a0b7975c51db482acee750a2dbcb320b97d (patch) | |
tree | 70fbba2adaad91e04cc1db2ef548fb8c7229361e /include/sound/soc.h | |
parent | 0198d7bb8a0cdddc165fe46d87f9da4e6d587c18 (diff) | |
download | linux-81da8a0b7975c51db482acee750a2dbcb320b97d.tar.gz linux-81da8a0b7975c51db482acee750a2dbcb320b97d.tar.bz2 linux-81da8a0b7975c51db482acee750a2dbcb320b97d.zip |
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/soc.h')
-rw-r--r-- | include/sound/soc.h | 2 |
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 */ |