Re: Discussion: How to deal with radio tuners which can tune to multiple bands

2012-05-27 Thread Hans de Goede
Hi, Just noticed the following on: http://linuxtv.org/downloads/v4l-dvb-apis/tuner.html#id2570531 This specification does not define radio output devices., iow no radio modulators, but we agreed upon making the band changes to the modulator too, and this makes sense because AFAIK we do support

Re: Discussion: How to deal with radio tuners which can tune to multiple bands

2012-05-27 Thread Hans Verkuil
On Sun May 27 2012 11:06:27 Hans de Goede wrote: Hi, Just noticed the following on: http://linuxtv.org/downloads/v4l-dvb-apis/tuner.html#id2570531 This specification does not define radio output devices., iow no radio modulators, but we agreed upon making the band changes to the

Re: Discussion: How to deal with radio tuners which can tune to multiple bands

2012-05-26 Thread Hans Verkuil
On Sat May 26 2012 18:02:34 Hans de Goede wrote: Hi, On 05/24/2012 09:12 PM, Hans de Goede wrote: Hi, On 05/24/2012 05:00 PM, Hans Verkuil wrote: I think / hope that covers everything we need. Suggestions ? Comments ? Modulators. v4l2_modulator needs a band field as well. The

Re: Discussion: How to deal with radio tuners which can tune to multiple bands

2012-05-26 Thread Hans de Goede
Hi, On 05/26/2012 06:40 PM, Hans Verkuil wrote: On Sat May 26 2012 18:02:34 Hans de Goede wrote: Hi, On 05/24/2012 09:12 PM, Hans de Goede wrote: Hi, On 05/24/2012 05:00 PM, Hans Verkuil wrote: I think / hope that covers everything we need. Suggestions ? Comments ? Modulators.

Re: Discussion: How to deal with radio tuners which can tune to multiple bands

2012-05-26 Thread Hans de Goede
Hi, On 05/26/2012 08:22 PM, Hans Verkuil wrote: On Sat May 26 2012 20:09:53 Hans de Goede wrote: Hi, On 05/26/2012 06:40 PM, Hans Verkuil wrote: On Sat May 26 2012 18:02:34 Hans de Goede wrote: Hi, On 05/24/2012 09:12 PM, Hans de Goede wrote: Hi, On 05/24/2012 05:00 PM, Hans Verkuil

Re: Discussion: How to deal with radio tuners which can tune to multiple bands

2012-05-26 Thread Hans Verkuil
Just a warning to avoid double work: I'll post a patch with all the needed changes tomorrow (or Monday at the latest). That will also include changes from my RFC on improving the hardware seek. Regards, Hans On Sat May 26 2012 20:38:52 Hans de Goede wrote: Hi, On 05/26/2012 08:22

Re: Discussion: How to deal with radio tuners which can tune to multiple bands

2012-05-24 Thread Hans Verkuil
On Wed 23 May 2012 20:29:20 Hans de Goede wrote: Hi, As discussed before 2 different use-cases have come up where we want some knowledge of there being different radio bands added to the v4l2 API. In Manjunatha Halli's case, if I understand things correctly, he wants to limit hw_freq_seek

Re: Discussion: How to deal with radio tuners which can tune to multiple bands

2012-05-24 Thread Hans de Goede
Hi, On 05/24/2012 05:00 PM, Hans Verkuil wrote: On Wed 23 May 2012 20:29:20 Hans de Goede wrote: snip ### So given all of the above I would like to propose the following: 1) Add a band field to struct v4l2_tuner, and a capability indicating if the driver understands / uses this field

Re: Discussion: How to deal with radio tuners which can tune to multiple bands

2012-05-24 Thread halli manjunatha
On Thu, May 24, 2012 at 2:12 PM, Hans de Goede hdego...@redhat.com wrote: Hi, On 05/24/2012 05:00 PM, Hans Verkuil wrote: On Wed 23 May 2012 20:29:20 Hans de Goede wrote: snip ### So given all of the above I would like to propose the following: 1) Add a band field to struct

Discussion: How to deal with radio tuners which can tune to multiple bands

2012-05-23 Thread Hans de Goede
Hi, As discussed before 2 different use-cases have come up where we want some knowledge of there being different radio bands added to the v4l2 API. In Manjunatha Halli's case, if I understand things correctly, he wants to limit hw_freq_seek to a certain band, rather then the receiver happily

Re: Discussion: How to deal with radio tuners which can tune to multiple bands

2012-05-23 Thread Hans de Goede
Hi, On 05/23/2012 09:24 PM, halli manjunatha wrote: On Wed, May 23, 2012 at 1:29 PM, Hans de Goedehdego...@redhat.com wrote: snip my super long proposal intro :) ### So given all of the above I would like to propose the following: 1) Add a band field to struct v4l2_tuner, and a