From patchwork Sat Aug 28 12:45:14 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: 5379 Return-path: Envelope-to: mchehab@gaivota Delivery-date: Fri, 31 Dec 2010 08:15:26 -0200 Received: from mchehab by gaivota with local (Exim 4.72) (envelope-from ) id 1PYc18-0002Qd-Fq for mchehab@gaivota; Fri, 31 Dec 2010 08:15:26 -0200 Received: from casper.infradead.org [85.118.1.10] by gaivota with IMAP (fetchmail-6.3.17) for (single-drop); Fri, 31 Dec 2010 08:15:26 -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 1PYXby-00017K-5t; Fri, 31 Dec 2010 05:33:10 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752111Ab0LaFcN (ORCPT + 1 other); Fri, 31 Dec 2010 00:32:13 -0500 Received: from mail-ey0-f174.google.com ([209.85.215.174]:62492 "EHLO mail-ey0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752056Ab0LaFcM (ORCPT ); Fri, 31 Dec 2010 00:32:12 -0500 Received: by mail-ey0-f174.google.com with SMTP id 27so5151171eye.19 for ; Thu, 30 Dec 2010 21:32:11 -0800 (PST) Received: by 10.14.127.136 with SMTP id d8mr9702209eei.23.1293773531402; Thu, 30 Dec 2010 21:32:11 -0800 (PST) Received: from useri.localnet ([93.125.74.3]) by mx.google.com with ESMTPS id t5sm11994271eeh.8.2010.12.30.21.32.09 (version=SSLv3 cipher=RC4-MD5); Thu, 30 Dec 2010 21:32:10 -0800 (PST) Message-ID: <4d1d6ada.857a0e0a.45e5.ffffd91d@mx.google.com> From: Abylay Ospan Date: Sat, 28 Aug 2010 15:45:14 +0300 Subject: [PATCH 11/18] stv0367: change default value for AGC register. To: , linux-media@vger.kernel.org, , 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},