From patchwork Sun Mar 16 04:21:35 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Shiyan X-Patchwork-Id: 3838781 Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 6F339BF540 for ; Sun, 16 Mar 2014 04:22:36 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6031E20377 for ; Sun, 16 Mar 2014 04:22:35 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 12A2C20373 for ; Sun, 16 Mar 2014 04:22:34 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 2AF0D261589; Sun, 16 Mar 2014 05:22:31 +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.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, FREEMAIL_FROM, 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 425492608D4; Sun, 16 Mar 2014 05:22:04 +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 302D22608D4; Sun, 16 Mar 2014 05:22:01 +0100 (CET) Received: from smtp17.mail.ru (smtp17.mail.ru [94.100.176.154]) by alsa0.perex.cz (Postfix) with ESMTP id 4A86C2608C7 for ; Sun, 16 Mar 2014 05:21:51 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail2; h=References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From; bh=OD3KuwyVbhjCxMRyjHSvWXEnyOXuPDJ2odmKLzHknbw=; b=ka8r5/h594r168KYV+vty2Z7bBXt4xKy5ui9uq9VkWrxotzq9dIYFJkZft6MJdVjcBqMkeovkADugVod/siXc4Rp4VPGCILkURPEF4WYH12shT1sCfqH+TBMnOAbGrKBXYBcKZur429tHDOyOlDzGwWBLcEFwu0IoSDVaEX0PJM=; Received: from [188.134.40.128] (port=45114 helo=shc.zet) by smtp17.mail.ru with esmtpa (envelope-from ) id 1WP2a6-0000CE-F9; Sun, 16 Mar 2014 08:21:50 +0400 From: Alexander Shiyan To: alsa-devel@alsa-project.org Date: Sun, 16 Mar 2014 08:21:35 +0400 Message-Id: <1394943695-22845-2-git-send-email-shc_work@mail.ru> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <1394943695-22845-1-git-send-email-shc_work@mail.ru> References: <1394943695-22845-1-git-send-email-shc_work@mail.ru> X-Spam: Not detected X-Mras: Ok Cc: Takashi Iwai , Mark Brown , Liam Girdwood , Alexander Shiyan Subject: [alsa-devel] [PATCH RESEND 2/2] ASoC: fsl: Allow to select individual common options 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 allow to select individual common sound options and as a result allow using sound cards/codecs based on DT description. Signed-off-by: Alexander Shiyan --- sound/soc/fsl/Kconfig | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index 94c9350..14216da 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig @@ -1,16 +1,28 @@ menu "SoC Audio for Freescale CPUs" +comment "Common SoC Audio options for Freescale CPUs:" + config SND_SOC_FSL_SAI tristate select REGMAP_MMIO select SND_SOC_GENERIC_DMAENGINE_PCM config SND_SOC_FSL_SSI - tristate + tristate "Synchronous Serial Interface module support" + help + Say Y if you want to add Synchronous Serial Interface (SSI) + support for the Freescale CPUs. + This option is only useful for out-of-tree drivers since + in-tree drivers select it automatically. config SND_SOC_FSL_SPDIF - tristate + tristate "Sony/Philips Digital Interface module support" select REGMAP_MMIO + help + Say Y if you want to add Sony/Philips Digital Interface (SPDIF) + support for the Freescale CPUs. + This option is only useful for out-of-tree drivers since + in-tree drivers select it automatically. config SND_SOC_FSL_ESAI tristate @@ -24,7 +36,12 @@ config SND_SOC_IMX_PCM_DMA select SND_SOC_GENERIC_DMAENGINE_PCM config SND_SOC_IMX_AUDMUX - tristate + tristate "Digital Audio Mux module support" + help + Say Y if you want to add Digital Audio Mux (AUDMUX) support + for the ARM i.MX CPUs. + This option is only useful for out-of-tree drivers since + in-tree drivers select it automatically. config SND_POWERPC_SOC tristate "SoC Audio for Freescale PowerPC CPUs"