From patchwork Wed Aug 2 17:09:30 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Srinivas Kandagatla X-Patchwork-Id: 9877185 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 1B70F602BC for ; Wed, 2 Aug 2017 17:11:13 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id F38232880B for ; Wed, 2 Aug 2017 17:11:12 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E81AD2880C; Wed, 2 Aug 2017 17:11:12 +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.3 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,T_DKIM_INVALID autolearn=no 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 469A32880F for ; Wed, 2 Aug 2017 17:11:12 +0000 (UTC) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id E197226737B; Wed, 2 Aug 2017 19:10:08 +0200 (CEST) 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 E0189267392; Wed, 2 Aug 2017 19:10:00 +0200 (CEST) Received: from mail-io0-f171.google.com (mail-io0-f171.google.com [209.85.223.171]) by alsa0.perex.cz (Postfix) with ESMTP id 9B9CF26738E for ; Wed, 2 Aug 2017 19:09:55 +0200 (CEST) Received: by mail-io0-f171.google.com with SMTP id m88so22767708iod.2 for ; Wed, 02 Aug 2017 10:09:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=nOACoCdjpNKh55qtiEDu/xAaD2oyawY7DhYzL7c8DFY=; b=E20WZCSnnsI1pAkElJphiM+LGz4qVec3BXjltf18YRnPIdmLYncrb10Wst+1O294ZF VF5l3l4oesr0YaumTcQ23V62L3uAs3b7E71s9xRcRJtgNZLcKPAScSPYwXUX6H2+/TeS qCtMatdx8Am8/wx9RjXTo1akJEmovmZgAfRME= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=nOACoCdjpNKh55qtiEDu/xAaD2oyawY7DhYzL7c8DFY=; b=s/rzrEUr4EGm2/5qdNYA2oRLLFrT1ggYNic9F5qCIHATMi6JbsplEJUyr8ST25P5Gx qMV8guoLxLRUfXeMAb/MRO/1eeaJbpJfvOkxdUPRx9F0CIlIMibS4jNsopO+l2bSRShy TDj8YU18kfCtLbJ9xX+4TUhHDGwv9t5Q6MqX64djPELwKay//e8O/RzTrNpZelh63hWu 5cuOx/lhgRzeKNJv9Qh8M6UJfoi9C913SypTw2ys2AoTb95jawnx2V29JPTKOdm7Dfp7 T36ZzQeJOe0Jc8rnoy6mYPp5OjPLHgAqpJmVmIA5aG4hsR+tZawIMIcb+08X4VJrZJlA 98Vg== X-Gm-Message-State: AIVw110lp//TMPDZx2GHOGNk9IehavSy4mpj66Fsf6WPFB1uKUZTPb7g 4dXuv/4ndUB7Gvff X-Received: by 10.107.188.197 with SMTP id m188mr3996589iof.239.1501693795178; Wed, 02 Aug 2017 10:09:55 -0700 (PDT) Received: from localhost.localdomain (static.8.26.4.46.clients.your-server.de. [46.4.26.8]) by smtp.gmail.com with ESMTPSA id u79sm2291222ita.24.2017.08.02.10.09.53 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 02 Aug 2017 10:09:54 -0700 (PDT) From: srinivas.kandagatla@linaro.org To: Mark Brown , Banajit Goswami , alsa-devel@alsa-project.org Date: Wed, 2 Aug 2017 19:09:30 +0200 Message-Id: <20170802170930.26083-7-srinivas.kandagatla@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170802170930.26083-1-srinivas.kandagatla@linaro.org> References: <20170802170930.26083-1-srinivas.kandagatla@linaro.org> Cc: damien.riegel@savoirfairelinux.com, Patrick Lai , linux-kernel@vger.kernel.org, Takashi Iwai , Srinivas Kandagatla Subject: [alsa-devel] [PATCH v2 6/6] arm64: dts: apq8016-sbc: add mbhc buttons support 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: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP From: Srinivas Kandagatla Signed-off-by: Srinivas Kandagatla --- arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi index 0981efc..bce458c 100644 --- a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi +++ b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi @@ -387,6 +387,8 @@ status = "okay"; clocks = <&gcc GCC_CODEC_DIGCODEC_CLK>; clock-names = "mclk"; + qcom,mbhc-vthreshold-low = <75 150 237 450 500>; + qcom,mbhc-vthreshold-high = <75 150 237 450 500>; }; &spmi_pon {