From patchwork Thu Apr 16 20:48:47 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Liam Girdwood X-Patchwork-Id: 6227771 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 195B59F2EC for ; Thu, 16 Apr 2015 20:51:03 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4ACF920375 for ; Thu, 16 Apr 2015 20:51:02 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 423BE202A1 for ; Thu, 16 Apr 2015 20:51:01 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 57B512657E0; Thu, 16 Apr 2015 22:51:00 +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,NO_DNS_FOR_FROM, UNPARSEABLE_RELAY autolearn=no version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id B5266265474; Thu, 16 Apr 2015 22:49:05 +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 B1784264F07; Thu, 16 Apr 2015 22:49:02 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by alsa0.perex.cz (Postfix) with ESMTP id 8A874264F02 for ; Thu, 16 Apr 2015 22:48:43 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 16 Apr 2015 13:48:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,590,1422950400"; d="scan'208";a="481926256" Received: from dmcadam-mobl.ger.corp.intel.com (HELO [10.252.22.40]) ([10.252.22.40]) by FMSMGA003.fm.intel.com with ESMTP; 16 Apr 2015 13:48:41 -0700 Message-ID: <1429217327.7100.22.camel@loki> From: Liam Girdwood To: Takashi Iwai , Mark Brown , "Koul, Vinod" Date: Thu, 16 Apr 2015 21:48:47 +0100 X-Mailer: Evolution 3.10.4-0ubuntu2 Mime-Version: 1.0 Cc: "alsa-devel@alsa-project.org" Subject: [alsa-devel] [RFC 4/4] ASoC: topology: Add build support for topology. 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 Signed-off-by: Liam Girdwood --- sound/soc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/Makefile b/sound/soc/Makefile index 5b3c8f6..a132768 100644 --- a/sound/soc/Makefile +++ b/sound/soc/Makefile @@ -1,5 +1,6 @@ snd-soc-core-objs := soc-core.o soc-dapm.o soc-jack.o soc-cache.o soc-utils.o snd-soc-core-objs += soc-pcm.o soc-compress.o soc-io.o soc-devres.o soc-ops.o +snd-soc-core-objs += soc-topology.o ifneq ($(CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM),) snd-soc-core-objs += soc-generic-dmaengine-pcm.o