diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-11-16 20:21:16 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-11-16 20:21:16 +0000 |
commit | b8f2f0a40a0d80d1e1ffb850abd41185af91751e (patch) | |
tree | 87a275a775b8565ee357dafb00a5f7df84fa9011 /v4l | |
parent | 35d6fefe132bd4190969450782a4cf2bda1773f8 (diff) | |
download | mediapointer-dvb-s2-b8f2f0a40a0d80d1e1ffb850abd41185af91751e.tar.gz mediapointer-dvb-s2-b8f2f0a40a0d80d1e1ffb850abd41185af91751e.tar.bz2 |
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 <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
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 <mchehab@brturbo.com.br> + 2005-11-16 19:56 mchehab * ../linux/drivers/media/video/tda9887.c: |