From patchwork Fri Apr 17 13:16:01 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vinod Koul X-Patchwork-Id: 6230851 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.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 9DFCA9F2EC for ; Fri, 17 Apr 2015 13:23:27 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id BDECA2037D for ; Fri, 17 Apr 2015 13:23:25 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id C3BCC20351 for ; Fri, 17 Apr 2015 13:23:24 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id B18CB265AE7; Fri, 17 Apr 2015 15:23:23 +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 CC5E6265932; Fri, 17 Apr 2015 15:21: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 59AC52658F5; Fri, 17 Apr 2015 15:21:28 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by alsa0.perex.cz (Postfix) with ESMTP id DA1C32605A6 for ; Fri, 17 Apr 2015 15:21:20 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP; 17 Apr 2015 06:21:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,594,1422950400"; d="scan'208";a="557665984" Received: from vkoul-udesk3.iind.intel.com ([10.223.84.65]) by orsmga003.jf.intel.com with ESMTP; 17 Apr 2015 06:21:17 -0700 From: Vinod Koul To: alsa-devel@alsa-project.org Date: Fri, 17 Apr 2015 18:46:01 +0530 Message-Id: <1429276567-29007-4-git-send-email-vinod.koul@intel.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1429276567-29007-1-git-send-email-vinod.koul@intel.com> References: <1429276567-29007-1-git-send-email-vinod.koul@intel.com> Cc: tiwai@suse.de, patches.audio@intel.com, liam.r.girdwood@linux.intel.com, Vinod Koul , broonie@kernel.org, "Subhransu S. Prusty" Subject: [alsa-devel] [RFC 3/9] ASoC: hda: Add config option for SKL ipc library 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 From: "Subhransu S. Prusty" Signed-off-by: Subhransu S. Prusty Signed-off-by: Vinod Koul --- sound/soc/hda/Kconfig | 7 +++++++ sound/soc/hda/Makefile | 3 +++ 2 files changed, 10 insertions(+) diff --git a/sound/soc/hda/Kconfig b/sound/soc/hda/Kconfig index 8781f63abcf6..841ea5276fe3 100644 --- a/sound/soc/hda/Kconfig +++ b/sound/soc/hda/Kconfig @@ -40,4 +40,11 @@ config SND_SOC_I2S_SKL_MACH Say Y if you have such a device If unsure select "N". + +config SND_SOC_HDA_SST_DSP + tristate "Enable SST DSP Library" + depends on (X86 || COMPILE_TEST) + help + Say Y here to enable the HD-audio SST dsp library. + endmenu diff --git a/sound/soc/hda/Makefile b/sound/soc/hda/Makefile index d9bd33259233..d318d4acb8a7 100644 --- a/sound/soc/hda/Makefile +++ b/sound/soc/hda/Makefile @@ -4,3 +4,6 @@ obj-$(CONFIG_SND_SOC_HDA_SKL) += snd-soc-hda-skl.o # Machine support obj-$(CONFIG_SND_SOC_HDA_SKL) += boards/ + +# DSP library +obj-$(CONFIG_SND_SOC_HDA_SST_DSP) += intel/