projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
367da15
)
ASoC: Remove unuused hw_read_t
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Mon, 7 Sep 2009 11:46:42 +0000
(12:46 +0100)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Mon, 7 Sep 2009 11:46:42 +0000
(12:46 +0100)
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
include/sound/soc.h
patch
|
blob
|
history
diff --git
a/include/sound/soc.h
b/include/sound/soc.h
index 0758a1b3ca44462cfa07f4407ee04007e077c605..475cb7ed6beccb8cadc8fd952aaf48516e766929 100644
(file)
--- a/
include/sound/soc.h
+++ b/
include/sound/soc.h
@@
-205,7
+205,6
@@
struct snd_soc_jack_gpio;
#endif
typedef int (*hw_write_t)(void *,const char* ,int);
-typedef int (*hw_read_t)(void *,char* ,int);
extern struct snd_ac97_bus_ops soc_ac97_ops;