From patchwork Wed Jul 30 14:27:06 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 4649811 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 085559F32F for ; Wed, 30 Jul 2014 14:27:55 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 2108420158 for ; Wed, 30 Jul 2014 14:27:54 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id EDBC82010C for ; Wed, 30 Jul 2014 14:27:52 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id A77BA2619EA; Wed, 30 Jul 2014 16:27:51 +0200 (CEST) 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, 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 A51B926166B; Wed, 30 Jul 2014 16:27:40 +0200 (CEST) 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 06B91261683; Wed, 30 Jul 2014 16:27:38 +0200 (CEST) Received: from mail-vc0-f176.google.com (mail-vc0-f176.google.com [209.85.220.176]) by alsa0.perex.cz (Postfix) with ESMTP id C681C261647 for ; Wed, 30 Jul 2014 16:27:30 +0200 (CEST) Received: by mail-vc0-f176.google.com with SMTP id id10so1883857vcb.7 for ; Wed, 30 Jul 2014 07:27:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=Y2hSyYKWTL0lknmlibY2kXLz3vgOWsq8uRRhmFQZX3M=; b=II8+C3lFG7GR+0rwIO6wEXZ8wDKuNPlaXRd3Jj2R03yg2J92Iu8DIQrOeXqa9fb4mD 8jWYKUWQLML80pkwnARH5CnCbuxv+R9jEMOVqIalWRTvmA3ulLD9srdnlFyfpnvc+mpW CBgw9Aj3t3I5RrWKcwiEq7kxrsLbM7tRnoYxw+xJ4i9bx5FZO7z3zaGZWr/wbijb1673 lJjaFD9wwCpJYMHZ+z1GY940fhqbBVLG56ivD45Oz2NR64xMEpcrg3FSfGetM7lmcKnb IfCEmzeZFKFOCYUI0M/67R3lfNhl2Mde5Rs/eRiCYOxrbRyDMG516FEgnS+mzDkxMmhw rTUQ== X-Received: by 10.52.177.98 with SMTP id cp2mr1578237vdc.88.1406730448806; Wed, 30 Jul 2014 07:27:28 -0700 (PDT) Received: from localhost.localdomain ([186.207.90.28]) by mx.google.com with ESMTPSA id mz10sm5841604vdb.17.2014.07.30.07.27.26 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 30 Jul 2014 07:27:27 -0700 (PDT) From: Fabio Estevam To: broonie@kernel.org Date: Wed, 30 Jul 2014 11:27:06 -0300 Message-Id: <1406730426-11023-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.9.1 Cc: nicoleotsuka@gmail.com, Fabio Estevam , alsa-devel@alsa-project.org, lgirdwood@gmail.com Subject: [alsa-devel] [PATCH] ASoC: fsl: fsl_asrc: Select SND_SOC_GENERIC_DMAENGINE_PCM 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: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP From: Fabio Estevam Building a kernel with SND_SOC_GENERIC_DMAENGINE_PCM=n leads to the following error: ERROR: "snd_dmaengine_pcm_prepare_slave_config" [sound/soc/fsl/snd-soc-fsl-asrc.ko] undefined! Let SND_SOC_FSL_ASRC select SND_SOC_GENERIC_DMAENGINE_PCM in order to fix such error. Reported-by: kbuild test robot Signed-off-by: Fabio Estevam --- sound/soc/fsl/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index 2fb8a43..f54a8fc 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig @@ -5,6 +5,7 @@ comment "Common SoC Audio options for Freescale CPUs:" config SND_SOC_FSL_ASRC tristate "Asynchronous Sample Rate Converter (ASRC) module support" select REGMAP_MMIO + select SND_SOC_GENERIC_DMAENGINE_PCM help Say Y if you want to add Asynchronous Sample Rate Converter (ASRC) support for the Freescale CPUs.