On Tue, 2009-05-12 at 08:15 +0300, Eero Nurkkala wrote: > 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 ..And South America goes as USA (should we denote is as North America instead?). See, North America also has, in addition to USA,: Canada, Bahamas, Barbaros, Saint Kitts and Nevis, Trinidad and Tobago, Antigua and Barbuda, Costa Rica, Mexico, Grenada, Belize, Panama, Dominical Republic, Saint Vincent and the Grenadines, Dominica, Saint Lucia, El Salvador, Jamaica, Guatemala, Cuba, Hondura, Nicaragua and Haiti) - Eero -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html