projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0198d7b
)
ASoC: remove codec hw_write/control_data
author
Kuninori Morimoto
<
[email protected]
>
Tue, 8 May 2018 03:18:11 +0000
(
03:18
+0000)
committer
Mark Brown
<
[email protected]
>
Wed, 9 May 2018 09:38:06 +0000
(18:38 +0900)
No one is using codec hw_write/control_data any more.
Let's remove these.
Signed-off-by: Kuninori Morimoto <
[email protected]
>
Reviewed-by: Charles Keepax <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
include/sound/soc.h
patch
|
blob
|
history
diff --git
a/include/sound/soc.h
b/include/sound/soc.h
index 9ea99e5d3c8e561d8f6e1770328addf1acbaddc2..0e1cb847f8f8a9dd0b378b6dddc561c5588f61ab 100644
(file)
--- 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 */