From 49ba52cb46919c8a46c318e77edd1845b9f51178 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Thu, 31 Aug 2006 17:52:53 -0300 Subject: Allow compilation of the audio drivers From: Mauro Carvalho Chehab 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 --- linux/sound/oss/btaudio.c | 1 + linux/sound/pci/bt87x.c | 1 + 2 files changed, 2 insertions(+) (limited to 'linux/sound') 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 #include #include +#include "compat.h" #include #include 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 #include #include +#include "compat.h" MODULE_AUTHOR("Clemens Ladisch "); MODULE_DESCRIPTION("Brooktree Bt87x audio driver"); -- cgit v1.2.3