summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/tda9887.c
diff options
context:
space:
mode:
authorGerd Knorr <devnull@localhost>2004-11-10 11:07:24 +0000
committerGerd Knorr <devnull@localhost>2004-11-10 11:07:24 +0000
commit2acc4a76d33deb986d81d45c29eb1a2b6e97b020 (patch)
tree7e57109c66f4f589a0a7a2d60eac6c6ae43f0e4d /linux/drivers/media/video/tda9887.c
parent7defb807a53a4d8c71e434e31f73d58cbf195cdc (diff)
downloadmediapointer-dvb-s2-2acc4a76d33deb986d81d45c29eb1a2b6e97b020.tar.gz
mediapointer-dvb-s2-2acc4a76d33deb986d81d45c29eb1a2b6e97b020.tar.bz2
- lots of empress stuff from Andrew de Quincey + some rewrites from me.
- misc fixes.
Diffstat (limited to 'linux/drivers/media/video/tda9887.c')
-rw-r--r--linux/drivers/media/video/tda9887.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/linux/drivers/media/video/tda9887.c b/linux/drivers/media/video/tda9887.c
index 90d210c2c..b9c11ca25 100644
--- a/linux/drivers/media/video/tda9887.c
+++ b/linux/drivers/media/video/tda9887.c
@@ -18,6 +18,7 @@
#include <media/tuner.h>
#include <media/id.h>
#endif
+#include "compat.h"
/* Chips:
TDA9885 (PAL, NTSC)
@@ -228,20 +229,6 @@ static struct tvnorm radio = {
cRadioIF_38_90 ),
};
-#if 0 /* do we really need this ? */
-static struct tvnorm ih3_radio = {
- .name = "radio",
- .b = ( cFmRadio |
- cQSS |
- cAutoMuteFmActive),
- .c = 0x10, /* ??? */
- .e = (cAudioIF_6_5 |
- cVideoIF_38_90 |
- cGating_36 |
- cTunerGainLow),
-};
-#endif
-
/* ---------------------------------------------------------------------- */
static void dump_read_message(unsigned char *buf)