From patchwork Wed Apr 30 10:10:05 2014
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
X-Patchwork-Submitter: Xiubo Li
X-Patchwork-Id: 4092661
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 A7025BFF02
for ;
Wed, 30 Apr 2014 10:58:46 +0000 (UTC)
Received: from mail.kernel.org (localhost [127.0.0.1])
by mail.kernel.org (Postfix) with ESMTP id D266220263
for ;
Wed, 30 Apr 2014 10:58:45 +0000 (UTC)
Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243])
by mail.kernel.org (Postfix) with ESMTP id C5D6E2011E
for ;
Wed, 30 Apr 2014 10:58:40 +0000 (UTC)
Received: by alsa0.perex.cz (Postfix, from userid 1000)
id EC426261A22; Wed, 30 Apr 2014 12:58:39 +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 7ECA8262600;
Wed, 30 Apr 2014 12:57:06 +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 59121264EE5; Wed, 30 Apr 2014 12:57:05 +0200 (CEST)
Received: from na01-by2-obe.outbound.protection.outlook.com
(mail-by2lp0240.outbound.protection.outlook.com [207.46.163.240])
by alsa0.perex.cz (Postfix) with ESMTP id 59B81265065
for ;
Wed, 30 Apr 2014 12:54:50 +0200 (CEST)
Received: from BY2PR03CA075.namprd03.prod.outlook.com (10.141.249.48) by
BY2PR03MB506.namprd03.prod.outlook.com (10.141.143.18) with Microsoft
SMTP Server (TLS) id 15.0.921.12; Wed, 30 Apr 2014 10:54:44 +0000
Received: from BY2FFO11FD004.protection.gbl (2a01:111:f400:7c0c::114) by
BY2PR03CA075.outlook.office365.com (2a01:111:e400:2c5d::48) with
Microsoft SMTP Server (TLS) id 15.0.929.12 via Frontend Transport;
Wed, 30 Apr 2014 10:54:44 +0000
Received: from tx30smr01.am.freescale.net (192.88.168.1) by
BY2FFO11FD004.mail.protection.outlook.com (10.1.14.158) with
Microsoft SMTP Server (TLS) id 15.0.929.8 via Frontend Transport;
Wed, 30 Apr 2014 10:54:44 +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
s3UAselH007432; Wed, 30 Apr 2014 03:54:41 -0700
From: Xiubo Li
To: , ,
Date: Wed, 30 Apr 2014 18:10:05 +0800
Message-ID: <1398852606-14345-1-git-send-email-Li.Xiubo@freescale.com>
X-Mailer: git-send-email 1.8.0
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)(87936001)(79102001)(77096999)(47776003)(46102001)(83072002)(81542001)(77156001)(92726001)(36756003)(4396001)(74502001)(6806004)(87286001)(62966002)(76482001)(50986999)(80022001)(19580405001)(92566001)(77982001)(19580395003)(74662001)(44976005)(50226001)(86362001)(20776003)(80976001)(31966008)(81342001)(2201001)(99396002)(50466002)(83322001)(89996001)(48376002)(93916002)(101416001)(85852003);
DIR:OUT; SFP:1101; SCL:1; SRVR:BY2PR03MB506;
H:tx30smr01.am.freescale.net;
FPR:FC3FFB2E.A161BE1.71756B6A.8CD28ABD.20160; 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 1/2] ASoC: fsl: Allow to select SAI 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 7a7eaf3..fb73e35 100644
--- a/sound/soc/fsl/Kconfig
+++ b/sound/soc/fsl/Kconfig
@@ -3,9 +3,14 @@ menu "SoC Audio for Freescale CPUs"
comment "Common SoC Audio options for Freescale CPUs:"
config SND_SOC_FSL_SAI
- tristate
+ tristate "Synchronous Audio Interface (SAI) module support"
select REGMAP_MMIO
select SND_SOC_GENERIC_DMAENGINE_PCM
+ help
+ Say Y if you want to add Synchronous Audio Interface (SAI)
+ 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_SSI
tristate "Synchronous Serial Interface module support"