From patchwork Fri Mar 23 14:09:47 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pavel Machek X-Patchwork-Id: 10304767 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 20DC2600F6 for ; Fri, 23 Mar 2018 14:10:01 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 11CA928EE3 for ; Fri, 23 Mar 2018 14:10:01 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 03EA628EE6; Fri, 23 Mar 2018 14:10:01 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7AD9228EE3 for ; Fri, 23 Mar 2018 14:09:57 +0000 (UTC) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id 7D59B266AE4; Fri, 23 Mar 2018 15:09:55 +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 5F365266B0F; Fri, 23 Mar 2018 15:09:51 +0100 (CET) Received: from atrey.karlin.mff.cuni.cz (atrey.karlin.mff.cuni.cz [195.113.26.193]) by alsa0.perex.cz (Postfix) with ESMTP id 7FB7A266A73 for ; Fri, 23 Mar 2018 15:09:49 +0100 (CET) Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 5B5A68021E; Fri, 23 Mar 2018 15:09:48 +0100 (CET) Date: Fri, 23 Mar 2018 15:09:47 +0100 From: Pavel Machek To: Sebastian Reichel Message-ID: <20180323140947.GA23658@amd> References: <20180223200254.25685-6-sebastian.reichel@collabora.co.uk> <20180322204804.GA26871@amd> <20180322234832.o24ut5ahon46mdu4@earth.universe> <20180323100930.GA21644@amd> <20180323103006.alymgb3ywftb4gek@earth.universe> MIME-Version: 1.0 In-Reply-To: <20180323103006.alymgb3ywftb4gek@earth.universe> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, kernel@collabora.com, Tony Lindgren , linux-kernel@vger.kernel.org, Takashi Iwai , Liam Girdwood , Rob Herring , Mark Brown , linux-omap@vger.kernel.org, Lee Jones Subject: Re: [alsa-devel] [PATCHv5, 5/5] ARM: dts: omap4-droid4: add soundcard 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 Hi! > That's not an error, but just some debug messages. Consider > disabling CONFIG_DEBUG_GPIO to get rid of them. > > > Indeed the dts does not seem to contain any gpios > > It's optional and does not exist on Droid 4. > > > soundcard { ... > > }; > > > > Any more ideas? :-) > > Make sure, that the device was not proped properly (cat > /proc/asound/cards) and post the real error? :) Thanks, it is indeed a config problem. When I disabled "unrelated" options, these got disabled, too: They can be only selected, and there's nothing to select them in Droid 4 case. Pavel diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig index 2772414..7860b6e 100644 --- a/sound/soc/omap/Kconfig +++ b/sound/soc/omap/Kconfig @@ -4,13 +4,13 @@ config SND_OMAP_SOC select SND_DMAENGINE_PCM config SND_OMAP_SOC_DMIC - tristate + tristate "dmic" config SND_OMAP_SOC_MCBSP - tristate + tristate "mcbsp" config SND_OMAP_SOC_MCPDM - tristate + tristate "mcpdm" config SND_OMAP_SOC_HDMI_AUDIO tristate "HDMI audio support for OMAP4+ based SoCs"