summaryrefslogtreecommitdiff
path: root/linux/sound
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-08-31 17:52:53 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-08-31 17:52:53 -0300
commit49ba52cb46919c8a46c318e77edd1845b9f51178 (patch)
tree1e45bb4763a9773d00f4acebf38cc81632dc8b33 /linux/sound
parent80206e1d4a136a8dc87abd8cf94882ea4a7483b0 (diff)
downloadmediapointer-dvb-s2-49ba52cb46919c8a46c318e77edd1845b9f51178.tar.gz
mediapointer-dvb-s2-49ba52cb46919c8a46c318e77edd1845b9f51178.tar.bz2
Allow compilation of the audio drivers
From: Mauro Carvalho Chehab <mchehab@infradead.org> Now, make will compile also the audio drivers at the tree. By default, they will not be installed. A new option were added to install those files: make sound-install Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/sound')
-rw-r--r--linux/sound/oss/btaudio.c1
-rw-r--r--linux/sound/pci/bt87x.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/linux/sound/oss/btaudio.c b/linux/sound/oss/btaudio.c
index 1fa72e732..4813cee1d 100644
--- a/linux/sound/oss/btaudio.c
+++ b/linux/sound/oss/btaudio.c
@@ -33,6 +33,7 @@
#include <linux/slab.h>
#include <linux/kdev_t.h>
#include <linux/mutex.h>
+#include "compat.h"
#include <asm/uaccess.h>
#include <asm/io.h>
diff --git a/linux/sound/pci/bt87x.c b/linux/sound/pci/bt87x.c
index 215bc396b..9dd881d73 100644
--- a/linux/sound/pci/bt87x.c
+++ b/linux/sound/pci/bt87x.c
@@ -34,6 +34,7 @@
#include <sound/pcm_params.h>
#include <sound/control.h>
#include <sound/initval.h>
+#include "compat.h"
MODULE_AUTHOR("Clemens Ladisch <clemens@ladisch.de>");
MODULE_DESCRIPTION("Brooktree Bt87x audio driver");