]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
V4L/DVB (3271): Update tuner comments
authorMichael Krufky <mkrufky@linuxtv.org>
Tue, 7 Feb 2006 08:25:36 +0000 (06:25 -0200)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Tue, 7 Feb 2006 08:25:36 +0000 (06:25 -0200)
Right now, all tuners are using the first tuner_params[]
array element for analog mode. We are now ready to begin merging
similar tuner definitions together, such that each tuner definition
will have a tuner_params struct for each available video standard.
The tuner_params[] array element will be chosen based on the video
standard in use.

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/tuner-simple.c
drivers/media/video/tuner-types.c

index 17e29cc60c90e13dd0bc80bd4f19c8545fe1ba64..2e680cf515a2da559ebd00608778cc5126def497 100644 (file)
@@ -79,16 +79,6 @@ MODULE_PARM_DESC(offset,"Allows to specify an offset for tuner");
 #define TUNER_PLL_LOCKED   0x40
 #define TUNER_STEREO_MK3   0x04
 
-/* FIXME:
- * Right now, all tuners are using the first tuner_params[] array element
- * for analog mode. In the future, we will be merging similar tuner
- * definitions together, such that each tuner definition will have a
- * tuner_params struct for each available video standard. At that point,
- * the tuner_params[] array element will be chosen based on the video
- * standard in use.
- *
- */
-
 /* ---------------------------------------------------------------------- */
 
 static int tuner_getstatus(struct i2c_client *c)
index 27fc4d06b1d28fb9a0ffa932726869b8f14f68a6..9786e590624a4cd97f51d9236651d8cfd1f3a92a 100644 (file)
  *     Each tuner_params array may contain one or more elements, one
  *     for each video standard.
  *
- *     FIXME: Some tuner_range definitions are duplicated, and
- *     should be eliminated.
+ *     FIXME: tuner_params struct contains an element, tda988x. We must
+ *     set this for all tuners that contain a tda988x chip, and then we
+ *     can remove this setting from the various card structs.
  *
- *     FIXME: tunertype struct contains an element, has_tda988x.
- *     We must set this for all tunertypes that contain a tda988x
- *     chip, and then we can remove this setting from the various
- *     card structs.
+ *     FIXME: Right now, all tuners are using the first tuner_params[]
+ *     array element for analog mode. In the future, we will be merging
+ *     similar tuner definitions together, such that each tuner definition
+ *     will have a tuner_params struct for each available video standard.
+ *     At that point, the tuner_params[] array element will be chosen
+ *     based on the video standard in use.
  */
 
 /* 0-9 */