From patchwork Wed Sep 10 20:54:56 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcel Ziswiler X-Patchwork-Id: 4880791 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.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 60EEF9F32E for ; Wed, 10 Sep 2014 20:59:00 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id A25C6201C7 for ; Wed, 10 Sep 2014 20:58:59 +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 D013D20173 for ; Wed, 10 Sep 2014 20:58:58 +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 1XRowq-0001kU-LG; Wed, 10 Sep 2014 20:57:04 +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 1XRown-0001ZG-Ti for linux-arm-kernel@lists.infradead.org; Wed, 10 Sep 2014 20:57:02 +0000 Received: from localhost.net (190-191.5-85.cust.bluewin.ch [85.5.191.190]) by mrelay.perfora.net (node=mreueus001) with ESMTP (Nemesis) id 0MO9BK-1XOVYI2elY-005XUn; Wed, 10 Sep 2014 22:56:31 +0200 From: Marcel Ziswiler To: alsa-devel@alsa-project.org Subject: [PATCH v2 2/2] ARM: tegra: enable sgtl5000 audio Date: Wed, 10 Sep 2014 22:54:56 +0200 Message-Id: <28ee136406ef0a760bfc99c3dba089a6cffb0376.1410362950.git.marcel@ziswiler.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: References: X-Provags-ID: V02:K0:LwJiIg7Mbz9ZJOCzoUKGUKlZy1zPE7bMPMo5fxentCi ls+VjxOrdetCD1KAyZAGjIrDzr9/NURiomZUlquuA8TQSS0Z4F JPN3YBitovhQdi0o4Quhtv8QJjoVw474OHoA/Z4GkCpQ/nolq5 c40XE5aVbI+30blOJrHCojvw/jV60CoGDR/TyVjFzMydi8H/Oq YXuBZyy2lFqBKGFKYtyljcB+IkQk3JUJELGImKRuA/5wlD8HsS 5MW/E9aV/wIBwXWcBDeemvSdfMQXieqv07aTZ4kLr9U0buE1W7 BviJDjtf25/kC3bvWmKJbKqjA7mDXIXyD3deH+w/jO8/S+n34q wDgpJaKvptQwYrBNqRaqQhP5s7LPODkEoYlnF3WmM4bTSy4Ve5 ZlPBDeNeOpkkAF42BWu94PXxgfevy0GunOQ/JunnxLgClCIxr8 gtIyU X-UI-Out-Filterresults: notjunk:1; X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140910_135702_083679_386777D1 X-CRM114-Status: UNSURE ( 6.31 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.8 (-) 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=-4.4 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, 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 v2: - Using simple-audio-card as suggested by Fabio. arch/arm/configs/tegra_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig index 77d6e94..568b6a9 100644 --- a/arch/arm/configs/tegra_defconfig +++ b/arch/arm/configs/tegra_defconfig @@ -210,6 +210,8 @@ 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_SGTL5000=y +CONFIG_SND_SIMPLE_CARD=y CONFIG_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_EHCI_HCD=y