summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
authorHans Verkuil <devnull@localhost>2005-12-05 21:26:37 +0000
committerHans Verkuil <devnull@localhost>2005-12-05 21:26:37 +0000
commit35c4852224fc55280f08e04050717e6e95caff34 (patch)
treeaee38a54202afa7b04b03c944b9e9de7b8a7c3d9 /v4l
parent942e3052be58fb96582327bddc69bfe97d42068d (diff)
downloadmediapointer-dvb-s2-35c4852224fc55280f08e04050717e6e95caff34.tar.gz
mediapointer-dvb-s2-35c4852224fc55280f08e04050717e6e95caff34.tar.bz2
tda9887 improvements: better defaults, better configurability.
- Set the tuner takeover point to 0x10 for NTSC/radio and 0x14 for PAL/SECAM. - Allow override through TDA9887_SET_CONFIG - PAL-N belongs with PAL-BG as does PAL-H. PAL-Nc belongs to PAL-M - Add SECAM-BGH - Set video freq to cVideoIF_38_90 for DK standards. - Add cTunerGainLow to radio, change deemphasis to 75 for mono. - Add ntsc module param for 'M' and 'J' (Japanese) standards. - Fix module handling for 2.4. - Now able to select all standards through pal/secam/ntsc module options Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'v4l')
-rw-r--r--v4l/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index 1ec8e3b4b..1d33583c9 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,20 @@
+2005-12-05 21:24 hverkuil
+
+ * linux/drivers/media/video/tda9887.c: (tda9887_set_insmod),
+ (tda9887_set_config), (tda9887_fixup_std), (tda9887_configure):
+ * linux/include/media/tuner.h:
+ - Set the tuner takeover point to 0x10 for NTSC/radio and 0x14 for PAL/SECAM.
+ - Allow override through TDA9887_SET_CONFIG
+ - PAL-N belongs with PAL-BG as does PAL-H. PAL-Nc belongs to PAL-M
+ - Add SECAM-BGH
+ - Set video freq to cVideoIF_38_90 for DK standards.
+ - Add cTunerGainLow to radio, change deemphasis to 75 for mono.
+ - Add ntsc module param for 'M' and 'J' (Japanese) standards.
+ - Fix module handling for 2.4.
+ - Now able to select all standards through pal/secam/ntsc module options
+
+ Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
+
2005-12-05 20:45 hverkuil
* linux/drivers/media/video/Kconfig: