Hi Lukáš/Hermann,

Any news about this patch? I'll mark it as RFC at the patchwork, since it seems 
that this is not finished yet. Please let me know if you make some progress.

> @@ -1352,6 +1353,7 @@ struct saa7134_board saa7134_boards[] =
>               .tuner_addr     = ADDR_UNSET,
>               .radio_addr     = ADDR_UNSET,
>                .mpeg           = SAA7134_MPEG_DVB,
> +              .num_frontends  = 1,
>                .inputs         = {{
>                        .name = name_tv,
>                        .vmux = 1,

Just one suggestion here: it is a way better to assume that an "uninitialized" 
value (e. g. num_frontends = 0) for num_frontends to mean that just one 
frontend exists. This saves space at the initialization segment
of the module and avoids the risk of someone forget to add num_frontends=0.

cheers,
Mauro.
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to