From patchwork Thu May 21 21:52:41 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Srinivas Kandagatla X-Patchwork-Id: 6460131 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.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id C33AFC0020 for ; Thu, 21 May 2015 21:54:24 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 04EE22053F for ; Thu, 21 May 2015 21:54:24 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 24AE320270 for ; Thu, 21 May 2015 21:54:22 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 2EF18265A28; Thu, 21 May 2015 23:54:21 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org 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 297CA2659F8; Thu, 21 May 2015 23:53:25 +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 1368B2659DD; Thu, 21 May 2015 23:53:24 +0200 (CEST) Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) by alsa0.perex.cz (Postfix) with ESMTP id 2B5BF2659A4 for ; Thu, 21 May 2015 23:52:45 +0200 (CEST) Received: by wgbgq6 with SMTP id gq6so576113wgb.3 for ; Thu, 21 May 2015 14:52:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=g5Qf3v+DOB8sFrwv4LHhsqbpsXb95HEuwoLES5eGxzM=; b=PsrZ8PW4vsthheuyOw1lrtBkzmv67VfD4HvfN0CUmRint2J/oZDakFSOjqUpAGgNmp X6Fnjln33sf7ZCLWD06Ff6kACNN0O+11juwCbDVx8D7429hIocE7dJgM88wlLJ54YGE/ pW4NYVfW1KMvG8Am0E7UZwP4SYeFOw5lTDwahLGoO0xxI9k2BO9kB/uEx4uXwp9Y1++L H8Zp5XQR+M21JVWgASX1CVyzdJqBuWOD3MXQLOpdnfsJDu/2sNC/DTpFagxiWmWfNavg TgrT2TBtV8AuSy6ead3MXBNd/bN5nQWUHlatxRo4n1oHI6K2tpF+frs/GTNOf3rSIcl0 MCrg== X-Gm-Message-State: ALoCoQm2mFb1EE6Y4plZhOKcoU5No8qUZ6xJbmP+c5gMwS22U0AEIF2VUFkPjUyugF3FxlStRBRh X-Received: by 10.194.184.174 with SMTP id ev14mr6285194wjc.95.1432245164878; Thu, 21 May 2015 14:52:44 -0700 (PDT) Received: from srini-ThinkPad-X1-Carbon-2nd.dlink.com (host-2-96-95-164.as13285.net. [2.96.95.164]) by mx.google.com with ESMTPSA id ef10sm142752wjd.49.2015.05.21.14.52.43 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 21 May 2015 14:52:44 -0700 (PDT) From: Srinivas Kandagatla To: Patrick Lai , Mark Brown Date: Thu, 21 May 2015 22:52:41 +0100 Message-Id: <1432245161-8990-1-git-send-email-srinivas.kandagatla@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1432245125-8939-1-git-send-email-srinivas.kandagatla@linaro.org> References: <1432245125-8939-1-git-send-email-srinivas.kandagatla@linaro.org> Cc: devicetree@vger.kernel.org, Kenneth Westfield , Banajit Goswami , Pawel Moll , Ian Campbell , Takashi Iwai , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, Liam Girdwood , Rob Herring , Srinivas Kandagatla , Kumar Gala , alsa-devel@alsa-project.org Subject: [alsa-devel] [PATCH v3 01/10] ASoC: qcom: make lpass driver depend on OF 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 lpass driver only support DT so make this explicit in the kconfig. Tested-by: Kenneth Westfield Acked-by: Kenneth Westfield Signed-off-by: Srinivas Kandagatla --- sound/soc/qcom/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sound/soc/qcom/Kconfig b/sound/soc/qcom/Kconfig index b30c2ba..190c27d 100644 --- a/sound/soc/qcom/Kconfig +++ b/sound/soc/qcom/Kconfig @@ -6,10 +6,12 @@ config SND_SOC_QCOM config SND_SOC_LPASS_CPU tristate + depends on OF select REGMAP_MMIO config SND_SOC_LPASS_PLATFORM tristate + depends on OF select REGMAP_MMIO config SND_SOC_LPASS_IPQ806X