summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2015-06-11 15:13:10 +0200
committerTakashi Iwai <tiwai@suse.de>2015-06-11 15:13:10 +0200
commita6b1cad210af6d1dbb61b0fa594d2f37a25bc499 (patch)
treee50f3b2e3ef8a8035f3741c077739e3a6c70ce06
parent2fdc1e0b1460c72bd715bac4075035fd425007b1 (diff)
parentc28ca5a8d7dd93f355903460cd47f9ecb7d4cfad (diff)
downloadalsa-driver-build-unstable-a6b1cad210af6d1dbb61b0fa594d2f37a25bc499.tar.gz
Merge remote-tracking branch 'stable/build' into build
-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"