Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21611
b: refs/heads/master
c: 99d33d5
h: refs/heads/master
i:
  21609: cc4a7cc
  21607: f932bdd
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Feb 7, 2006
1 parent d558c5d commit 7856ebc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 17 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bd0d0f59ca56c7ef063d714e9b602fcaa5c11072
refs/heads/master: 99d33d5012c31c6c2b7ad5658654d7c5f0d606d1
10 changes: 0 additions & 10 deletions trunk/drivers/media/video/tuner-simple.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
15 changes: 9 additions & 6 deletions trunk/drivers/media/video/tuner-types.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,16 @@
* 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 */
Expand Down

0 comments on commit 7856ebc

Please sign in to comment.