From patchwork Wed Oct 29 04:02:03 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 5183801 Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 3E056C11AC for ; Wed, 29 Oct 2014 04:02:46 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 80F0520179 for ; Wed, 29 Oct 2014 04:02:45 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 54DDE2017D for ; Wed, 29 Oct 2014 04:02:44 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 5BE402625FF; Wed, 29 Oct 2014 05:02:43 +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 CA3012604A5; Wed, 29 Oct 2014 05:02:12 +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 2B611260713; Wed, 29 Oct 2014 05:02:11 +0100 (CET) Received: from mail-pa0-f50.google.com (mail-pa0-f50.google.com [209.85.220.50]) by alsa0.perex.cz (Postfix) with ESMTP id 237CC2604A4 for ; Wed, 29 Oct 2014 05:02:04 +0100 (CET) Received: by mail-pa0-f50.google.com with SMTP id eu11so2245340pac.23 for ; Tue, 28 Oct 2014 21:02:03 -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=pMTkvqDeiDeiKf2YiHOgvdq7aXYv7PGG3VHKnOPJXew=; b=yLP+F3FRX3HBhmmo+a/C3NmMKjJt5Ths+CCMFFN7b/uE2SbgoZxlNqmGdv3VC5diiU iSjKkAjniMPWlYwrGeKHZ07EnhlGQFqw0eJMcjbblMPDEVEDiPXqK0oVALsxgCLpp2aU L74rgHHkJM8xH1lNQqvHwAovUEXqOeHOZGITGOznp5Ni5tIVazThT0iwWnKhlm4ALZ7A bLe6BX9ywLS7Ocu+8d7bsPWjwvMRZBlsVl4AJLIdb1k1cwB+FbB0AiPmH4vBfjTMwoKH 5qFogOhL4dSQVZl3XDzsxLMlYT4NaC3A5kQ8Y2OIyriOUXI79c+4w9T0h71JJC18c43R kLSw== X-Received: by 10.68.233.133 with SMTP id tw5mr7871734pbc.19.1414555323734; Tue, 28 Oct 2014 21:02:03 -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 fv3sm2989590pac.7.2014.10.28.21.02.01 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 28 Oct 2014 21:02:03 -0700 (PDT) Date: Tue, 28 Oct 2014 21:02:03 -0700 (PDT) Message-ID: <87d29bcymb.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: rsnd: 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 R-Car sound doesn't support PAUSE. Remove SNDRV_PCM_INFO_PAUSE flags from snd_pcm_hardware info Signed-off-by: Kuninori Morimoto --- sound/soc/sh/rcar/core.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sound/soc/sh/rcar/core.c b/sound/soc/sh/rcar/core.c index 1922ec5..7004219 100644 --- a/sound/soc/sh/rcar/core.c +++ b/sound/soc/sh/rcar/core.c @@ -886,8 +886,7 @@ static int rsnd_dai_probe(struct platform_device *pdev, static struct snd_pcm_hardware rsnd_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,