Received: by 10.192.165.156 with SMTP id m28csp70419imm; Tue, 10 Apr 2018 16:38:40 -0700 (PDT) X-Google-Smtp-Source: AIpwx48ygbPKVIZm/wACgA1MV+XWYB/7w+jAFuswiU0SoXHkZXaUTxykErzkxDCBwBA2xApgRJYI X-Received: by 10.99.99.194 with SMTP id x185mr1698646pgb.4.1523403520370; Tue, 10 Apr 2018 16:38:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523403520; cv=none; d=google.com; s=arc-20160816; b=nitW1xCZ/GYHO7vxoJsrSSQZq7SA5kyFpio38qQvdomwWDhrhMSxJGxXKEU4lvbJ8I HjKOZfevWq4dIGtZCseEaGmPZM3vHfErkM/dA5TwuvC1pL1ON+Ej5mvNw2vA5SLYha5q KJyBGRNHLKlM7nQTEGoZlhN2hcPR5/zlzDgtRMQzmtoTx95riAGmTOb3ofLX3gOOu4rD uLO3FMUKFE9JbFni994eON8UfK42Bu7K/MuXgZBgnw0vPHmnUQbyBBikS+CVyQbt+Jgj 9lHyiaC4COhd6Mpz7rgitxxlclMQYHzsPU/nCrSufrk/s5yyns7p8gSuyP4pTjiXmf0i y4mw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=Qx+c4O37P2bYJhF5AWoWl5lzTGceGTDiJ6HbkNEnQbM=; b=KjM8IYuSvCkGCz4AJzIvnJ79YGDvoT7ZBArRLxKPwp32zxYL8nrEJHoT2YyMfSr8ze bLaDLrqa64JynHMBBAZIBZ1GJKcWZo6COT0iyta6con/N1kf392RJCgfg8zprrOmB+gr /YS/QVHkfYofkN3N7tAbMtwktN6WQukg8nlayTKLC8R/2a7Fkpn+gIe+7o8pSJ4D95cP Ss/6ZHMeB1QccaMtDQdRAEzhQJ5tyPk3xnWjqPyugd5B29xKjREObdAGclgBstutmIcx rT/l/WWa5rWSfGSfKqRCg9Qbio8FguZYP/PE8N0bKbQTqfB7N0OYqHg/f3fvO4r5fPJz QbCA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u206si2366633pgb.321.2018.04.10.16.38.03; Tue, 10 Apr 2018 16:38:40 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753984AbeDJW2R (ORCPT + 99 others); Tue, 10 Apr 2018 18:28:17 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:38888 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753783AbeDJW2P (ORCPT ); Tue, 10 Apr 2018 18:28:15 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 15152D0B; Tue, 10 Apr 2018 22:28:13 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Hans de Goede , Mark Brown , Sasha Levin Subject: [PATCH 4.15 035/168] ASoC: Intel: cht_bsw_rt5645: Analog Mic support Date: Wed, 11 Apr 2018 00:22:57 +0200 Message-Id: <20180410212801.691934506@linuxfoundation.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180410212800.144079021@linuxfoundation.org> References: <20180410212800.144079021@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.15-stable review patch. If anyone has any objections, please let me know. ------------------ From: Hans de Goede [ Upstream commit b70b309950418437bbd2a30afd169c4f09dee3e5 ] Various Cherry Trail boards with a rt5645 codec have an analog mic connected to IN2P + IN2N. The mic on this boards also needs micbias to be enabled, on some boards micbias1 is used and on others micbias2, so we enable both. This commit adds a new "Int Analog Mic" DAPM widget for this, so that we do not end up enabling micbias on boards with a digital mic which uses the already present "Int Mic" widget. Some existing UCM files already refer to "Int Mic" for their "Internal Analog Microphones" SectionDevice, but these don't work anyways since they enable the RECMIX BST1 Switch instead of the BST2 switch. Signed-off-by: Hans de Goede Signed-off-by: Mark Brown Signed-off-by: Sasha Levin Signed-off-by: Greg Kroah-Hartman --- sound/soc/intel/boards/cht_bsw_rt5645.c | 7 +++++++ 1 file changed, 7 insertions(+) --- a/sound/soc/intel/boards/cht_bsw_rt5645.c +++ b/sound/soc/intel/boards/cht_bsw_rt5645.c @@ -118,6 +118,7 @@ static const struct snd_soc_dapm_widget SND_SOC_DAPM_HP("Headphone", NULL), SND_SOC_DAPM_MIC("Headset Mic", NULL), SND_SOC_DAPM_MIC("Int Mic", NULL), + SND_SOC_DAPM_MIC("Int Analog Mic", NULL), SND_SOC_DAPM_SPK("Ext Spk", NULL), SND_SOC_DAPM_SUPPLY("Platform Clock", SND_SOC_NOPM, 0, 0, platform_clock_control, SND_SOC_DAPM_PRE_PMU | SND_SOC_DAPM_POST_PMD), @@ -128,6 +129,8 @@ static const struct snd_soc_dapm_route c {"IN1N", NULL, "Headset Mic"}, {"DMIC L1", NULL, "Int Mic"}, {"DMIC R1", NULL, "Int Mic"}, + {"IN2P", NULL, "Int Analog Mic"}, + {"IN2N", NULL, "Int Analog Mic"}, {"Headphone", NULL, "HPOL"}, {"Headphone", NULL, "HPOR"}, {"Ext Spk", NULL, "SPOL"}, @@ -135,6 +138,9 @@ static const struct snd_soc_dapm_route c {"Headphone", NULL, "Platform Clock"}, {"Headset Mic", NULL, "Platform Clock"}, {"Int Mic", NULL, "Platform Clock"}, + {"Int Analog Mic", NULL, "Platform Clock"}, + {"Int Analog Mic", NULL, "micbias1"}, + {"Int Analog Mic", NULL, "micbias2"}, {"Ext Spk", NULL, "Platform Clock"}, }; @@ -189,6 +195,7 @@ static const struct snd_kcontrol_new cht SOC_DAPM_PIN_SWITCH("Headphone"), SOC_DAPM_PIN_SWITCH("Headset Mic"), SOC_DAPM_PIN_SWITCH("Int Mic"), + SOC_DAPM_PIN_SWITCH("Int Analog Mic"), SOC_DAPM_PIN_SWITCH("Ext Spk"), };