V4L/DVB (12964): tuner-core: add support for NXP TDA18271 without TDA829X demod
[safe/jmp/linux-2.6] / drivers / media / common / tuners / tuner-types.c
index a2204df..2b876f3 100644 (file)
@@ -1801,6 +1801,10 @@ struct tunertype tuners[] = {
                .count  = ARRAY_SIZE(tuner_philips_cu1216l_params),
                .stepsize = 62500,
        },
+       [TUNER_NXP_TDA18271] = {
+               .name   = "NXP TDA18271",
+               /* see tda18271-fe.c for details */
+       },
 };
 EXPORT_SYMBOL(tuners);