From patchwork Wed Apr 30 10:10:06 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Xiubo Li X-Patchwork-Id: 4092671 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 526479F169 for ; Wed, 30 Apr 2014 10:59:12 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 86DB42011E for ; Wed, 30 Apr 2014 10:59:10 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 4A9B420263 for ; Wed, 30 Apr 2014 10:59:09 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 68B272651A4; Wed, 30 Apr 2014 12:59:08 +0200 (CEST) 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, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id 46BFE2625D7; Wed, 30 Apr 2014 12:57:20 +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 129FB264F3D; Wed, 30 Apr 2014 12:57:19 +0200 (CEST) Received: from na01-bl2-obe.outbound.protection.outlook.com (mail-bl2lp0210.outbound.protection.outlook.com [207.46.163.210]) by alsa0.perex.cz (Postfix) with ESMTP id 28699265072 for ; Wed, 30 Apr 2014 12:55:01 +0200 (CEST) Received: from DM2PR03CA001.namprd03.prod.outlook.com (10.141.52.149) by DM2PR03MB511.namprd03.prod.outlook.com (10.141.87.19) with Microsoft SMTP Server (TLS) id 15.0.929.12; Wed, 30 Apr 2014 10:54:46 +0000 Received: from BL2FFO11FD060.protection.gbl (2a01:111:f400:7c09::160) by DM2PR03CA001.outlook.office365.com (2a01:111:e400:2414::21) with Microsoft SMTP Server (TLS) id 15.0.934.12 via Frontend Transport; Wed, 30 Apr 2014 10:54:46 +0000 Received: from tx30smr01.am.freescale.net (192.88.168.1) by BL2FFO11FD060.mail.protection.outlook.com (10.173.161.188) with Microsoft SMTP Server (TLS) id 15.0.929.8 via Frontend Transport; Wed, 30 Apr 2014 10:54:45 +0000 Received: from rock.ap.freescale.net (rock.ap.freescale.net [10.193.20.106]) by tx30smr01.am.freescale.net (8.14.3/8.14.0) with ESMTP id s3UAselI007432; Wed, 30 Apr 2014 03:54:43 -0700 From: Xiubo Li To: , , Date: Wed, 30 Apr 2014 18:10:06 +0800 Message-ID: <1398852606-14345-2-git-send-email-Li.Xiubo@freescale.com> X-Mailer: git-send-email 1.8.0 In-Reply-To: <1398852606-14345-1-git-send-email-Li.Xiubo@freescale.com> References: <1398852606-14345-1-git-send-email-Li.Xiubo@freescale.com> X-EOPAttributedMessage: 0 X-Forefront-Antispam-Report: CIP:192.88.168.1; CTRY:US; IPV:NLI; EFV:NLI; SFV:NSPM; SFS:(10009001)(6009001)(428001)(189002)(199002)(88136002)(19580395003)(62966002)(87286001)(83072002)(83322001)(77156001)(4396001)(80022001)(74662001)(19580405001)(77982001)(44976005)(6806004)(89996001)(74502001)(31966008)(85852003)(20776003)(76176999)(77096999)(86362001)(36756003)(92726001)(92566001)(48376002)(76482001)(2201001)(50986999)(87936001)(101416001)(46102001)(81542001)(99396002)(47776003)(50226001)(79102001)(81342001)(80976001)(50466002)(93916002); DIR:OUT; SFP:1101; SCL:1; SRVR:DM2PR03MB511; H:tx30smr01.am.freescale.net; FPR:FC3FF32E.AC121BED.B1F26B5A.8CD58AAD.20148; MLV:sfv; PTR:gate-tx3.freescale.com; MX:1; A:1; LANG:en; MIME-Version: 1.0 X-Forefront-PRVS: 0197AFBD92 Received-SPF: None (: freescale.com does not designate permitted sender hosts) X-OriginatorOrg: freescale.com Cc: Xiubo Li Subject: [alsa-devel] [PATCH 2/2] ASoC: fsl: Allow to select ESAI device individually 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: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP This will be useful for out-of-tree drivers since in-tree drivers could select it automatically. Signed-off-by: Xiubo Li --- sound/soc/fsl/Kconfig | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index fb73e35..0a11826 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig @@ -30,9 +30,14 @@ config SND_SOC_FSL_SPDIF in-tree drivers select it automatically. config SND_SOC_FSL_ESAI - tristate + tristate "Enhanced Serial Audio Interface (ESAI) module support" select REGMAP_MMIO select SND_SOC_FSL_UTILS + help + Say Y if you want to add Enhanced Synchronous Audio Interface + (ESAI) 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_UTILS tristate