From patchwork Fri Dec 31 11:37:00 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Igor M. Liplianin" X-Patchwork-Id: 5397 Return-path: Envelope-to: mchehab@gaivota Delivery-date: Sat, 01 Jan 2011 07:57:27 -0200 Received: from mchehab by gaivota with local (Exim 4.72) (envelope-from ) id 1PYyDH-0001su-2b for mchehab@gaivota; Sat, 01 Jan 2011 07:57:27 -0200 Received: from casper.infradead.org [85.118.1.10] by gaivota with IMAP (fetchmail-6.3.17) for (single-drop); Sat, 01 Jan 2011 07:57:27 -0200 (BRST) Received: from vger.kernel.org ([209.132.180.67]) by casper.infradead.org with esmtp (Exim 4.72 #1 (Red Hat Linux)) id 1PYxq9-0005IV-K5; Sat, 01 Jan 2011 09:33:33 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752190Ab1AAJdI (ORCPT + 1 other); Sat, 1 Jan 2011 04:33:08 -0500 Received: from mail-ey0-f174.google.com ([209.85.215.174]:40931 "EHLO mail-ey0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752106Ab1AAJdH (ORCPT ); Sat, 1 Jan 2011 04:33:07 -0500 Received: by eye27 with SMTP id 27so5458115eye.19 for ; Sat, 01 Jan 2011 01:33:05 -0800 (PST) Received: by 10.213.34.203 with SMTP id m11mr12061784ebd.12.1293874384964; Sat, 01 Jan 2011 01:33:04 -0800 (PST) Received: from useri.localnet ([93.125.74.3]) by mx.google.com with ESMTPS id q58sm12966489eeh.21.2011.01.01.01.33.03 (version=SSLv3 cipher=RC4-MD5); Sat, 01 Jan 2011 01:33:04 -0800 (PST) Message-ID: <4d1ef4d0.52790e0a.29d3.06b9@mx.google.com> From: Abylay Ospan Date: Fri, 31 Dec 2010 13:37:00 +0200 Subject: [PATCH 11/18] stv0367: change default value for AGC register. To: , , Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Sender: Mauro Carvalho Chehab Signed-off-by: Abylay Ospan --- drivers/media/dvb/frontends/stv0367.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/dvb/frontends/stv0367.c b/drivers/media/dvb/frontends/stv0367.c index e6bee7f..9439388 100644 --- a/drivers/media/dvb/frontends/stv0367.c +++ b/drivers/media/dvb/frontends/stv0367.c @@ -286,7 +286,7 @@ static struct st_register def0367ter[STV0367TER_NBREGS] = { {R367TER_PLLMDIV, 0x01},/* for xc5000; was 0x0c */ {R367TER_PLLNDIV, 0x06},/* for xc5000; was 0x55 */ {R367TER_PLLSETUP, 0x18}, - {R367TER_DUAL_AD12, 0x04},/* for xc5000; was 0x00 */ + {R367TER_DUAL_AD12, 0x0C},/* for xc5000 AGC voltage 1.6V */ {R367TER_TSTBIST, 0x00}, {R367TER_PAD_COMP_CTRL, 0x00}, {R367TER_PAD_COMP_WR, 0x00}, @@ -599,7 +599,7 @@ static struct st_register def0367cab[STV0367CAB_NBREGS] = { {R367CAB_PLLMDIV, 0x01}, {R367CAB_PLLNDIV, 0x08}, {R367CAB_PLLSETUP, 0x18}, - {R367CAB_DUAL_AD12, 0x04}, + {R367CAB_DUAL_AD12, 0x0C}, /* for xc5000 AGC voltage 1.6V */ {R367CAB_TSTBIST, 0x00}, {R367CAB_CTRL_1, 0x00}, {R367CAB_CTRL_2, 0x03},