On Mon, 2009-05-11 at 11:31 +0200, Valentin Eduardo (Nokia-D/Helsinki)
wrote:
> +/*
> + * Values for region specific configurations
> + * (spacing, bottom and top frequencies, preemphasis)
> + */
> +static struct region_info region_configs[] = {
> +       /* USA */
> +       {
> +               .channel_spacing        = 20,
> +               .bottom_frequency       = 8750,
> +               .top_frequency          = 10800,
> +               .preemphasis            = 0,
> +               .region                 = 0,
> +       },
> +       /* Australia */
> +       {
> +               .channel_spacing        = 20,
> +               .bottom_frequency       = 8750,
> +               .top_frequency          = 10800,
> +               .preemphasis            = 1,
> +               .region                 = 1,
> +       },
> +       /* Europe */
> +       {
> +               .channel_spacing        = 10,
> +               .bottom_frequency       = 8750,
> +               .top_frequency          = 10800,
> +               .preemphasis            = 1,
> +               .region                 = 2,
> +       },
> +       /* Japan */
> +       {
> +               .channel_spacing        = 10,
> +               .bottom_frequency       = 7600,
> +               .top_frequency          = 9000,
> +               .preemphasis            = 1,
> +               .region                 = 3,
> +       },
> +       /* Japan wide band */
> +       {
> +               .channel_spacing        = 10,
> +               .bottom_frequency       = 7600,
> +               .top_frequency          = 10800,
> +               .preemphasis            = 1,
> +               .region                 = 4,
> +       },
> +};
> +

Hi,

I took a quick peek;

For USA, the correct range appears as:
USA: 87.9 - 107.9

Some more to add:

China: 92 - 108 Mhz
Korea: 88 - 108 Mhz
(Europe?Middle east? Israel: 87.5 - 108)

But please do double check these before changing ;)

- Eero

--
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