From patchwork Mon May 9 19:54:04 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Ringel X-Patchwork-Id: 6564 Return-path: Envelope-to: mchehab@gaivota Delivery-date: Mon, 09 May 2011 21:55:00 +0200 Received: from mchehab by gaivota with local (Exim 4.73) (envelope-from ) id 1QJWXk-0001jx-S3 for mchehab@gaivota; Mon, 09 May 2011 21:55:00 +0200 Received: from casper.infradead.org [85.118.1.10] by gaivota with IMAP (fetchmail-6.3.19) for (single-drop); Mon, 09 May 2011 21:55:00 +0200 (CEST) Received: from vger.kernel.org ([209.132.180.67]) by casper.infradead.org with esmtp (Exim 4.72 #1 (Red Hat Linux)) id 1QJWXJ-0001pq-8H; Mon, 09 May 2011 19:54:33 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754536Ab1EITyV (ORCPT + 1 other); Mon, 9 May 2011 15:54:21 -0400 Received: from mail-in-11.arcor-online.net ([151.189.21.51]:44024 "EHLO mail-in-11.arcor-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754477Ab1EITyR (ORCPT ); Mon, 9 May 2011 15:54:17 -0400 Received: from mail-in-02-z2.arcor-online.net (mail-in-02-z2.arcor-online.net [151.189.8.14]) by mx.arcor.de (Postfix) with ESMTP id 20F0235A3E6; Mon, 9 May 2011 21:54:16 +0200 (CEST) Received: from mail-in-14.arcor-online.net (mail-in-14.arcor-online.net [151.189.21.54]) by mail-in-02-z2.arcor-online.net (Postfix) with ESMTP id 1B58A1754B6; Mon, 9 May 2011 21:54:16 +0200 (CEST) Received: from localhost.localdomain (dslb-178-000-053-073.pools.arcor-ip.net [178.0.53.73]) (Authenticated sender: stefan.ringel@arcor.de) by mail-in-14.arcor-online.net (Postfix) with ESMTPA id C7A399C13C; Mon, 9 May 2011 21:54:15 +0200 (CEST) X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-14.arcor-online.net C7A399C13C DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arcor.de; s=mail-in; t=1304970856; bh=T9bWesd1y31RRLNofyulZpIDfZs6tIl5ALpTz5Jxrzo=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=ZdhFNbAE2zElECq9NpcO0f75XGWtJWCF753IujOS+Qf7gBy0WOtOzddtwQCn8dPhr dT4V8IF+E4t+7opXSgHzVj73WzitcLMzezVVHBrKECASGWdApYgRvIrgKDMjl5P8UI 8XmbftE5TcAMzrTwcqZc3EQwNMxKkdGrHORD6oQM= From: stefan.ringel@arcor.de To: linux-media@vger.kernel.org Cc: mchehab@redhat.com, d.belimov@gmail.com, Stefan Ringel Subject: [PATCH 16/16] tm6000: remove tm6010 sif audio start and stop Date: Mon, 9 May 2011 21:54:04 +0200 Message-Id: <1304970844-20955-16-git-send-email-stefan.ringel@arcor.de> X-Mailer: git-send-email 1.7.4.2 In-Reply-To: <1304970844-20955-1-git-send-email-stefan.ringel@arcor.de> References: <1304970844-20955-1-git-send-email-stefan.ringel@arcor.de> Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Sender: Mauro Carvalho Chehab From: Stefan Ringel remove tm6010 sif audio start and stop Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-alsa.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-alsa.c b/drivers/staging/tm6000/tm6000-alsa.c index acb0317..2b96047 100644 --- a/drivers/staging/tm6000/tm6000-alsa.c +++ b/drivers/staging/tm6000/tm6000-alsa.c @@ -84,7 +84,6 @@ static int _tm6000_start_audio_dma(struct snd_tm6000_card *chip) tm6000_set_audio_bitrate(core, 48000); - tm6000_set_reg(core, TM6010_REQ08_R01_A_INIT, 0x80); return 0; } @@ -101,8 +100,6 @@ static int _tm6000_stop_audio_dma(struct snd_tm6000_card *chip) /* Disables audio */ tm6000_set_reg_mask(core, TM6010_REQ07_RCC_ACTIVE_VIDEO_IF, 0x00, 0x40); - tm6000_set_reg(core, TM6010_REQ08_R01_A_INIT, 0); - return 0; }