From: Antti Palosaari <crope@iki.fi>
To: Olli Salonen <olli.salonen@iki.fi>, linux-media@vger.kernel.org
Subject: Re: [PATCH] si2157: add support for SYS_DVBC_ANNEX_B
Date: Thu, 30 Oct 2014 16:49:11 +0200 [thread overview]
Message-ID: <54524FE7.6040701@iki.fi> (raw)
In-Reply-To: <1414665796-22123-1-git-send-email-olli.salonen@iki.fi>
Acked-by: Antti Palosaari <crope@iki.fi>
Reviewed-by: Antti Palosaari <crope@iki.fi>
Antti
On 10/30/2014 12:43 PM, Olli Salonen wrote:
> Set the property for delivery system also in case of SYS_DVBC_ANNEX_B. This behaviour is observed in the sniffs taken with Hauppauge HVR-955Q Windows driver.
>
> Signed-off-by: Olli Salonen <olli.salonen@iki.fi>
> ---
> drivers/media/tuners/si2157.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/drivers/media/tuners/si2157.c b/drivers/media/tuners/si2157.c
> index cf97142..b086b87 100644
> --- a/drivers/media/tuners/si2157.c
> +++ b/drivers/media/tuners/si2157.c
> @@ -250,6 +250,9 @@ static int si2157_set_params(struct dvb_frontend *fe)
> case SYS_ATSC:
> delivery_system = 0x00;
> break;
> + case SYS_DVBC_ANNEX_B:
> + delivery_system = 0x10;
> + break;
> case SYS_DVBT:
> case SYS_DVBT2: /* it seems DVB-T and DVB-T2 both are 0x20 here */
> delivery_system = 0x20;
>
--
http://palosaari.fi/
prev parent reply other threads:[~2014-10-30 14:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-30 10:43 [PATCH] si2157: add support for SYS_DVBC_ANNEX_B Olli Salonen
2014-10-30 14:49 ` Antti Palosaari [this message]
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=54524FE7.6040701@iki.fi \
--to=crope@iki.fi \
--cc=linux-media@vger.kernel.org \
--cc=olli.salonen@iki.fi \
/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.