From patchwork Tue Nov 4 12:35:31 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 5227301 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 94B9DC11AC for ; Tue, 4 Nov 2014 12:35:53 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id AFCC22013A for ; Tue, 4 Nov 2014 12:35:52 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 169D420138 for ; Tue, 4 Nov 2014 12:35:51 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 5A6A82614B0; Tue, 4 Nov 2014 13:35:49 +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, 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 EF16D260629; Tue, 4 Nov 2014 13:35:41 +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 5C5D72606A1; Tue, 4 Nov 2014 13:35:40 +0100 (CET) Received: from mail-lb0-f179.google.com (mail-lb0-f179.google.com [209.85.217.179]) by alsa0.perex.cz (Postfix) with ESMTP id 39D1A2605EC for ; Tue, 4 Nov 2014 13:35:32 +0100 (CET) Received: by mail-lb0-f179.google.com with SMTP id l4so4338851lbv.10 for ; Tue, 04 Nov 2014 04:35:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ZZw9Uj8HFhnMv6ZjO7xytJhrTqkAryYprmymGxqzNPA=; b=mP21BWxw4oULiulEBiIUPN/NwMkodFBjHGT9xd7Hq20ggk5JeUqJ87NtpzdLAcMr6P B+iA+JT3RJwozDJ1B64x4A8+CUXPZUVweTpZUFH3KMri1Ae4DuwACyl2ictSbaBhjATt U3B3wSJUqosf5qTdTO+DCRyz/nLTiFoF/aT7z1rqffI+HGYsAWB4y+fG6DjpyHijlEQj 3zUZBbU1RJzHsGCCiJiLJqpvPJrxpiWtZw6q3iJpfNZraTIH0Pa/CqHssBCBroUZ2xyJ XRr1pwfHK2uKlyhokFFpF4UZY3CTqpMUXBc5Ri80GwqLc307kwrmm5JWMQLoxjB2Xeus j9/Q== MIME-Version: 1.0 X-Received: by 10.112.85.138 with SMTP id h10mr58890017lbz.33.1415104531431; Tue, 04 Nov 2014 04:35:31 -0800 (PST) Received: by 10.152.7.39 with HTTP; Tue, 4 Nov 2014 04:35:31 -0800 (PST) In-Reply-To: <20141104115149.GO3815@sirena.org.uk> References: <20141104115149.GO3815@sirena.org.uk> Date: Tue, 4 Nov 2014 10:35:31 -0200 Message-ID: From: Fabio Estevam To: Mark Brown Cc: Nicolin Chen , "alsa-devel@alsa-project.org" , Lars-Peter Clausen , Shawn Guo Subject: Re: [alsa-devel] ASoC: no dapm match for AMIC 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 On Tue, Nov 4, 2014 at 9:51 AM, Mark Brown wrote: > At a guess you've got the route between the microphone and the bias for > it reversed; it's hard to tell without knowing anything about the > hardware. I think you are right. If I invert the route between the mic and bias then the error disappears: Thanks --- a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi +++ b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi @@ -107,7 +107,7 @@ "Headphone Jack", "HPOUTR", "Ext Spk", "SPKOUTL", "Ext Spk", "SPKOUTR", - "MICBIAS", "AMIC", + "AMIC", "MICBIAS", "IN3R", "MICBIAS", "DMIC", "MICBIAS", "DMICDAT", "DMIC";