diff options
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | 2009-08-21 09:42:59 +0900 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-08-21 11:02:03 +0100 |
commit | b8e583f6012d618fb93bb38a302b63c3c6d2bfbc (patch) | |
tree | b766926ab822d02441d1ed77033896945e02d35b /sound/soc/sh/Makefile | |
parent | a3a83d9a7cb0ce3b1d100060d5ad777e7480b4f2 (diff) |
ASoC: Add FSI-AK4642 sound support for SuperH
This patch is tested by ms7724se
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/sh/Makefile')
-rw-r--r-- | sound/soc/sh/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/sh/Makefile b/sound/soc/sh/Makefile index 9fbcc4ac9420..a6997872f24e 100644 --- a/sound/soc/sh/Makefile +++ b/sound/soc/sh/Makefile @@ -12,5 +12,7 @@ obj-$(CONFIG_SND_SOC_SH4_FSI) += snd-soc-fsi.o ## boards snd-soc-sh7760-ac97-objs := sh7760-ac97.o +snd-soc-fsi-ak4642-objs := fsi-ak4642.o obj-$(CONFIG_SND_SH7760_AC97) += snd-soc-sh7760-ac97.o +obj-$(CONFIG_SND_FSI_AK4642) += snd-soc-fsi-ak4642.o |