diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-09-28 10:55:54 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-09-28 10:55:54 -0300 |
commit | 83fb6c87a9c82a47fd57ffaed422eba87114dbb1 (patch) | |
tree | 7b72d80091980b54d7c1aee8ff49d0bc4a56caf7 /v4l/scripts/gentree.pl | |
parent | 7ffda86bc612f5670c3461d8342ccb24d2ebc547 (diff) | |
download | mediapointer-dvb-s2-83fb6c87a9c82a47fd57ffaed422eba87114dbb1.tar.gz mediapointer-dvb-s2-83fb6c87a9c82a47fd57ffaed422eba87114dbb1.tar.bz2 |
compat: allow compililation with kernels with updated sound drivers
From: Mauro Carvalho Chehab <mchehab@infradead.org>
A few distro kernels, like Mandriva 2.6.22.9-desktop-1mdv are starting to be
shipped with the newer alsa drivers. This patch changes the compat code for
older kernels in a way that it will be compatible also with those distro
kernels.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l/scripts/gentree.pl')
-rwxr-xr-x | v4l/scripts/gentree.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/v4l/scripts/gentree.pl b/v4l/scripts/gentree.pl index cfff178b1..a10738648 100755 --- a/v4l/scripts/gentree.pl +++ b/v4l/scripts/gentree.pl @@ -62,9 +62,12 @@ my %defs = ( 'I2C_PEC' => 1, 'I2C_DF_DUMMY' => 0, 'CONFIG_XC3028' => 0, + 'HAVE_XC2028'=> 0, + 'HAVE_XC3028' => 0, 'I2C_CLASS_TV_ANALOG' => 1, 'I2C_CLASS_TV_DIGITAL' => 1, 'OLD_XMIT_LOCK' => 0, + 'COMPAT_SND_CTL_BOOLEAN_MONO' => 0, 'CONFIG_VIVI_SCATTER' => 0, 'CONFIG_BIGPHYS_AREA' => 0, 'BUZ_USE_HIMEM' => 1, |