summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2015-06-11 15:11:53 +0200
committerTakashi Iwai <tiwai@suse.de>2015-06-11 15:11:53 +0200
commitc28ca5a8d7dd93f355903460cd47f9ecb7d4cfad (patch)
treeef90871db883c3d37a1053f153b72b8a917e67b4
parent8ca60d796c843c633888120408f7b23bd3cf2674 (diff)
downloadalsa-driver-build-unstable-c28ca5a8d7dd93f355903460cd47f9ecb7d4cfad.tar.gz
Add build stub for hda/ext
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--alsa/hda/ext/Makefile10
-rw-r--r--alsa/hda/ext/hdac_ext_bus.c2
-rw-r--r--alsa/hda/ext/hdac_ext_controller.c2
-rw-r--r--alsa/hda/ext/hdac_ext_stream.c2
4 files changed, 16 insertions, 0 deletions
diff --git a/alsa/hda/ext/Makefile b/alsa/hda/ext/Makefile
new file mode 100644
index 000000000..e7637c92d
--- /dev/null
+++ b/alsa/hda/ext/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/hda/ext/Makefile
+
+include $(SND_TOPDIR)/Rules.make
diff --git a/alsa/hda/ext/hdac_ext_bus.c b/alsa/hda/ext/hdac_ext_bus.c
new file mode 100644
index 000000000..bf7950e92
--- /dev/null
+++ b/alsa/hda/ext/hdac_ext_bus.c
@@ -0,0 +1,2 @@
+#include "adriver.h"
+#include "../../alsa-kernel/hda/hdac_ext_bus.c"
diff --git a/alsa/hda/ext/hdac_ext_controller.c b/alsa/hda/ext/hdac_ext_controller.c
new file mode 100644
index 000000000..d0aae98fe
--- /dev/null
+++ b/alsa/hda/ext/hdac_ext_controller.c
@@ -0,0 +1,2 @@
+#include "adriver.h"
+#include "../../alsa-kernel/hda/hdac_ext_controller.c"
diff --git a/alsa/hda/ext/hdac_ext_stream.c b/alsa/hda/ext/hdac_ext_stream.c
new file mode 100644
index 000000000..697eb43a5
--- /dev/null
+++ b/alsa/hda/ext/hdac_ext_stream.c
@@ -0,0 +1,2 @@
+#include "adriver.h"
+#include "../../alsa-kernel/hda/hdac_ext_stream.c"