From patchwork Wed Oct 29 04:01:53 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 5183791 Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 3F8189F318 for ; Wed, 29 Oct 2014 04:02:21 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 7D5182017A for ; Wed, 29 Oct 2014 04:02:20 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 3DA6520172 for ; Wed, 29 Oct 2014 04:02:19 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 18F3A2619D0; Wed, 29 Oct 2014 05:02:17 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, NO_DNS_FOR_FROM, RCVD_IN_DNSWL_NONE, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=no version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id D24282604A9; Wed, 29 Oct 2014 05:02:05 +0100 (CET) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id B302C2604A9; Wed, 29 Oct 2014 05:02:04 +0100 (CET) Received: from mail-pd0-f175.google.com (mail-pd0-f175.google.com [209.85.192.175]) by alsa0.perex.cz (Postfix) with ESMTP id 469EE2604A4 for ; Wed, 29 Oct 2014 05:01:56 +0100 (CET) Received: by mail-pd0-f175.google.com with SMTP id y13so2127436pdi.6 for ; Tue, 28 Oct 2014 21:01:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:message-id:from:subject:user-agent:to:cc:in-reply-to :references:mime-version:content-type; bh=SXOxM1UCu1rzUZtaccEt8mXfMDW1gCIM89N9cl/TlTk=; b=I6C6yrVx/x4GZPATs/zQYcWT0EEhyH5EmSGOZ0yz7qp0ItPQ7bc+42keTxWrAmycOO JARvAmdDj3YH7bMqKOKemxGyjuR1nrIF8LLg3l2HL/R5/T47W7LXfN0Tg2v9OuxUJz2/ qctH8cToeyCm5M92t0xMeOFgIWyIfVGGc4RhuIFZn/EwMBGGiBDGkKzMXKyZaXj84pSd iOmVx05lUMHl61r72KxYfTLciT++M0fMhSnClrzs4wOrdLqdOmPnuDkuxCwbnBdAbx3B JIgFlRvl5PujblMcNyD/8jGEWzlJ7rDBSTHkVstoi1AwVpyVfknu3TsXOKQGP01RQdx9 JDZA== X-Received: by 10.70.103.174 with SMTP id fx14mr8007701pdb.23.1414555314249; Tue, 28 Oct 2014 21:01:54 -0700 (PDT) Received: from remon.gmail.com (49.14.32.202.bf.2iij.net. [202.32.14.49]) by mx.google.com with ESMTPSA id pw10sm2915443pbc.93.2014.10.28.21.01.51 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 28 Oct 2014 21:01:53 -0700 (PDT) Date: Tue, 28 Oct 2014 21:01:53 -0700 (PDT) Message-ID: <87egtrcymo.wl%kuninori.morimoto.gx@gmail.com> From: Kuninori Morimoto User-Agent: Wanderlust/2.14.0 Emacs/23.3 Mule/6.0 To: Mark Brown In-Reply-To: References: <14c90bfeb435473dadc9e4d3251c9f65@HK2PR06MB0419.apcprd06.prod.outlook.com> <87lhnziubh.wl%kuninori.morimoto.gx@renesas.com> MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Cc: Linux-ALSA , JUN WATANABE , Kuninori Morimoto , Liam Girdwood , Simon , NAOYA SHIIBA Subject: [alsa-devel] [PATCH] ASoC: fsi: remove unsupported PAUSE flag X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP From: Kuninori Morimoto FSI doesn't support PAUSE. Remove SNDRV_PCM_INFO_PAUSE flags from snd_pcm_hardware info Signed-off-by: Kuninori Morimoto --- sound/soc/sh/fsi.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sound/soc/sh/fsi.c b/sound/soc/sh/fsi.c index 66fddec..88e5df4 100644 --- a/sound/soc/sh/fsi.c +++ b/sound/soc/sh/fsi.c @@ -1711,8 +1711,7 @@ static const struct snd_soc_dai_ops fsi_dai_ops = { static struct snd_pcm_hardware fsi_pcm_hardware = { .info = SNDRV_PCM_INFO_INTERLEAVED | SNDRV_PCM_INFO_MMAP | - SNDRV_PCM_INFO_MMAP_VALID | - SNDRV_PCM_INFO_PAUSE, + SNDRV_PCM_INFO_MMAP_VALID, .buffer_bytes_max = 64 * 1024, .period_bytes_min = 32, .period_bytes_max = 8192,