aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClemens Ladisch <clemens@ladisch.de>2011-01-10 16:42:02 +0100
committerClemens Ladisch <clemens@ladisch.de>2011-01-10 16:42:02 +0100
commit2d951aab400a6b358ac732500c6744777d166cff (patch)
tree83624ffe7d9094e7aed205886d8d87e14db4a55b
parent06f700f4ff39aff8c4884af7cfb92a7dfbe0daf1 (diff)
downloadalsa-driver-build-unstable-2d951aab400a6b358ac732500c6744777d166cff.tar.gz
Adjust build stubs for oxygen driver changes
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
-rw-r--r--pci/oxygen/hifier.c3
-rw-r--r--pci/oxygen/xonar_dg.c3
2 files changed, 3 insertions, 3 deletions
diff --git a/pci/oxygen/hifier.c b/pci/oxygen/hifier.c
deleted file mode 100644
index 4ac6b8dd4..000000000
--- a/pci/oxygen/hifier.c
+++ /dev/null
@@ -1,3 +0,0 @@
-#include "adriver.h"
-#include "../../alsa-kernel/pci/oxygen/hifier.c"
-EXPORT_NO_SYMBOLS;
diff --git a/pci/oxygen/xonar_dg.c b/pci/oxygen/xonar_dg.c
new file mode 100644
index 000000000..cbb23dabf
--- /dev/null
+++ b/pci/oxygen/xonar_dg.c
@@ -0,0 +1,3 @@
+#define __NO_VERSION__
+#include "adriver.h"
+#include "../../alsa-kernel/pci/oxygen/xonar_dg.c"