Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp2536109yba; Mon, 6 May 2019 07:39:28 -0700 (PDT) X-Google-Smtp-Source: APXvYqxz4yA41xIuB97jGp1QskGeZ9OVaLcWNff56dNdaQ24vRiDK36OR5UYJIq/f8Nt4Qbh3Cyv X-Received: by 2002:a63:9214:: with SMTP id o20mr32381884pgd.203.1557153568202; Mon, 06 May 2019 07:39:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1557153568; cv=none; d=google.com; s=arc-20160816; b=B1dTzxu/I/+WBQ9ozyhOIESLg+nrHn4wWkvkChe6NaCZCrKVYfrrEg7b7F8RTyQVEZ Hn157oSFjMUph/tG7rM3Q59ff5em7GfNiQs5Ql710Dg32U+mFnbGMRBI6yl0yMgevBMH 6OIYtwHTFOPpDYbmeLLNKU6JWKTUul0namVJ+X3gLva4e1pvSZoEOR9OcTv04GN5tiCJ 86G2wpyivnf9lhDWE6oV++VNwtY4kB3xjkq9QMQ0M/g7sp3BXlqLcpIkaci678LXWX9K bqeEpUlJMquQss3lm+JCXwGcm96HyfxbcYmMc0NwPgaG9KI0ho9ZQJfDPMY85/rSp54d IMuw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=vbdHGD8aI0dOm3Uov0OrBE/Tub+bRVm1GxA1MnuYvf8=; b=S6LHO9QGSFkBDG8zVwBqrEgvfxEP8s+XqQdsL3ky3d/uZvCxzcIYqk29xoPHK6i+mX 4+/SyTnR1IhLi9FOEoy1+jDnlRlUBQNho5UI8jeBCCg1A/FO9kJvp8VgWL+oNzBz9jcQ 3syfPCJvQZzvj4kRPa0E1WG/KOF//EcMbQSdPydK77VzSsWIMnttLAGG/XX4vQvQAOEb N1o6yzjiKoWUsr+E+vrIYjyMQCrYHg+6E4EHjXg2jbH0xXheDD62HVAGYGLAepUwhf60 8kas+lsQRPzjrQClJNKEZ1HcQne/Jg2lWFhRosDVJr9ZQ72ORNJNLSLg+2QlCbwc4LQE 0Dvg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=cV9XKcYB; 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 78si15001394pfr.138.2019.05.06.07.39.12; Mon, 06 May 2019 07:39:28 -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; dkim=pass header.i=@kernel.org header.s=default header.b=cV9XKcYB; 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 S1727419AbfEFOhf (ORCPT + 99 others); Mon, 6 May 2019 10:37:35 -0400 Received: from mail.kernel.org ([198.145.29.99]:58246 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727407AbfEFOhb (ORCPT ); Mon, 6 May 2019 10:37:31 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 DEEBC206A3; Mon, 6 May 2019 14:37:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1557153450; bh=CKsQSdAvYcNcqiJXrGe17uJIj296AwqzVPBLKuA2Mws=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=cV9XKcYBwS5NmQ0ch18bpTIkPdqWW5wnxzOH0aAhu/WjQusVcewvXWmplRPUKrsCJ BoPrStoqgJqbxf3hZvj6xxgk3Fr/bribO2lmsqpNkEkBJiUEcT3WKulMAf72upr4IF uAGVChnGe1MLvy2mdkjRt1JVBdi50/1qle7xIxkQ= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Pierre-Louis Bossart , Hans de Goede , Mark Brown Subject: [PATCH 5.0 094/122] ASoC: Intel: bytcr_rt5651: Revert "Fix DMIC map headsetmic mapping" Date: Mon, 6 May 2019 16:32:32 +0200 Message-Id: <20190506143103.246989208@linuxfoundation.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190506143054.670334917@linuxfoundation.org> References: <20190506143054.670334917@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Hans de Goede commit aee48a9ffa5a128bf4e433c57c39e015ea5b0208 upstream. Commit 37c7401e8c1f ("ASoC: Intel: bytcr_rt5651: Fix DMIC map headsetmic mapping"), changed the headsetmic mapping from IN3P to IN2P, this was based on the observation that all bytcr_rt5651 devices I have access to (7 devices) where all using IN3P for the headsetmic. This was an attempt to unifify / simplify the mapping, but it was wrong. None of those devices was actually using a digital internal mic. Now I've access to a Point of View TAB-P1006W-232 (v1.0) tabler, which does use a DMIC and it does have its headsetmic connected to IN2P, showing that the original mapping was correct, so this commit reverts the change changing the mapping back to IN2P. Fixes: 37c7401e8c1f ("ASoC: Intel: bytcr_rt5651: Fix DMIC map ... mapping") Acked-by: Pierre-Louis Bossart Signed-off-by: Hans de Goede Signed-off-by: Mark Brown Signed-off-by: Greg Kroah-Hartman --- sound/soc/intel/boards/bytcr_rt5651.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/sound/soc/intel/boards/bytcr_rt5651.c +++ b/sound/soc/intel/boards/bytcr_rt5651.c @@ -266,7 +266,7 @@ static const struct snd_soc_dapm_route b static const struct snd_soc_dapm_route byt_rt5651_intmic_dmic_map[] = { {"DMIC L1", NULL, "Internal Mic"}, {"DMIC R1", NULL, "Internal Mic"}, - {"IN3P", NULL, "Headset Mic"}, + {"IN2P", NULL, "Headset Mic"}, }; static const struct snd_soc_dapm_route byt_rt5651_intmic_in1_map[] = {