summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2014-08-05 15:17:48 +0200
committerTakashi Iwai <tiwai@suse.de>2014-08-05 15:17:48 +0200
commit94295d14d58cc61cb90c5a045e453f813cbd06d5 (patch)
treed971c68eda8f0cb431394ab8fe03112927b349f5
parentbd19f41a29618dac69605cf06f93faa9b2e7dfa6 (diff)
downloadalsa-driver-build-unstable-94295d14d58cc61cb90c5a045e453f813cbd06d5.tar.gz
Add missing soc/rockchip and other soc/* build stubs
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--alsa/soc/rockchip/Makefile10
-rw-r--r--alsa/soc/rockchip/rockchip_i2s.c2
-rw-r--r--alsa/soc/soc-compress.c2
-rw-r--r--alsa/soc/soc-devres.c2
-rw-r--r--alsa/soc/soc-generic-dmaengine-pcm.c2
5 files changed, 18 insertions, 0 deletions
diff --git a/alsa/soc/rockchip/Makefile b/alsa/soc/rockchip/Makefile
new file mode 100644
index 000000000..f5e510387
--- /dev/null
+++ b/alsa/soc/rockchip/Makefile
@@ -0,0 +1,10 @@
+ifndef SND_TOPDIR
+SND_TOPDIR=../..
+endif
+
+include $(SND_TOPDIR)/toplevel.config
+include $(SND_TOPDIR)/Makefile.conf
+
+include $(SND_TOPDIR)/alsa-kernel/soc/rockchip/Makefile
+
+include $(SND_TOPDIR)/Rules.make
diff --git a/alsa/soc/rockchip/rockchip_i2s.c b/alsa/soc/rockchip/rockchip_i2s.c
new file mode 100644
index 000000000..650bf2056
--- /dev/null
+++ b/alsa/soc/rockchip/rockchip_i2s.c
@@ -0,0 +1,2 @@
+#include "adriver.h"
+#include "../../alsa-kernel/soc/rockchip/rockchip_i2s.c"
diff --git a/alsa/soc/soc-compress.c b/alsa/soc/soc-compress.c
new file mode 100644
index 000000000..e68b2ad0a
--- /dev/null
+++ b/alsa/soc/soc-compress.c
@@ -0,0 +1,2 @@
+#include "adriver.h"
+#include "../alsa-kernel/soc/soc-compress.c"
diff --git a/alsa/soc/soc-devres.c b/alsa/soc/soc-devres.c
new file mode 100644
index 000000000..0ba4d6c80
--- /dev/null
+++ b/alsa/soc/soc-devres.c
@@ -0,0 +1,2 @@
+#include "adriver.h"
+#include "../alsa-kernel/soc/soc-devres.c"
diff --git a/alsa/soc/soc-generic-dmaengine-pcm.c b/alsa/soc/soc-generic-dmaengine-pcm.c
new file mode 100644
index 000000000..4bdacfa64
--- /dev/null
+++ b/alsa/soc/soc-generic-dmaengine-pcm.c
@@ -0,0 +1,2 @@
+#include "adriver.h"
+#include "../alsa-kernel/soc/soc-generic-dmaengine-pcm.c"