Michael Krufky <[email protected]> wrote:
>
> +struct dvb_pll_desc dvb_pll_tdhu2 = {
> + .name = "ALPS TDHU2",
> + .min = 54000000,
> + .max = 864000000,
> + .count = 4,
> + .entries = {
> + { 162000000, 44000000, 62500, 0x85, 0x01 },
> + { 426000000, 44000000, 62500, 0x85, 0x02 },
> + { 782000000, 44000000, 62500, 0x85, 0x08 },
> + { 999999999, 44000000, 62500, 0x85, 0x88 },
> + }
> +};
> +EXPORT_SYMBOL(dvb_pll_tdhu2);
The new driver is to have a GPL license, I assume?
Generally, EXPORT_SYMBOL_GPL seems more appropriate for the DVB subsystem.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]