diff options
author | Michael Krufky <devnull@localhost> | 2006-01-15 17:47:02 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2006-01-15 17:47:02 +0000 |
commit | f79371a7ddc4f447ce1aeb6b43cd4a6441d53c08 (patch) | |
tree | 6f58080fff7ccd545c63a98baa5060e71ff157c6 /linux | |
parent | 68962cd1cbcbfc33b4381e6a1dfe7a55f64ce84b (diff) | |
download | mediapointer-dvb-s2-f79371a7ddc4f447ce1aeb6b43cd4a6441d53c08.tar.gz mediapointer-dvb-s2-f79371a7ddc4f447ce1aeb6b43cd4a6441d53c08.tar.bz2 |
clean up some comments
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux')
-rw-r--r-- | linux/include/media/tuner-types.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/include/media/tuner-types.h b/linux/include/media/tuner-types.h index f7b4d1c3d..c89a60e8e 100644 --- a/linux/include/media/tuner-types.h +++ b/linux/include/media/tuner-types.h @@ -41,7 +41,8 @@ struct tuner_params { * will result in very low tuning voltage which may drive the * oscillator to extreme conditions. * - * Set this flag to 1 if this tuner needs this check. + * Set cb_first_if_lower_freq to 1, if this check is + * required for this tuner. * * I tested this for PAL by first setting the TV frequency to * 203 MHz and then switching to 96.6 MHz FM radio. The result was |