aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/siu.h
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2018-01-29 02:43:45 +0000
committerMark Brown <broonie@kernel.org>2018-02-12 11:45:15 +0000
commitbe3eabe99803b2526f8829b7c7225763f0703b1f (patch)
tree0a78e6ecd145a9157e6c6b38f54a4f0559d0821e /sound/soc/sh/siu.h
parentASoC: sh: fsi: replace platform to component (diff)
downloadlinux-dev-be3eabe99803b2526f8829b7c7225763f0703b1f.tar.xz
linux-dev-be3eabe99803b2526f8829b7c7225763f0703b1f.zip
ASoC: sh: siu: replace platform to component
Now platform can be replaced to component, let's do it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sh/siu.h')
-rw-r--r--sound/soc/sh/siu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sh/siu.h b/sound/soc/sh/siu.h
index 83c3430ad797..6088d627c0e4 100644
--- a/sound/soc/sh/siu.h
+++ b/sound/soc/sh/siu.h
@@ -183,7 +183,7 @@ static inline u32 siu_read32(u32 __iomem *addr)
#define SIU_BRGBSEL (0x108 / sizeof(u32))
#define SIU_BRRB (0x10c / sizeof(u32))
-extern struct snd_soc_platform_driver siu_platform;
+extern struct snd_soc_component_driver siu_component;
extern struct siu_info *siu_i2s_data;
int siu_init_port(int port, struct siu_port **port_info, struct snd_card *card);