From f95e98a1d581ce9770a01fd43d1a8e61161a8e46 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Thu, 31 Aug 2006 15:12:45 -0300 Subject: Added audio-related stuff used on a few multimedia boards From: Mauro Carvalho Chehab Those files are not part of V4L stuff. However, they are or dependent of V4L apis or used on some video boards. After this patch, it will be possible to compile and test they against changes at V4L API or drivers. Signed-off-by: Mauro Carvalho Chehab --- v4l/scripts/make_kconfig.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'v4l/scripts') diff --git a/v4l/scripts/make_kconfig.pl b/v4l/scripts/make_kconfig.pl index c43baeb74..c44914501 100755 --- a/v4l/scripts/make_kconfig.pl +++ b/v4l/scripts/make_kconfig.pl @@ -377,6 +377,8 @@ config VIDEO_KERNEL_VERSION EOF open_kconfig ("../linux","../linux/drivers/media/Kconfig"); + +print OUT "source Kconfig.sound\n"; close OUT; while ( my ($key, $value) = each(%config) ) { -- cgit v1.2.3