From patchwork Wed Oct 29 13:25:38 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Max Filippov X-Patchwork-Id: 5187801 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.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id A49AE9F30B for ; Wed, 29 Oct 2014 13:26:23 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id E0ABD201FA for ; Wed, 29 Oct 2014 13:26:22 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 861EB20225 for ; Wed, 29 Oct 2014 13:26:20 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id AEB5B2605A9; Wed, 29 Oct 2014 14:26:18 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,FROM_LOCAL_NOVOWEL,HK_RANDOM_FROM, RCVD_IN_DNSWL_NONE, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=no version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id 6D749260549; Wed, 29 Oct 2014 14:26:09 +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 D94AE26054E; Wed, 29 Oct 2014 14:26:08 +0100 (CET) Received: from mail-lb0-f176.google.com (mail-lb0-f176.google.com [209.85.217.176]) by alsa0.perex.cz (Postfix) with ESMTP id CF04F260537 for ; Wed, 29 Oct 2014 14:26:00 +0100 (CET) Received: by mail-lb0-f176.google.com with SMTP id z11so489370lbi.35 for ; Wed, 29 Oct 2014 06:25:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=RnsK70Yk/A8M9XsI8OtSDUKSLHorvILIVr5J4lqjaSk=; b=XKTvtvBOyOiF0m3xBdbKEUrM19qDf1cwN33G2HdgOt91vDkMzDnNn42ZXBFEB+ORXe 2f1w7VPTv7BoT08jYu8/gYhKkWGLJMYfCdClwCQR9V+Z8+lzXGTwsH+1Vd19D3OBV9yl qGKKi/CaZ0bp22043n/PTyGCUgkqXkOrejackndT5+nmEXOBm4v78fdmqhF3oXs0jh+s jalssNpzlJtirK61mfoPAHcxhm/TVHmkbD/q2RspZSRMPgcTYCtZzNwIh7Mz/XQXLzV8 Vv2RYjTDd/tJ7W/oPJL465yXseAdW/5QuRerGsB91gGv419tgDQnVxVYhb+NYCMTYm+r r1aA== X-Received: by 10.112.247.43 with SMTP id yb11mr11401351lbc.51.1414589158181; Wed, 29 Oct 2014 06:25:58 -0700 (PDT) Received: from octofox.metropolis ([5.19.183.212]) by mx.google.com with ESMTPSA id ll3sm1090665lac.30.2014.10.29.06.25.56 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 29 Oct 2014 06:25:57 -0700 (PDT) From: Max Filippov To: alsa-devel@alsa-project.org Date: Wed, 29 Oct 2014 16:25:38 +0300 Message-Id: <1414589138-1956-1-git-send-email-jcmvbkbc@gmail.com> X-Mailer: git-send-email 1.8.1.4 Cc: Takashi Iwai , Max Filippov , Mark Brown , Liam Girdwood Subject: [alsa-devel] [PATCH] ASoC: TLV320AIC23: make codecs selectable in Kconfig 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 Now that manual selection of drivers for audio subsystem components is preferred AIC23 codec must be selectable in Kconfig to make it possible. Signed-off-by: Max Filippov --- sound/soc/codecs/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 8838838e..7dad805 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -552,11 +552,11 @@ config SND_SOC_TLV320AIC23 tristate config SND_SOC_TLV320AIC23_I2C - tristate + tristate "Texas Instruments TLV320AIC23 audio CODEC - I2C" select SND_SOC_TLV320AIC23 config SND_SOC_TLV320AIC23_SPI - tristate + tristate "Texas Instruments TLV320AIC23 audio CODEC - SPI" select SND_SOC_TLV320AIC23 config SND_SOC_TLV320AIC26