From patchwork Fri Mar 4 06:54:50 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Caesar Wang X-Patchwork-Id: 8499511 Return-Path: X-Original-To: patchwork-linux-rockchip@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 56DDA9F314 for ; Fri, 4 Mar 2016 06:55:50 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9AF93201FE for ; Fri, 4 Mar 2016 06:55:49 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CE43A200B4 for ; Fri, 4 Mar 2016 06:55:48 +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 1abjeM-0004E1-4Q; Fri, 04 Mar 2016 06:55:46 +0000 Received: from mail-pa0-f42.google.com ([209.85.220.42]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1abjeI-00043t-AK for linux-rockchip@lists.infradead.org; Fri, 04 Mar 2016 06:55:44 +0000 Received: by mail-pa0-f42.google.com with SMTP id bj10so29886763pad.2 for ; Thu, 03 Mar 2016 22:55:21 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=/1nEHVDCEipxmxoR+lTYnltPamwzD8KTXkPkhvD8Lgo=; b=WPcIg+6XPXJF9pICLclvj+GDgOGTgQVdC1UYONZDagziyWZ2v7wmyaruFxt8ptMFbH 7KJmSXMPEIYu6kwRjBBSaXbjp796Ha86C8wS1exmx67L4La1fhd1rjH3OimKUh3G+RCC +JSp8vflQp4cQFoMowAbo2ISaxHISjNR55MAw3Tg/ieDeL8HwSaAF77SXGJF2IXkbRm8 2+i73juSpH5Gj824k2YMOOrdHbVSspHyliUp2Clqgct2O7d6vFH2u1YntW47oIzeGxUx /55Holq2nRO3MB6VueHUyrR8MfuvoeWxsP8d46vhSSgJ6ThbCKAdcnmg1iGN/cjbkLH0 AUrw== X-Gm-Message-State: AD7BkJKRUYgT30jFjsBm4u3VwUBQcECyfW0wevntK9DmGzoFzRew6syTFtTKo2iNtGyZhA== X-Received: by 10.66.102.106 with SMTP id fn10mr9905778pab.60.1457074520817; Thu, 03 Mar 2016 22:55:20 -0800 (PST) Received: from localhost.localdomain ([103.29.142.67]) by smtp.gmail.com with ESMTPSA id cq4sm2723839pad.28.2016.03.03.22.55.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 03 Mar 2016 22:55:19 -0800 (PST) From: Caesar Wang To: broonie@kernel.org Subject: [PATCH] ASoC: rt5616: allow to build with CONFIG_SND_SOC_RT5616 Date: Fri, 4 Mar 2016 14:54:50 +0800 Message-Id: <1457074490-9636-1-git-send-email-wxt@rock-chips.com> X-Mailer: git-send-email 1.9.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160303_225542_403354_300F44C7 X-CRM114-Status: UNSURE ( 9.26 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.4 (--) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: bardliao@realtek.com, alsa-devel@alsa-project.org, Caesar Wang , linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org MIME-Version: 1.0 Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, 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 This patch fixes that hasn't built the rt5616 driver with 'CONFIG_SND_SOC_RT5616=y' in .config. The tristate is the prompt on the 'make menuconfig', in other words, that can't show the prompt and select it if we don't say what's the tristate. Signed-off-by: Caesar Wang --- sound/soc/codecs/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 4383966..14eb5f3 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -623,7 +623,7 @@ config SND_SOC_RT5514 tristate config SND_SOC_RT5616 - tristate + tristate "Realtek RT5616 CODEC" config SND_SOC_RT5631 tristate "Realtek ALC5631/RT5631 CODEC"