aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2010-09-07 12:48:33 +0200
committerTakashi Iwai <tiwai@suse.de>2010-09-07 12:48:33 +0200
commit10a68af6c4c2800a25733534802a3a576594343f (patch)
treea004be0b70f7c161332e55a0d6f40701a66170c0
parent04a1532564f0318db967d5767186f77396f02e9b (diff)
downloadalsa-driver-build-unstable-10a68af6c4c2800a25733534802a3a576594343f.tar.gz
Changed build-stub for HD-audio HDMI parsers
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--pci/hda/patch_atihdmi.c3
-rw-r--r--pci/hda/patch_hdmi.c3
-rw-r--r--pci/hda/patch_intelhdmi.c3
-rw-r--r--pci/hda/patch_nvhdmi.c3
4 files changed, 3 insertions, 9 deletions
diff --git a/pci/hda/patch_atihdmi.c b/pci/hda/patch_atihdmi.c
deleted file mode 100644
index 5628a1b7d..000000000
--- a/pci/hda/patch_atihdmi.c
+++ /dev/null
@@ -1,3 +0,0 @@
-#define __NO_VERSION__
-#include "adriver.h"
-#include "../../alsa-kernel/pci/hda/patch_atihdmi.c"
diff --git a/pci/hda/patch_hdmi.c b/pci/hda/patch_hdmi.c
new file mode 100644
index 000000000..68d42a7b0
--- /dev/null
+++ b/pci/hda/patch_hdmi.c
@@ -0,0 +1,3 @@
+#define __NO_VERSION__
+#include "adriver.h"
+#include "../../alsa-kernel/pci/hda/patch_hdmi.c"
diff --git a/pci/hda/patch_intelhdmi.c b/pci/hda/patch_intelhdmi.c
deleted file mode 100644
index 027e57a78..000000000
--- a/pci/hda/patch_intelhdmi.c
+++ /dev/null
@@ -1,3 +0,0 @@
-#define __NO_VERSION__
-#include "adriver.h"
-#include "../../alsa-kernel/pci/hda/patch_intelhdmi.c"
diff --git a/pci/hda/patch_nvhdmi.c b/pci/hda/patch_nvhdmi.c
deleted file mode 100644
index 3e700fdb7..000000000
--- a/pci/hda/patch_nvhdmi.c
+++ /dev/null
@@ -1,3 +0,0 @@
-#define __NO_VERSION__
-#include "adriver.h"
-#include "../../alsa-kernel/pci/hda/patch_nvhdmi.c"