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: 8499501 Return-Path: X-Original-To: patchwork-alsa-devel@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 10CBD9F314 for ; Fri, 4 Mar 2016 06:55:42 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4313D20218 for ; Fri, 4 Mar 2016 06:55:41 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 101E3200B4 for ; Fri, 4 Mar 2016 06:55:40 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 7822E265C99; Fri, 4 Mar 2016 07:55:38 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,NO_DNS_FOR_FROM, RCVD_IN_DNSWL_NONE,UNPARSEABLE_RELAY autolearn=no version=3.3.1 Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id 982B0265152; Fri, 4 Mar 2016 07:55:31 +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 7A812265373; Fri, 4 Mar 2016 07:55:29 +0100 (CET) Received: from mail-pa0-f44.google.com (mail-pa0-f44.google.com [209.85.220.44]) by alsa0.perex.cz (Postfix) with ESMTP id 1A97E2625D7 for ; Fri, 4 Mar 2016 07:55:22 +0100 (CET) Received: by mail-pa0-f44.google.com with SMTP id fl4so29718489pad.0 for ; Thu, 03 Mar 2016 22:55:22 -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=Sz+TV5Sjia4U6pZZCG4h0piSGgSS8t0Zj19k8534YRMQJu6TP1pWl6vs0GiixTq32V iozlTlAWjT+q3Xm32Wes64RQROQ/oVJl37tp44btjzC1+Gfavg70Nb5hRsXrnrbUFh/l u7ddEfg8I+v7/hSZV4pzPe8U5gVUDgaYOcwPrCZsMJz4JVbABEcNJvJXN2g8fHYSHORt m583YcyfYEzPbDWvJ41L7vLRCySX97kwbrVYydZvYmMkV6Y3uQacxAPod62ZMoJ2So00 vLRaz4xDYQ5+3OvImGSlBVZHVLbtikb4k42iQbYPpFz/Y5ZeQL59EC5EpjXlMTCpgBz2 eA2w== X-Gm-Message-State: AD7BkJLtXZNgjLdHjtbNXsy3O2tEHx/8HVT6IUt/t4IeozsSfW7BAyLxPlCXrp41wgerwg== 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 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 Cc: bardliao@realtek.com, alsa-devel@alsa-project.org, Caesar Wang , linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org Subject: [alsa-devel] [PATCH] ASoC: rt5616: allow to build with CONFIG_SND_SOC_RT5616 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 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"