From a78a6081e938e68dc0d6effd642ba50648684b31 Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Tue, 22 Apr 2008 14:45:52 -0300 Subject: [PATCH] --- yaml --- r: 92479 b: refs/heads/master c: 22ef8fc945b28398d93a5d362e54915b66eba23f h: refs/heads/master i: 92477: 549de26f10888e5b0f0babeb392de871927e0882 92475: 7bae9b1cbfd2bc3a06d633b5b9f281c2e513e4f9 92471: 6423fa2f9ddb7854491a13b33818f67fcb96093f 92463: 63a706fd110f0d32e99b9a481a37b5a64bcdf6b5 92447: 138d3d2a7db7a35c53c4548b3c229f7098027f4b 92415: e2d8c90b1617a6f3eb8f1fce2f7cee49f9244ef9 v: v3 --- [refs] | 2 +- trunk/drivers/media/video/tuner-types.c | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 2f9e611156f7..d377c61c44e5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bed6d189b965974a13c8c13313f9ebce06c12c3c +refs/heads/master: 22ef8fc945b28398d93a5d362e54915b66eba23f diff --git a/trunk/drivers/media/video/tuner-types.c b/trunk/drivers/media/video/tuner-types.c index 40cc43e82887..8b53d0d05b23 100644 --- a/trunk/drivers/media/video/tuner-types.c +++ b/trunk/drivers/media/video/tuner-types.c @@ -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[] = { { @@ -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 ------------ */ @@ -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",