projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46c80e7
)
ASoC: Remove unused hw_write_t type
author
Amadeusz Sławiński
<amadeuszx.slawinski@linux.intel.com>
Fri, 10 Jun 2022 12:44:20 +0000
(14:44 +0200)
committer
Mark Brown
<broonie@kernel.org>
Fri, 10 Jun 2022 16:52:00 +0000
(17:52 +0100)
Commit
81da8a0b7975
("ASoC: remove codec hw_write/control_data") removed
use of hw_write_t in struct snd_soc_codec, but it left type definition.
Fully clean it up.
Fixes:
81da8a0b7975
("ASoC: remove codec hw_write/control_data")
Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Reviewed-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link:
https://lore.kernel.org/r/20220610124420.4160986-1-amadeuszx.slawinski@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc.h
patch
|
blob
|
history
diff --git
a/include/sound/soc.h
b/include/sound/soc.h
index
f20f5f8
..
b276dcb
100644
(file)
--- a/
include/sound/soc.h
+++ b/
include/sound/soc.h
@@
-408,8
+408,6
@@
struct snd_soc_jack_pin;
struct snd_soc_jack_gpio;
-typedef int (*hw_write_t)(void *,const char* ,int);
-
enum snd_soc_pcm_subclass {
SND_SOC_PCM_CLASS_PCM = 0,
SND_SOC_PCM_CLASS_BE = 1,