diff options
Diffstat (limited to 'linux/sound')
-rw-r--r-- | linux/sound/i2c/other/tea575x-tuner.c | 1 | ||||
-rw-r--r-- | linux/sound/pci/bt87x.c | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/linux/sound/i2c/other/tea575x-tuner.c b/linux/sound/i2c/other/tea575x-tuner.c index 6d1dc0f9f..a7fbe18d0 100644 --- a/linux/sound/i2c/other/tea575x-tuner.c +++ b/linux/sound/i2c/other/tea575x-tuner.c @@ -24,6 +24,7 @@ #include <linux/delay.h> #include <linux/interrupt.h> #include <linux/init.h> +#include "compat.h" #include <sound/core.h> #include <sound/tea575x-tuner.h> diff --git a/linux/sound/pci/bt87x.c b/linux/sound/pci/bt87x.c index 3e820f75c..d1d91bbdc 100644 --- a/linux/sound/pci/bt87x.c +++ b/linux/sound/pci/bt87x.c @@ -28,6 +28,9 @@ #include <linux/moduleparam.h> #include <linux/bitops.h> #include <asm/io.h> +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,24) +#include <sound/driver.h> +#endif #include <sound/core.h> #include <sound/pcm.h> #include <sound/pcm_params.h> |