diff options
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | 2009-08-20 20:42:59 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-08-21 06:02:03 -0400 |
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 | |||
12 | 12 | ||
13 | ## boards | 13 | ## boards |
14 | snd-soc-sh7760-ac97-objs := sh7760-ac97.o | 14 | snd-soc-sh7760-ac97-objs := sh7760-ac97.o |
15 | snd-soc-fsi-ak4642-objs := fsi-ak4642.o | ||
15 | 16 | ||
16 | obj-$(CONFIG_SND_SH7760_AC97) += snd-soc-sh7760-ac97.o | 17 | obj-$(CONFIG_SND_SH7760_AC97) += snd-soc-sh7760-ac97.o |
18 | obj-$(CONFIG_SND_FSI_AK4642) += snd-soc-fsi-ak4642.o | ||