|
@@ -672,16 +672,6 @@ static struct tuner_params tuner_panasonic_vp27_params[] = {
|
|
|
},
|
|
|
};
|
|
|
|
|
|
-/* ------------ TUNER_LG_NTSC_TAPE - LGINNOTEK NTSC ------------ */
|
|
|
-
|
|
|
-static struct tuner_params tuner_lg_ntsc_tape_params[] = {
|
|
|
- {
|
|
|
- .type = TUNER_PARAM_TYPE_NTSC,
|
|
|
- .ranges = tuner_fm1236_mk3_ntsc_ranges,
|
|
|
- .count = ARRAY_SIZE(tuner_fm1236_mk3_ntsc_ranges),
|
|
|
- },
|
|
|
-};
|
|
|
-
|
|
|
/* ------------ TUNER_TNF_8831BGFF - Philips PAL ------------ */
|
|
|
|
|
|
static struct tuner_range tuner_tnf_8831bgff_pal_ranges[] = {
|
|
@@ -1331,8 +1321,8 @@ struct tunertype tuners[] = {
|
|
|
},
|
|
|
[TUNER_LG_NTSC_TAPE] = { /* LGINNOTEK NTSC */
|
|
|
.name = "LG NTSC (TAPE series)",
|
|
|
- .params = tuner_lg_ntsc_tape_params,
|
|
|
- .count = ARRAY_SIZE(tuner_lg_ntsc_tape_params),
|
|
|
+ .params = tuner_fm1236_mk3_params,
|
|
|
+ .count = ARRAY_SIZE(tuner_fm1236_mk3_params),
|
|
|
},
|
|
|
[TUNER_TNF_8831BGFF] = { /* Philips PAL */
|
|
|
.name = "Tenna TNF 8831 BGFF)",
|