All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: unlisted-recipients:; (no To-header on input)@canuck.infradead.org
Cc: Mauro Carvalho Chehab <mchehab@redhat.com>,
	Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: [PATCH 5/5] [media] az6007: Fix the number of parameters for QAM setup
Date: Sun,  5 Aug 2012 00:30:11 -0300	[thread overview]
Message-ID: <1344137411-27948-6-git-send-email-mchehab@redhat.com> (raw)
In-Reply-To: <1344137411-27948-1-git-send-email-mchehab@redhat.com>

Remove those warning messages:
[  121.696758] drxk: SCU_RESULT_INVPAR while sending cmd 0x0203 with params:
[  121.703401] drxk: 02 00 00 00 10 00 07 00 03 02                    ..........
[  121.703587] drxk: Warning -22 on QAMDemodulatorCommand

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
---
 drivers/media/dvb/dvb-usb-v2/az6007.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/media/dvb/dvb-usb-v2/az6007.c b/drivers/media/dvb/dvb-usb-v2/az6007.c
index 35ed915..4671eaa 100644
--- a/drivers/media/dvb/dvb-usb-v2/az6007.c
+++ b/drivers/media/dvb/dvb-usb-v2/az6007.c
@@ -64,6 +64,7 @@ static struct drxk_config terratec_h7_drxk = {
 	.no_i2c_bridge = false,
 	.chunk_size = 64,
 	.mpeg_out_clk_strength = 0x02,
+	.qam_demod_parameter_count = 2,
 	.microcode_name = "dvb-usb-terratec-h7-drxk.fw",
 };
 
-- 
1.7.11.2


  parent reply	other threads:[~2012-08-05  3:30 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-05  3:30 [PATCH 0/5] Convert az6007 to dvb-usb-v2 Mauro Carvalho Chehab
2012-08-05  3:30 ` [PATCH 1/5] [media] dvb-usb-v2: Fix cypress firmware compilation Mauro Carvalho Chehab
2012-08-05  3:30 ` [PATCH 2/5] [media] dvb-usb-v2: Don't ask user to select Cypress firmware module Mauro Carvalho Chehab
2012-08-05  3:30 ` [PATCH 3/5] [media] az6007: convert it to use dvb-usb-v2 Mauro Carvalho Chehab
2012-08-05  3:30 ` [PATCH 4/5] [media] az6007: fix the I2C W+R logic Mauro Carvalho Chehab
2012-08-05  3:30 ` Mauro Carvalho Chehab [this message]
2012-08-06 10:11 ` [PATCH 0/5] Convert az6007 to dvb-usb-v2 Antti Palosaari
2012-08-06 12:32   ` Mauro Carvalho Chehab

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=1344137411-27948-6-git-send-email-mchehab@redhat.com \
    --to=mchehab@redhat.com \
    --cc=linux-media@vger.kernel.org \
    /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.