summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuninori Morimoto2018-03-28 04:22:07 +0200
committerMark Brown2018-04-16 12:53:36 +0200
commit483cbae76824e12d4894f20fab2608789532db3f (patch)
tree6bfc4e8cc53801203d5f013ef78146cb446e6e4b
parentASoC: atmel_ssc_dai: fix spelling mistake: "Stoping" -> "Stopping" (diff)
downloadkernel-qcow2-linux-483cbae76824e12d4894f20fab2608789532db3f.tar.gz
kernel-qcow2-linux-483cbae76824e12d4894f20fab2608789532db3f.tar.xz
kernel-qcow2-linux-483cbae76824e12d4894f20fab2608789532db3f.zip
ASoC: wm8350: remove snd_soc_codec
codec is replace to component. It seems no-one is using it, Let's remove it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--include/linux/mfd/wm8350/audio.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/mfd/wm8350/audio.h b/include/linux/mfd/wm8350/audio.h
index bd581c6fa085..0bc41c4c0429 100644
--- a/include/linux/mfd/wm8350/audio.h
+++ b/include/linux/mfd/wm8350/audio.h
@@ -617,11 +617,8 @@ struct wm8350_audio_platform_data {
u32 codec_current_charge:2; /* codec current @ vmid charge */
};
-struct snd_soc_codec;
-
struct wm8350_codec {
struct platform_device *pdev;
- struct snd_soc_codec *codec;
struct wm8350_audio_platform_data *platform_data;
};