diff options
-rw-r--r-- | include/media/tuner-types.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/media/tuner-types.h b/include/media/tuner-types.h index b37d59d5a103..9f0e9c1cb6ff 100644 --- a/include/media/tuner-types.h +++ b/include/media/tuner-types.h @@ -31,7 +31,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 |