mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 09:44:18 +08:00
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>
This commit is contained in:
parent
0198d7bb8a
commit
81da8a0b79
@ -932,8 +932,6 @@ struct snd_soc_codec {
|
|||||||
unsigned int cache_init:1; /* codec cache has been initialized */
|
unsigned int cache_init:1; /* codec cache has been initialized */
|
||||||
|
|
||||||
/* codec IO */
|
/* codec IO */
|
||||||
void *control_data; /* codec control (i2c/3wire) data */
|
|
||||||
hw_write_t hw_write;
|
|
||||||
void *reg_cache;
|
void *reg_cache;
|
||||||
|
|
||||||
/* component */
|
/* component */
|
||||||
|
Loading…
Reference in New Issue
Block a user