From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 41A31C433DF for ; Sat, 22 Aug 2020 12:42:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1A56C207CD for ; Sat, 22 Aug 2020 12:42:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598100130; bh=PcEbuY1tMJFLuQznEtfgM3cYcbdw9Klc6NZA+4mCA0o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=JNS3lQjJAEO8ajt4BIdp849mU+C2Vm6twQCviedCjFXREYDdIGYa7s5KAB3sayFwI Onyhohrh8eZgguKgsey8gqlK6AEgIQ0uP/DDx3m7e9OhzABxloEto67o10YTK4kUSA dvL7+4tEAo3r8M+bKjZDs3gX2qNX/JyLMlSGTTpo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727900AbgHVMmJ (ORCPT ); Sat, 22 Aug 2020 08:42:09 -0400 Received: from mail.kernel.org ([198.145.29.99]:33516 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727827AbgHVMmJ (ORCPT ); Sat, 22 Aug 2020 08:42:09 -0400 Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5881020720; Sat, 22 Aug 2020 12:42:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598100129; bh=PcEbuY1tMJFLuQznEtfgM3cYcbdw9Klc6NZA+4mCA0o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ii6BpWdJyzx+67QqHjvAgA7F+Nsy2r603EcPHYaQ84JipcKvdWYh4JQUDLzihHWlV zmlVMY2oTpPZEeMIdWBc0l9RVCU/kZOv7qKa/3Lix7SuKJb0GxqBCPsiAX/dfe4knK UYzkOrzHIWfKb2xnr8g48jZSPGZTSAQd0y/MXB4Y= Date: Sat, 22 Aug 2020 20:42:04 +0800 From: Shawn Guo To: Shengjiu Wang Cc: robh+dt@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] ARM: dts: imx6qdl-sabresd: Support headphone and microphone detection Message-ID: <20200822124203.GL27575@dragon> References: <1596623944-3104-1-git-send-email-shengjiu.wang@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1596623944-3104-1-git-send-email-shengjiu.wang@nxp.com> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, Aug 05, 2020 at 06:39:04PM +0800, Shengjiu Wang wrote: > Add "DMIC" rounting, headphone and microphone detect gpio for sound > card, then output sound can switch between headphone and speaker. > input sound can switch between DMIC and AMIC. > > Signed-off-by: Shengjiu Wang Applied, thanks.