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:
44e55f9
)
ASoC: codecs: wm0010: remove unused struct 'wm0010_spi_msg'
author
Dr. David Alan Gilbert
<linux@treblig.org>
Sat, 1 Jun 2024 22:54:45 +0000
(23:54 +0100)
committer
Mark Brown
<broonie@kernel.org>
Mon, 3 Jun 2024 14:59:28 +0000
(15:59 +0100)
'wm0010_spi_msg' has been unused since the original
commit
e3523e01869d
("ASoC: wm0010: Add initial wm0010 DSP driver").
Remove it.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link:
https://msgid.link/r/20240601225446.183505-3-linux@treblig.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm0010.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm0010.c
b/sound/soc/codecs/wm0010.c
index
8f86272
..
edd2cb1
100644
(file)
--- a/
sound/soc/codecs/wm0010.c
+++ b/
sound/soc/codecs/wm0010.c
@@
-115,14
+115,6
@@
struct wm0010_priv {
struct completion boot_completion;
};
-struct wm0010_spi_msg {
- struct spi_message m;
- struct spi_transfer t;
- u8 *tx_buf;
- u8 *rx_buf;
- size_t len;
-};
-
static const struct snd_soc_dapm_widget wm0010_dapm_widgets[] = {
SND_SOC_DAPM_SUPPLY("CLKIN", SND_SOC_NOPM, 0, 0, NULL, 0),
};