summaryrefslogtreecommitdiff
path: root/sound/soc/generic/Makefile
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2012-04-09 04:17:50 (GMT)
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-04-13 10:29:25 (GMT)
commitf2390880ec0264a0ed26b32c23bc23435b4297da (patch)
treecf81cd48dfefb40a054765594439adfd2a273cb1 /sound/soc/generic/Makefile
parentcdc04fd1e982e91936cbcf3dec59a576517d67a1 (diff)
downloadlinux-f2390880ec0264a0ed26b32c23bc23435b4297da.tar.xz
ASoC: add generic simple-card support
Current ASoC requires card.c file to each platforms in order to specifies its CPU and Codecs pair. But the differences between these were only value/strings of setting. In order to reduce duplicate driver, this patch adds generic/simple-card. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/generic/Makefile')
-rw-r--r--sound/soc/generic/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/generic/Makefile b/sound/soc/generic/Makefile
new file mode 100644
index 0000000..9c3b246
--- /dev/null
+++ b/sound/soc/generic/Makefile
@@ -0,0 +1,3 @@
+snd-soc-simple-card-objs := simple-card.o
+
+obj-$(CONFIG_SND_SIMPLE_CARD) += snd-soc-simple-card.o