Unverified Commit 81da8a0b authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Mark Brown
Browse files

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: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: default avatarCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 0198d7bb
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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 */