From patchwork Tue Feb 1 22:40:17 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Igor M. Liplianin" X-Patchwork-Id: 5773 Return-path: Envelope-to: mchehab@pedra Delivery-date: Tue, 01 Feb 2011 20:41:31 -0200 Received: from mchehab by pedra with local (Exim 4.72) (envelope-from ) id 1PkOug-0002mZ-Fg for mchehab@pedra; Tue, 01 Feb 2011 20:41:31 -0200 Received: from casper.infradead.org [85.118.1.10] by pedra with IMAP (fetchmail-6.3.17) for (single-drop); Tue, 01 Feb 2011 20:41:30 -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 1PkOu7-0006r7-St; Tue, 01 Feb 2011 22:40:56 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751425Ab1BAWky (ORCPT + 1 other); Tue, 1 Feb 2011 17:40:54 -0500 Received: from mail-fx0-f46.google.com ([209.85.161.46]:38207 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751221Ab1BAWky (ORCPT ); Tue, 1 Feb 2011 17:40:54 -0500 Received: by mail-fx0-f46.google.com with SMTP id 20so7348272fxm.19 for ; Tue, 01 Feb 2011 14:40:53 -0800 (PST) Received: by 10.223.71.195 with SMTP id i3mr244066faj.149.1296600053786; Tue, 01 Feb 2011 14:40:53 -0800 (PST) Received: from useri.localnet ([93.125.74.3]) by mx.google.com with ESMTPS id j12sm4020501fax.9.2011.02.01.14.40.52 (version=SSLv3 cipher=RC4-MD5); Tue, 01 Feb 2011 14:40:53 -0800 (PST) Subject: [PATCH 2/9 v2] ds3000: decrease mpeg clock output To: mchehab@infradead.org, linux-media@vger.kernel.org From: "Igor M. Liplianin" Date: Wed, 2 Feb 2011 00:40:17 +0200 MIME-Version: 1.0 Message-Id: <201102020040.18039.liplianin@me.by> Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Sender: TeVii s480 works fine with that on DVB-S2 channels Signed-off-by: Igor M. Liplianin --- drivers/media/dvb/frontends/ds3000.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/dvb/frontends/ds3000.c b/drivers/media/dvb/frontends/ds3000.c index 4773916..b20005c 100644 --- a/drivers/media/dvb/frontends/ds3000.c +++ b/drivers/media/dvb/frontends/ds3000.c @@ -1230,7 +1230,7 @@ static int ds3000_tune(struct dvb_frontend *fe, ds3000_writereg(state, ds3000_dvbs2_init_tab[i], ds3000_dvbs2_init_tab[i + 1]); - ds3000_writereg(state, 0xfe, 0x54); + ds3000_writereg(state, 0xfe, 0x98); break; default: return 1;