diff mbox

[-/-] ASoC: remove codec hw_write/control_data

Message ID 877exjm0ww.wl%kuninori.morimoto.gx@renesas.com (mailing list archive)
State Accepted
Commit 81da8a0b7975c51db482acee750a2dbcb320b97d
Headers show

Commit Message

Kuninori Morimoto Sept. 1, 2017, 5:40 a.m. UTC
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>
---
> Mark

I will re-post this "remove" patch if all replace
patches are done.

 include/sound/soc.h | 2 --
 1 file changed, 2 deletions(-)
diff mbox

Patch

diff --git a/include/sound/soc.h b/include/sound/soc.h
index 1b52747..d1c4997 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -946,8 +946,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 */