From patchwork Wed Feb 11 14:49:52 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tomeu Vizoso X-Patchwork-Id: 5812861 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.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 22B8BBF440 for ; Wed, 11 Feb 2015 14:51:41 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6079E2024F for ; Wed, 11 Feb 2015 14:51:40 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 2E7FA20259 for ; Wed, 11 Feb 2015 14:51:39 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 514C5265086; Wed, 11 Feb 2015 15:51:38 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, 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 8058D264ED4; Wed, 11 Feb 2015 15:51:08 +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 6FA80264F36; Wed, 11 Feb 2015 15:51:07 +0100 (CET) Received: from mail-we0-f177.google.com (mail-we0-f177.google.com [74.125.82.177]) by alsa0.perex.cz (Postfix) with ESMTP id 2064B260604 for ; Wed, 11 Feb 2015 15:50:59 +0100 (CET) Received: by mail-we0-f177.google.com with SMTP id l61so3921342wev.8 for ; Wed, 11 Feb 2015 06:50:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=sUXWyCEXF50KdSW0Zch48hwByLOMcv4Oq02oI/ZOD4M=; b=r7ck4HQeWwuzP9vb4dX9XL7BolTeeSFWlcc1lxgEA7LTIosXkxNiof3gc89DnuHFch K6EdKjRRb4k1pQVUBT3Fl6MvicwkAo19ZBkzdYkCGEEWjhDre574E/bIif1Izll74TZK /Qul5eFYMFo/OYIb4rNnAKP8+stX61Bs16OLyI/DuEQ6TRPKlda77ScqpIFY2bOLvk3w eELTl91gXzOjLYDBnUAK8aaX+7+xXdb4dvJqAog3TIlgEBsb2FaY40RVyU5HKglR51/0 ka11sFJCJnwWvr0qqeZivCKH+U9RToMuYt4yCwbmpI5EAdDfSb0pZdAZxavm9cGKrgJr MRbw== X-Received: by 10.194.109.9 with SMTP id ho9mr62544394wjb.29.1423666258790; Wed, 11 Feb 2015 06:50:58 -0800 (PST) Received: from cizrna.lan (37-48-32-149.tmcz.cz. [37.48.32.149]) by mx.google.com with ESMTPSA id ch6sm1614075wjc.3.2015.02.11.06.50.56 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 11 Feb 2015 06:50:57 -0800 (PST) From: Tomeu Vizoso To: linux-kernel@vger.kernel.org Date: Wed, 11 Feb 2015 15:49:52 +0100 Message-Id: <1423666200-32365-2-git-send-email-tomeu.vizoso@collabora.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1423666200-32365-1-git-send-email-tomeu.vizoso@collabora.com> References: <1423666200-32365-1-git-send-email-tomeu.vizoso@collabora.com> Cc: Alexandre Courbot , alsa-devel@alsa-project.org, Lars-Peter Clausen , Tomeu Vizoso , Stephen Warren , Takashi Iwai , Wolfram Sang , Liam Girdwood , Mark Brown , Thierry Reding , linux-tegra@vger.kernel.org, Dylan Reid , Javier Martinez Canillas Subject: [alsa-devel] [PATCH 1/3] ASoC: tegra: Expose Headphones pin to userspace 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 So userspace can enable or disable it based on the current policy. Signed-off-by: Tomeu Vizoso --- sound/soc/tegra/tegra_max98090.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/tegra/tegra_max98090.c b/sound/soc/tegra/tegra_max98090.c index af3fb99..8df71a4 100644 --- a/sound/soc/tegra/tegra_max98090.c +++ b/sound/soc/tegra/tegra_max98090.c @@ -136,6 +136,7 @@ static const struct snd_soc_dapm_widget tegra_max98090_dapm_widgets[] = { }; static const struct snd_kcontrol_new tegra_max98090_controls[] = { + SOC_DAPM_PIN_SWITCH("Headphones"), SOC_DAPM_PIN_SWITCH("Speakers"), };