From: Kuninori Morimoto Date: Tue, 8 May 2018 03:18:11 +0000 (+0000) Subject: ASoC: remove codec hw_write/control_data X-Git-Tag: v4.19~773^2~15^2~135 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=81da8a0b7975c51db482acee750a2dbcb320b97d;p=platform%2Fkernel%2Flinux-rpi3.git 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 Reviewed-by: Charles Keepax Signed-off-by: Mark Brown --- diff --git a/include/sound/soc.h b/include/sound/soc.h index 9ea99e5..0e1cb84 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 */