diff options
author | Michael Krufky <devnull@localhost> | 2005-07-12 15:44:55 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-07-12 15:44:55 +0000 |
commit | 239d8040e1c607aa08a2588b5f2f2d785ddb56d9 (patch) | |
tree | 1fec8a5f918a6499ea84537d1a957d241a7c8ce6 /linux/drivers/media/video/cx88 | |
parent | 7931140ea19c48c15bf3f430ff17d32abb0de2f1 (diff) | |
download | mediapointer-dvb-s2-239d8040e1c607aa08a2588b5f2f2d785ddb56d9.tar.gz mediapointer-dvb-s2-239d8040e1c607aa08a2588b5f2f2d785ddb56d9.tar.bz2 |
* cx88-dvb.c, saa7134-dvb.c:
- Always include dvb frontend code for hybrid cx88 and saa7134 boards.
A previous change breaks hybrid v4l/dvb boards in 2.6.13-rc2-mm2.
This fixes the bug. We will have to figure out
something better in the future.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux/drivers/media/video/cx88')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-dvb.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-dvb.c b/linux/drivers/media/video/cx88/cx88-dvb.c index 5544e1d6a..00ca40a12 100644 --- a/linux/drivers/media/video/cx88/cx88-dvb.c +++ b/linux/drivers/media/video/cx88/cx88-dvb.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-dvb.c,v 1.41 2005/07/04 19:35:05 mkrufky Exp $ + * $Id: cx88-dvb.c,v 1.42 2005/07/12 15:44:55 mkrufky Exp $ * * device driver for Conexant 2388x based TV cards * MPEG Transport Stream (DVB) routines @@ -30,6 +30,11 @@ #include <linux/file.h> #include <linux/suspend.h> +#define CONFIG_DVB_MT352 1 +#define CONFIG_DVB_CX22702 1 +#define CONFIG_DVB_OR51132 1 +#define CONFIG_DVB_LGDT3302 1 + #include "cx88.h" #include "dvb-pll.h" |