From: Antti Palosaari <crope@iki.fi>
To: Patrick Boettcher <pboettcher@kernellabs.com>
Cc: linux-media <linux-media@vger.kernel.org>,
Andreas Oberritter <obi@linuxtv.org>
Subject: Re: [RFCv1] add DTMB support for DVB API
Date: Sun, 25 Dec 2011 00:04:12 +0200 [thread overview]
Message-ID: <4EF64C5C.1030708@iki.fi> (raw)
In-Reply-To: <201112231830.59716.pboettcher@kernellabs.com>
On 12/23/2011 07:30 PM, Patrick Boettcher wrote:
> Hi Antti,
>
> On Thursday, December 22, 2011 10:30:25 PM Antti Palosaari wrote:
>> Rename DMB-TH to DTMB.
>>
>> Add few new values for existing parameters.
>>
>> Add two new parameters, interleaving and carrier.
>> DTMB supports interleavers: 240 and 720.
>> DTMB supports carriers: 1 and 3780.
>>
>> Signed-off-by: Antti Palosaari<crope@iki.fi>
>> ---
>> drivers/media/dvb/dvb-core/dvb_frontend.c | 19 ++++++++++++++++++-
>> drivers/media/dvb/dvb-core/dvb_frontend.h | 3 +++
>> include/linux/dvb/frontend.h | 13 +++++++++++--
>> include/linux/dvb/version.h | 2 +-
>> 4 files changed, 33 insertions(+), 4 deletions(-)
>>
>> diff --git a/drivers/media/dvb/dvb-core/dvb_frontend.c
>> b/drivers/media/dvb/dvb-core/dvb_frontend.c
>> index 821b225..ec2cbae 100644
>> --- a/drivers/media/dvb/dvb-core/dvb_frontend.c
>> +++ b/drivers/media/dvb/dvb-core/dvb_frontend.c
>> @@ -924,6 +924,8 @@ static struct dtv_cmds_h dtv_cmds[DTV_MAX_COMMAND +
>> 1] = {
>> _DTV_CMD(DTV_CODE_RATE_LP, 1, 0),
>> _DTV_CMD(DTV_GUARD_INTERVAL, 1, 0),
>> _DTV_CMD(DTV_TRANSMISSION_MODE, 1, 0),
>> + _DTV_CMD(DTV_CARRIER, 1, 0),
>
> What would you think if instead of adding DTV_CARRIER (which indicates
> whether we are using single carrier or multi carrier, if I understand it
> correctly) we add a TRANSMISSION_MODE_SC.
>
> Then TRANSMISSION_MODE_4K is the multi-carrier mode and TRANSMISSION_MODE_SC
> is the single-carrier mode. We save a new DTV-command.
>
> I'm not making a secret of it, this is how we handled this inside DiBcom and
> it would simplify the integration of our drivers for this standard. This is
> planned to be done during the first half of 2012.
>
> Comments?
I already did that :)
I proposed it yesterday. But as you seems to have problem with your send
mail server that reply arrives more than one day late you have sent.
Anyhow, nice to see you have ended up same decision.
I named those TRANSMISSION_MODE_C=1 and TRANSMISSION_MODE_C=3780 as
those were names used by specification.
The only totally new parameter is interleaver which I didn't find
existing one have same meaning.
But look my yesterday mails and reply, I will wait your review under I
post new RFC patch. Also I would like to hear Andreas comments.
thanks
Antti
--
http://palosaari.fi/
next prev parent reply other threads:[~2011-12-24 22:04 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-22 21:30 [RFCv1] add DTMB support for DVB API Antti Palosaari
2011-12-23 10:55 ` Mauro Carvalho Chehab
2011-12-23 21:54 ` Antti Palosaari
2011-12-23 21:59 ` Andreas Oberritter
2011-12-23 13:29 ` [RFC] remove dtv_property_dump et al Andreas Oberritter
2011-12-23 13:38 ` [RFCv1] add DTMB support for DVB API Andreas Oberritter
2011-12-23 17:27 ` Patrick Boettcher
2011-12-24 21:56 ` Antti Palosaari
2011-12-27 16:26 ` Patrick Boettcher
2011-12-27 17:50 ` Mauro Carvalho Chehab
2011-12-23 22:33 ` Antti Palosaari
2011-12-23 17:30 ` Patrick Boettcher
2011-12-24 22:04 ` Antti Palosaari [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-12-22 21:29 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=4EF64C5C.1030708@iki.fi \
--to=crope@iki.fi \
--cc=linux-media@vger.kernel.org \
--cc=obi@linuxtv.org \
--cc=pboettcher@kernellabs.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.