All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans Verkuil <hverkuil@xs4all.nl>
To: Antti Palosaari <crope@iki.fi>
Cc: linux-media@vger.kernel.org,
	Mauro Carvalho Chehab <m.chehab@samsung.com>
Subject: Re: [PATCH RFC 4/4] v4l: 1 Hz resolution flag for tuners
Date: Fri, 13 Dec 2013 15:05:59 +0100	[thread overview]
Message-ID: <52AB1447.9090601@xs4all.nl> (raw)
In-Reply-To: <52A9F0C7.2050602@iki.fi>

On 12/12/2013 06:22 PM, Antti Palosaari wrote:
> Hi Hans!
> 
> On 12.12.2013 09:55, Hans Verkuil wrote:
>> On 12/12/2013 12:54 AM, Antti Palosaari wrote:
>>> Add V4L2_TUNER_CAP_1HZ for 1 Hz resolution.
>>>
>>> Signed-off-by: Antti Palosaari <crope@iki.fi>
>>> ---
>>>   include/uapi/linux/videodev2.h | 1 +
>>>   1 file changed, 1 insertion(+)
>>>
>>> diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h
>>> index 6c6a601..1bac6c4 100644
>>> --- a/include/uapi/linux/videodev2.h
>>> +++ b/include/uapi/linux/videodev2.h
>>> @@ -1349,6 +1349,7 @@ struct v4l2_modulator {
>>>   #define V4L2_TUNER_CAP_RDS_CONTROLS	0x0200
>>>   #define V4L2_TUNER_CAP_FREQ_BANDS	0x0400
>>>   #define V4L2_TUNER_CAP_HWSEEK_PROG_LIM	0x0800
>>> +#define V4L2_TUNER_CAP_1HZ		0x1000
>>>
>>>   /*  Flags for the 'rxsubchans' field */
>>>   #define V4L2_TUNER_SUB_MONO		0x0001
>>>
>>
>> I was wondering, do the band modulation systems (V4L2_BAND_MODULATION_VSB etc.) cover SDR?
> 
> There is no such modulations defined for SDR hardware level. SDR 
> demodulation is done by software called DSP (digital signal processing) 
> in host computer.
> 
> In ideal case, SDR receiver has only 1 property: ADC (analog to digital 
> converter) sampling rate.

So in that case the band modulation would be 0, right?

> 
> But as digital signal processing is very CPU intensive when sampling 
> rates are increased, there is very often RF tuner used to down-convert 
> actual radio frequency to low-IF / BB. Then ADC is used to sample that 
> baseband / low-IF signal and only small sampling rate is needed => 
> stream is smaller => DSP does not need so much CPU.

How does the application know that there is an RF tuner? I assume that
the app needs to know this?

As you can probably tell, I basically know nothing about SDR, so forgive
me if I am asking stupid questions. I just want to make sure all bases
are covered when it comes to the V4L2 API.

Regards,

	Hans

>> Anyway, I'm happy with this patch series. As far as I am concerned, the next step would
>> be to add documention and I would also recommend updating v4l2-compliance. Writing docs
>> and adding compliance tests has proven useful in the past to discover ambiguous API specs.
> 
> I will do these at finally when I drivers and applications are tested to 
> be working.
> 
> regards
> Antti
> 


  reply	other threads:[~2013-12-13 14:06 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-11 23:53 [PATCH RFC 0/4] SDR API set ADC and RF frequency Antti Palosaari
2013-12-11 23:54 ` [PATCH RFC 1/4] v4l2-core: don't clear VIDIOC_G_FREQUENCY tuner type Antti Palosaari
2013-12-11 23:54 ` [PATCH RFC 2/4] v4l2: add new device type for Software Defined Radio Antti Palosaari
2013-12-11 23:54 ` [PATCH RFC 3/4] v4l: add new tuner types for SDR Antti Palosaari
2013-12-12  7:50   ` Hans Verkuil
2013-12-12 17:12     ` Antti Palosaari
2013-12-12 19:14       ` Antti Palosaari
2013-12-13 14:31         ` Hans Verkuil
2013-12-13 13:58       ` Hans Verkuil
2013-12-11 23:54 ` [PATCH RFC 4/4] v4l: 1 Hz resolution flag for tuners Antti Palosaari
2013-12-12  7:55   ` Hans Verkuil
2013-12-12 17:22     ` Antti Palosaari
2013-12-13 14:05       ` Hans Verkuil [this message]
2013-12-13 15:42         ` Antti Palosaari
2013-12-13 16:08           ` Hans Verkuil
2013-12-13 19:27             ` Antti Palosaari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52AB1447.9090601@xs4all.nl \
    --to=hverkuil@xs4all.nl \
    --cc=crope@iki.fi \
    --cc=linux-media@vger.kernel.org \
    --cc=m.chehab@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.