From patchwork Sat Oct 4 00:15:45 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcel Ziswiler X-Patchwork-Id: 5030771 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 700F9C11AB for ; Sat, 4 Oct 2014 00:20:09 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id AE92B2022A for ; Sat, 4 Oct 2014 00:20:08 +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 D0968200F2 for ; Sat, 4 Oct 2014 00:20:07 +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 1XaD2Z-00088s-6x; Sat, 04 Oct 2014 00:17:39 +0000 Received: from mout.perfora.net ([74.208.4.196]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XaD2S-0007y0-5M for linux-arm-kernel@lists.infradead.org; Sat, 04 Oct 2014 00:17:32 +0000 Received: from localhost.net (190-191.5-85.cust.bluewin.ch [85.5.191.190]) by mrelay.perfora.net (node=mreueus002) with ESMTP (Nemesis) id 0MXFx5-1Xm2y60zQr-00WC0a; Sat, 04 Oct 2014 02:17:07 +0200 From: Marcel Ziswiler To: alsa-devel@alsa-project.org Subject: [PATCH v3 3/3] ARM: tegra: enable sgtl5000 audio Date: Sat, 4 Oct 2014 02:15:45 +0200 Message-Id: <6bd1e5a958108f4d834015342be6de094dbbeb68.1412381377.git.marcel@ziswiler.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: References: X-Provags-ID: V02:K0:62+2Oor1tUEBeaayyWavy72kuIgxL+3efcfV4dLBGx9 bWPvorEySpUY4ykiBpKoVUPSNzVFLeO1hlJQ396qHixU7NEO3n HrMoZxXY118cJ/z8k7MdACrzbFuCPO4BmSIwClQx6A/moFZyEI Uu8BnxKdzIjwghizy33b11PSS/d+oclTStvlrJgOqcY79dg010 mzqcMvSvvpXkqtniIhNOaU4OWDPvq287H2miG7ohnIhulyeJeL x7HtRfuUzbAlTJJ1axSye8wbSDtw4PByPXrsddXejbbU77GDqe 6A8+27J8KIrE3AyxAGERs58NOiD56OvxxnPIg2c9ZgDjF9V6dH aFBOMFi6sPblhnTjcR2bGiyWUTwUunhJ2v0mJezRlemAptDwJd XDUW/yPUY8geQvqNJmQ8GJkW+HUx4N20vvwHX5ndNqnuAKVxSY dFD2u X-UI-Out-Filterresults: notjunk:1; X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141003_171732_335428_5B23C3DE X-CRM114-Status: UNSURE ( 6.58 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.2 (/) Cc: devicetree@vger.kernel.org, linux@arm.linux.org.uk, Stephen Warren , Liam Girdwood , stefan@agner.ch, linux-kernel@vger.kernel.org, Mark Brown , Marcel Ziswiler , linux-tegra@vger.kernel.org, Fabio Estevam , 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=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable 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 The NVIDIA Tegra 3 based Apalis T30 and Colibri T30 modules contain a Freescale SGTL5000 analogue audio codec. Signed-off-by: Marcel Ziswiler Reviewed-by: Stephen Warren --- Changes in v3: - Revert to not using simple-audio-card being incompatible with tegra. - Rebased to for-next. Changes in v2: - Using simple-audio-card as suggested by Fabio. arch/arm/configs/tegra_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig index 77d6e94..02233d1 100644 --- a/arch/arm/configs/tegra_defconfig +++ b/arch/arm/configs/tegra_defconfig @@ -210,6 +210,7 @@ CONFIG_SND_SOC_TEGRA_WM8903=y CONFIG_SND_SOC_TEGRA_TRIMSLICE=y CONFIG_SND_SOC_TEGRA_ALC5632=y CONFIG_SND_SOC_TEGRA_MAX98090=y +CONFIG_SND_SOC_TEGRA_SGTL5000=y CONFIG_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_EHCI_HCD=y