diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-01-30 01:09:47 -0500 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2006-01-30 01:09:47 -0500 |
commit | 3582db0bde8c3650e9a4e815451596e4e853c32e (patch) | |
tree | dd0c8a0c7aec724d452b08c596c436f8deba814f /linux/drivers/media/video/tuner-simple.c | |
parent | 468fce58b3ea2f23e016382108283daa5824f9d0 (diff) | |
download | mediapointer-dvb-s2-3582db0bde8c3650e9a4e815451596e4e853c32e.tar.gz mediapointer-dvb-s2-3582db0bde8c3650e9a4e815451596e4e853c32e.tar.bz2 |
update tuner comments
From: Michael Krufky <mkrufky@linuxtv.org>
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>
Diffstat (limited to 'linux/drivers/media/video/tuner-simple.c')
-rw-r--r-- | linux/drivers/media/video/tuner-simple.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/linux/drivers/media/video/tuner-simple.c b/linux/drivers/media/video/tuner-simple.c index a56a0f04a..658d3b265 100644 --- a/linux/drivers/media/video/tuner-simple.c +++ b/linux/drivers/media/video/tuner-simple.c @@ -89,16 +89,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) |