aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/Makefile
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2012-04-08 21:18:58 -0700
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-04-13 11:29:26 +0100
commitfa063b48046c1f30cb06898559bb34935ade74e1 (patch)
treed31f991aa32ef81353399cb7714b28de3203fa2c /sound/soc/sh/Makefile
parentASoC: sh: fsi: use simple-card instead of fsi-ak4642 (diff)
downloadlinux-dev-fa063b48046c1f30cb06898559bb34935ade74e1.tar.xz
linux-dev-fa063b48046c1f30cb06898559bb34935ade74e1.zip
ASoC: sh: fsi: use simple-card instead of fsi-hdmi
This patch uses simple-card driver instead of fsi-hdmi on each board. This patch removes fsi-hdmi driver which is no longer needed Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/sh/Makefile')
-rw-r--r--sound/soc/sh/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/sh/Makefile b/sound/soc/sh/Makefile
index 01808cd0e6f6..f37fc3a22590 100644
--- a/sound/soc/sh/Makefile
+++ b/sound/soc/sh/Makefile
@@ -15,10 +15,8 @@ obj-$(CONFIG_SND_SOC_SH4_SIU) += snd-soc-siu.o
## boards
snd-soc-sh7760-ac97-objs := sh7760-ac97.o
snd-soc-fsi-da7210-objs := fsi-da7210.o
-snd-soc-fsi-hdmi-objs := fsi-hdmi.o
snd-soc-migor-objs := migor.o
obj-$(CONFIG_SND_SH7760_AC97) += snd-soc-sh7760-ac97.o
obj-$(CONFIG_SND_FSI_DA7210) += snd-soc-fsi-da7210.o
-obj-$(CONFIG_SND_FSI_HDMI) += snd-soc-fsi-hdmi.o
obj-$(CONFIG_SND_SIU_MIGOR) += snd-soc-migor.o