[alsa-devel] [PATCH 1/5][RFC] ASoC: remove codec hw_write/control_data

Kuninori Morimoto kuninori.morimoto.gx at renesas.com
Mon Apr 9 04:14:39 CEST 2018


No one is using codec hw_write/control_data any more.
Let's remove these.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx at renesas.com>
---
 include/sound/soc.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/sound/soc.h b/include/sound/soc.h
index ad266d7..356c9bd 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -949,8 +949,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 */
-- 
1.9.1



More information about the Alsa-devel mailing list