From patchwork Wed Jan 28 10:50:59 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tomeu Vizoso X-Patchwork-Id: 5727831 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 429369F38E for ; Wed, 28 Jan 2015 10:54:33 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 78E8C201F2 for ; Wed, 28 Jan 2015 10:54:32 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id BD4D920265 for ; Wed, 28 Jan 2015 10:54:31 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YGQEW-0000cP-SL; Wed, 28 Jan 2015 10:52:28 +0000 Received: from mail-we0-x232.google.com ([2a00:1450:400c:c03::232]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YGQEM-0000US-MC for linux-arm-kernel@lists.infradead.org; Wed, 28 Jan 2015 10:52:19 +0000 Received: by mail-we0-f178.google.com with SMTP id k48so19996552wev.9 for ; Wed, 28 Jan 2015 02:51:56 -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=eCB2kgqCI5YtQeviyT6leS3zJ5+tqO4I8f8kaEkJaLc=; b=W8jWdv0vuyipLPxknvX2R06WmZGRhbu1ra01cSn20icnlX3UJJR4kdSBKLV9ryBxfP eAQdW5DC1pVm88Y6HVcfbSs2Eu49PxGqx21iA7t74S3KnD9aYPXOQQAJeReRn+6pjChZ lOcpQlYDfDb8y822OONkDOll2ZD1DLGd+M6C7xrfS3L8ckISipO5PMMT0z20crGOm5u0 HWiQCZeiDmoGlU/Sb4XCWDgJdzV6b0LC2p7Q3pgfLg/X9Rkv43wO4SyFWchVbnUn7Z7A qx49GV9RVYRXXbXt/AMmrWQyLLVvGi7oNiJW/tL2yxF0UZBLHK0OJtt1hlopU9DxEBsD LAPA== X-Received: by 10.180.73.84 with SMTP id j20mr5631619wiv.43.1422442316199; Wed, 28 Jan 2015 02:51:56 -0800 (PST) Received: from cizrna.lan (37-48-33-238.tmcz.cz. [37.48.33.238]) by mx.google.com with ESMTPSA id cy8sm2257004wib.9.2015.01.28.02.51.53 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 28 Jan 2015 02:51:55 -0800 (PST) From: Tomeu Vizoso To: linux-kernel@vger.kernel.org Subject: [PATCH v3 01/10] ARM: tegra: Set the sound card model that alsaucm expects Date: Wed, 28 Jan 2015 11:50:59 +0100 Message-Id: <1422442278-10405-2-git-send-email-tomeu.vizoso@collabora.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1422442278-10405-1-git-send-email-tomeu.vizoso@collabora.com> References: <1422442278-10405-1-git-send-email-tomeu.vizoso@collabora.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150128_025218_875047_6B1A2D33 X-CRM114-Status: GOOD ( 10.60 ) X-Spam-Score: -0.7 (/) Cc: Mark Rutland , Alexandre Courbot , Russell King , Pawel Moll , Tomeu Vizoso , Ian Campbell , Andrew Bresticker , Simon Glass , Stephen Warren , devicetree@vger.kernel.org, Rob Herring , Thierry Reding , Kumar Gala , linux-tegra@vger.kernel.org, Dylan Reid , Javier Martinez Canillas , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Patches are on its way to add a config file to alsaucm for the Nyan boards. Use the same card ID that alsaucm will expect. Signed-off-by: Tomeu Vizoso --- arch/arm/boot/dts/tegra124-nyan-big.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/tegra124-nyan-big.dts b/arch/arm/boot/dts/tegra124-nyan-big.dts index 004e8e4..eda6ae7 100644 --- a/arch/arm/boot/dts/tegra124-nyan-big.dts +++ b/arch/arm/boot/dts/tegra124-nyan-big.dts @@ -1108,9 +1108,9 @@ }; sound { - compatible = "nvidia,tegra-audio-max98090-nyan-big", + compatible = "nvidia,tegra-audio-max98090-nyan", "nvidia,tegra-audio-max98090"; - nvidia,model = "Acer Chromebook 13"; + nvidia,model = "GoogleNyan"; nvidia,audio-routing = "Headphones", "HPR",