Commit 62ccbe8c authored by Dr. David Alan Gilbert's avatar Dr. David Alan Gilbert Committed by Mark Brown

ASoC: codecs: wm0010: remove unused struct 'wm0010_spi_msg'

'wm0010_spi_msg' has been unused since the original
commit e3523e01 ("ASoC: wm0010: Add initial wm0010 DSP driver").

Remove it.
Signed-off-by: default avatarDr. David Alan Gilbert <linux@treblig.org>
Reviewed-by: default avatarCharles Keepax <ckeepax@opensource.cirrus.com>
Link: https://msgid.link/r/20240601225446.183505-3-linux@treblig.orgSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 44e55f9d
......@@ -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),
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment