Loading Documentation/video4linux/CARDLIST.tuner +1 −0 Original line number Diff line number Diff line Loading @@ -79,3 +79,4 @@ tuner=78 - Philips FMD1216MEX MK3 Hybrid Tuner tuner=79 - Philips PAL/SECAM multi (FM1216 MK5) tuner=80 - Philips FQ1216LME MK3 PAL/SECAM w/active loopthrough tuner=81 - Partsnic (Daewoo) PTI-5NF05 tuner=82 - Philips CU1216L drivers/media/common/tuners/tuner-types.c +23 −0 Original line number Diff line number Diff line Loading @@ -1320,6 +1320,23 @@ static struct tuner_params tuner_partsnic_pti_5nf05_params[] = { }, }; /* --------- TUNER_PHILIPS_CU1216L - DVB-C NIM ------------------------- */ static struct tuner_range tuner_cu1216l_ranges[] = { { 16 * 160.25 /*MHz*/, 0xce, 0x01 }, { 16 * 444.25 /*MHz*/, 0xce, 0x02 }, { 16 * 999.99 , 0xce, 0x04 }, }; static struct tuner_params tuner_philips_cu1216l_params[] = { { .type = TUNER_PARAM_TYPE_DIGITAL, .ranges = tuner_cu1216l_ranges, .count = ARRAY_SIZE(tuner_cu1216l_ranges), .iffreq = 16 * 36.125, /*MHz*/ }, }; /* --------------------------------------------------------------------- */ struct tunertype tuners[] = { Loading Loading @@ -1778,6 +1795,12 @@ struct tunertype tuners[] = { .params = tuner_partsnic_pti_5nf05_params, .count = ARRAY_SIZE(tuner_partsnic_pti_5nf05_params), }, [TUNER_PHILIPS_CU1216L] = { .name = "Philips CU1216L", .params = tuner_philips_cu1216l_params, .count = ARRAY_SIZE(tuner_philips_cu1216l_params), .stepsize = 62500, }, }; EXPORT_SYMBOL(tuners); Loading include/media/tuner.h +1 −0 Original line number Diff line number Diff line Loading @@ -127,6 +127,7 @@ #define TUNER_PHILIPS_FM1216MK5 79 #define TUNER_PHILIPS_FQ1216LME_MK3 80 /* Active loopthrough, no FM */ #define TUNER_PARTSNIC_PTI_5NF05 81 #define TUNER_PHILIPS_CU1216L 82 /* tv card specific */ #define TDA9887_PRESENT (1<<0) Loading Loading
Documentation/video4linux/CARDLIST.tuner +1 −0 Original line number Diff line number Diff line Loading @@ -79,3 +79,4 @@ tuner=78 - Philips FMD1216MEX MK3 Hybrid Tuner tuner=79 - Philips PAL/SECAM multi (FM1216 MK5) tuner=80 - Philips FQ1216LME MK3 PAL/SECAM w/active loopthrough tuner=81 - Partsnic (Daewoo) PTI-5NF05 tuner=82 - Philips CU1216L
drivers/media/common/tuners/tuner-types.c +23 −0 Original line number Diff line number Diff line Loading @@ -1320,6 +1320,23 @@ static struct tuner_params tuner_partsnic_pti_5nf05_params[] = { }, }; /* --------- TUNER_PHILIPS_CU1216L - DVB-C NIM ------------------------- */ static struct tuner_range tuner_cu1216l_ranges[] = { { 16 * 160.25 /*MHz*/, 0xce, 0x01 }, { 16 * 444.25 /*MHz*/, 0xce, 0x02 }, { 16 * 999.99 , 0xce, 0x04 }, }; static struct tuner_params tuner_philips_cu1216l_params[] = { { .type = TUNER_PARAM_TYPE_DIGITAL, .ranges = tuner_cu1216l_ranges, .count = ARRAY_SIZE(tuner_cu1216l_ranges), .iffreq = 16 * 36.125, /*MHz*/ }, }; /* --------------------------------------------------------------------- */ struct tunertype tuners[] = { Loading Loading @@ -1778,6 +1795,12 @@ struct tunertype tuners[] = { .params = tuner_partsnic_pti_5nf05_params, .count = ARRAY_SIZE(tuner_partsnic_pti_5nf05_params), }, [TUNER_PHILIPS_CU1216L] = { .name = "Philips CU1216L", .params = tuner_philips_cu1216l_params, .count = ARRAY_SIZE(tuner_philips_cu1216l_params), .stepsize = 62500, }, }; EXPORT_SYMBOL(tuners); Loading
include/media/tuner.h +1 −0 Original line number Diff line number Diff line Loading @@ -127,6 +127,7 @@ #define TUNER_PHILIPS_FM1216MK5 79 #define TUNER_PHILIPS_FQ1216LME_MK3 80 /* Active loopthrough, no FM */ #define TUNER_PARTSNIC_PTI_5NF05 81 #define TUNER_PHILIPS_CU1216L 82 /* tv card specific */ #define TDA9887_PRESENT (1<<0) Loading