On Saturday 19 May 2012 20:20:57 Hans de Goede wrote:
> Hi Hans et all,
>
> Currently the V4L2 API does not allow for radio devices with more then 1
> tuner, which is a bit of a historical oversight, since many radio devices
> have 2 tuners/demodulators 1 for FM and one for AM. Trying to model this as
> 1 tuner really does not work well, as they have 2 completely separate
> frequency bands they handle, as well as different properties (the FM part
> usually is stereo capable, the AM part is not).
>
> It is important to realize here that usually the AM/FM tuners are part
> of 1 chip, and often have only 1 frequency register which is used in
> both AM/FM modes. IOW it more or less is one tuner, but with 2 modes,
> and from a V4L2 API pov these modes are best modeled as 2 tuners.
> This is at least true for the radio-cadet card and the tea575x,
> which are the only 2 AM capable radio devices we currently know about.

When working on tea575x driver, I thought that it would be nice to implement 
AM. But found that none of my cards with TEA575x has implemented the AM part. 
The components required to receive AM radio (according to the chip datasheet) 
are missing.

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