From patchwork Wed Jun 27 19:33:59 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Mack X-Patchwork-Id: 10492529 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 5E01560375 for ; Wed, 27 Jun 2018 19:35:10 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 69F0329C32 for ; Wed, 27 Jun 2018 19:35:10 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5E3E629F49; Wed, 27 Jun 2018 19:35:10 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00, MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E821129C32 for ; Wed, 27 Jun 2018 19:35:09 +0000 (UTC) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id D16222679F3; Wed, 27 Jun 2018 21:34:30 +0200 (CEST) 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 97C432679CA; Wed, 27 Jun 2018 21:34:19 +0200 (CEST) Received: from mail.bugwerft.de (mail.bugwerft.de [46.23.86.59]) by alsa0.perex.cz (Postfix) with ESMTP id C04A12679CA for ; Wed, 27 Jun 2018 21:34:17 +0200 (CEST) Received: from localhost.localdomain (pD95EF523.dip0.t-ipconnect.de [217.94.245.35]) by mail.bugwerft.de (Postfix) with ESMTPSA id 5F8B128BDA3; Wed, 27 Jun 2018 19:31:01 +0000 (UTC) From: Daniel Mack To: broonie@kernel.org Date: Wed, 27 Jun 2018 21:33:59 +0200 Message-Id: <20180627193359.26631-8-daniel@zonque.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180627193359.26631-1-daniel@zonque.org> References: <20180627193359.26631-1-daniel@zonque.org> Cc: Daniel Mack , alsa-devel@alsa-project.org, robert.jarzmik@free.fr, lgirdwood@gmail.com, haojian.zhuang@gmail.com Subject: [alsa-devel] [PATCH 7/7] ASoC: pxa: make SND_PXA2XX_SOC_I2S selectable 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 Signed-off-by: Daniel Mack --- sound/soc/pxa/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/pxa/Kconfig b/sound/soc/pxa/Kconfig index 960744e46edc..95dcf97a6271 100644 --- a/sound/soc/pxa/Kconfig +++ b/sound/soc/pxa/Kconfig @@ -31,7 +31,7 @@ config SND_PXA2XX_SOC_I2S tristate config SND_PXA_SOC_SSP - tristate + tristate "Soc Audio via PXA2xx/PXA3xx SSP ports" select PXA_SSP config SND_MMP_SOC_SSPA