From 35c4852224fc55280f08e04050717e6e95caff34 Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Mon, 5 Dec 2005 21:26:37 +0000 Subject: 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 --- v4l/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'v4l') 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 + 2005-12-05 20:45 hverkuil * linux/drivers/media/video/Kconfig: -- cgit v1.2.3