Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92479
b: refs/heads/master
c: 22ef8fc
h: refs/heads/master
i:
  92477: 549de26
  92475: 7bae9b1
  92471: 6423fa2
  92463: 63a706f
  92447: 138d3d2
  92415: e2d8c90
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Apr 24, 2008
1 parent 1e50d57 commit a78a608
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bed6d189b965974a13c8c13313f9ebce06c12c3c
refs/heads/master: 22ef8fc945b28398d93a5d362e54915b66eba23f
14 changes: 14 additions & 0 deletions trunk/drivers/media/video/tuner-types.c
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,11 @@ static struct tuner_range tuner_thomson_dtt761x_ntsc_ranges[] = {
{ 16 * 999.99 , 0x8e, 0x3c, },
};

static struct tuner_range tuner_thomson_dtt761x_atsc_ranges[] = {
{ 16 * 147.00 /*MHz*/, 0x8e, 0x39, },
{ 16 * 417.00 /*MHz*/, 0x8e, 0x3a, },
{ 16 * 999.99 , 0x8e, 0x3c, },
};

static struct tuner_params tuner_thomson_dtt761x_params[] = {
{
Expand All @@ -865,6 +870,12 @@ static struct tuner_params tuner_thomson_dtt761x_params[] = {
.fm_gain_normal = 1,
.radio_if = 2, /* 41.3 MHz */
},
{
.type = TUNER_PARAM_TYPE_DIGITAL,
.ranges = tuner_thomson_dtt761x_atsc_ranges,
.count = ARRAY_SIZE(tuner_thomson_dtt761x_atsc_ranges),
.iffreq = 16 * 44.00, /*MHz*/
},
};

/* ------------ TUNER_TENA_9533_DI - Philips PAL ------------ */
Expand Down Expand Up @@ -1411,6 +1422,9 @@ struct tunertype tuners[] = {
.name = "Thomson DTT 761X (ATSC/NTSC)",
.params = tuner_thomson_dtt761x_params,
.count = ARRAY_SIZE(tuner_thomson_dtt761x_params),
.min = 16 * 57.00,
.max = 16 * 863.00,
.stepsize = 62500,
},
[TUNER_TENA_9533_DI] = { /* Philips PAL */
.name = "Tena TNF9533-D/IF/TNF9533-B/DF",
Expand Down

0 comments on commit a78a608

Please sign in to comment.