diff options
author | Michael Krufky <mkrufky@m1k.net> | 2006-01-15 12:47:02 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-15 18:26:44 -0500 |
commit | 01872c5d253298b9f360c7c9b9f33504b6ad5469 (patch) | |
tree | cc052006c006ecc652b1ce71f34c8fdbaf4a2377 /include | |
parent | 18adfe7ac0777c3cc364cccb6823aafe2a009aa3 (diff) |
V4L/DVB (3387): clean up some comments
- clean up some comments
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'include')
-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 { | |||
31 | * will result in very low tuning voltage which may drive the | 31 | * will result in very low tuning voltage which may drive the |
32 | * oscillator to extreme conditions. | 32 | * oscillator to extreme conditions. |
33 | * | 33 | * |
34 | * Set this flag to 1 if this tuner needs this check. | 34 | * Set cb_first_if_lower_freq to 1, if this check is |
35 | * required for this tuner. | ||
35 | * | 36 | * |
36 | * I tested this for PAL by first setting the TV frequency to | 37 | * I tested this for PAL by first setting the TV frequency to |
37 | * 203 MHz and then switching to 96.6 MHz FM radio. The result was | 38 | * 203 MHz and then switching to 96.6 MHz FM radio. The result was |