summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-03-12 07:10:24 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-12 07:10:24 -0300
commit9a09794eece0cb3e40b69aee140b81d87f914fc1 (patch)
treeca92ed7735e27bbfa58a596f49e9378d230b77a0 /v4l
parent3c00de0d74330e4761f5592f873d1a2b7553e8b3 (diff)
parent883dc7792c9ded24211969d851819da1b01aaca3 (diff)
downloadmediapointer-dvb-s2-9a09794eece0cb3e40b69aee140b81d87f914fc1.tar.gz
mediapointer-dvb-s2-9a09794eece0cb3e40b69aee140b81d87f914fc1.tar.bz2
merge: http://linuxtv.org/hg/~mkrufky/lgdt3305
From: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'v4l')
-rw-r--r--v4l/Kconfig.sound9
-rwxr-xr-xv4l/scripts/check.pl4
2 files changed, 4 insertions, 9 deletions
diff --git a/v4l/Kconfig.sound b/v4l/Kconfig.sound
index 55be75cce..67430b792 100644
--- a/v4l/Kconfig.sound
+++ b/v4l/Kconfig.sound
@@ -25,18 +25,9 @@ config SND_BT87X_OVERCLOCK
Higher sample rates won't hurt your hardware, but audio
quality may suffer.
-config SND_FM801
- tristate
- depends on SND && SND_OPL3_LIB && SND_MPU401_UART && SND_AC97_CODEC
-
-config SND_FM801_TEA575X_BOOL
- bool
- depends on SND_FM801
-
config SND_FM801_TEA575X
tristate "ForteMedia FM801 TEA5757 tuner"
depends on VIDEO_V4L1 && SND_FM801
- select SND_FM801_TEA575X_BOOL
help
Say Y here to include support for soundcards based on the ForteMedia
diff --git a/v4l/scripts/check.pl b/v4l/scripts/check.pl
index 4958e281b..975041c4a 100755
--- a/v4l/scripts/check.pl
+++ b/v4l/scripts/check.pl
@@ -87,6 +87,10 @@ $pwd =~ s|/[^/]+\n$||;
sub print_err()
{
+ if ($err =~ m/LINUX_VERSION_CODE/) {
+ return;
+ }
+
if ($err) {
printf STDERR "%s/%s: In '%s':\n", $pwd, $file, $errline;
printf STDERR "%s/%s:%d: %s\n", $pwd, $file, $ln_numb, $err;