From b8f2f0a40a0d80d1e1ffb850abd41185af91751e Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Wed, 16 Nov 2005 20:21:16 +0000 Subject: Tuner cleanups by removing Video IF from tuners struct. - Video IF was removed from tuners struct. - Each Video standard have its own Video IF frequency, so it is related to video standard. Of course tuner also needs saw filters for IF, but this way, similar tuners can be grouped into just one entry, if they have the same cut-off freqs and the same switch config and global config. Signed-off-by: Mauro Carvalho Chehab --- v4l/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'v4l') diff --git a/v4l/ChangeLog b/v4l/ChangeLog index dc1acb158..c2f42ae05 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,16 @@ +2005-11-16 20:15 mchehab + + * ../linux/drivers/media/video/tuner-simple.c: + (default_set_tv_freq): + - Video IF was removed from tuners struct. + - Each Video standard have its own Video IF frequency, so it + is related to video standard. Of course tuner also needs + saw filters for IF, but this way, similar tuners can be grouped + into just one entry, if they have the same cut-off freqs and + the same switch config and global config. + + Signed-off-by: Mauro Carvalho Chehab + 2005-11-16 19:56 mchehab * ../linux/drivers/media/video/tda9887.c: -- cgit v1.2.3