From patchwork Thu Feb 12 08:41:55 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tomeu Vizoso X-Patchwork-Id: 5818151 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 05199BF440 for ; Thu, 12 Feb 2015 08:43:21 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3D3D220149 for ; Thu, 12 Feb 2015 08:43:20 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id CE448201DD for ; Thu, 12 Feb 2015 08:43:18 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 067972651CB; Thu, 12 Feb 2015 09:43:17 +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 0E493265150; Thu, 12 Feb 2015 09:42:36 +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 EFE5E265163; Thu, 12 Feb 2015 09:42:34 +0100 (CET) Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by alsa0.perex.cz (Postfix) with ESMTP id ACEBB264F39 for ; Thu, 12 Feb 2015 09:42:28 +0100 (CET) Received: by mail-wi0-f179.google.com with SMTP id hi2so2403494wib.0 for ; Thu, 12 Feb 2015 00:42:28 -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=ZfE4cpUHMH9AnEg6HXTE0QpO8WORJia3vn7UzMi1KV0=; b=HHoIyvQTWAMmBzGcd8Gftd6+TrthTRPA7rjL76EOGQ6Z6vMaCI32s+3CgsENLqmhbd vBlw9tkFrKvpAhfShILiksgjewggdOblCethGoHu6n+xIkXc1/2iQQAAB3+/9ut1zw3q flt0PrqfU0zca9QChk9qsn4CtJ6wM459VhCzzaIn2lwxXxrlktPxV/NLY6q1npisJJ2/ Dfld2m3LH1nqffjpZYHptucbD1aFXMcoy4Mky4cSizVExcnRWwUceiFHWP//uJGIWfua qAh0ZbgFh3eG0xmDJmQ8yTjZA59pPHO23JAM4/p8nMxOye1xA8avy3nGsQQwe9L5CNdM SRHQ== X-Received: by 10.194.84.176 with SMTP id a16mr5013405wjz.113.1423730548414; Thu, 12 Feb 2015 00:42:28 -0800 (PST) Received: from cizrna.lan (37-48-47-45.tmcz.cz. [37.48.47.45]) by mx.google.com with ESMTPSA id jg3sm1580612wid.0.2015.02.12.00.42.25 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 12 Feb 2015 00:42:27 -0800 (PST) From: Tomeu Vizoso To: linux-kernel@vger.kernel.org Date: Thu, 12 Feb 2015 09:41:55 +0100 Message-Id: <1423730523-26266-2-git-send-email-tomeu.vizoso@collabora.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1423730523-26266-1-git-send-email-tomeu.vizoso@collabora.com> References: <1423730523-26266-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 v2 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 Acked-by: Stephen Warren --- 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"), };