From patchwork Fri Mar 14 08:26:12 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lars-Peter Clausen X-Patchwork-Id: 3831271 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 E0E649F2BB for ; Fri, 14 Mar 2014 08:26:19 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1004D20328 for ; Fri, 14 Mar 2014 08:26:19 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 2EE2C20320 for ; Fri, 14 Mar 2014 08:26:18 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 201602651C9; Fri, 14 Mar 2014 09:26:17 +0100 (CET) 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 EAF0F2650CE; Fri, 14 Mar 2014 09:25:44 +0100 (CET) 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 4250A2650D1; Fri, 14 Mar 2014 09:25:43 +0100 (CET) Received: from smtp-out-088.synserver.de (smtp-out-118.synserver.de [212.40.185.118]) by alsa0.perex.cz (Postfix) with ESMTP id 0861E265086 for ; Fri, 14 Mar 2014 09:25:34 +0100 (CET) Received: (qmail 29934 invoked by uid 0); 14 Mar 2014 08:25:33 -0000 X-SynServer-TrustedSrc: 1 X-SynServer-AuthUser: lars@metafoo.de X-SynServer-PPID: 29701 Received: from ppp-46-244-130-51.dynamic.mnet-online.de (HELO lars-adi-laptop.fritz.box) [46.244.130.51] by 217.119.54.81 with SMTP; 14 Mar 2014 08:25:33 -0000 From: Lars-Peter Clausen To: Mark Brown , Liam Girdwood Date: Fri, 14 Mar 2014 09:26:12 +0100 Message-Id: <1394785572-28315-2-git-send-email-lars@metafoo.de> X-Mailer: git-send-email 1.8.0 In-Reply-To: <1394785572-28315-1-git-send-email-lars@metafoo.de> References: <1394785572-28315-1-git-send-email-lars@metafoo.de> Cc: Rongjun Ying , Barry Song , Lars-Peter Clausen , alsa-devel@alsa-project.org Subject: [alsa-devel] [PATCH 2/2] ASoC: sirf-audio-codec: Add missing Makefile entry 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 Without this the driver can't be built. Signed-off-by: Lars-Peter Clausen --- sound/soc/codecs/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/codecs/Makefile b/sound/soc/codecs/Makefile index 73df822..94ef89e 100644 --- a/sound/soc/codecs/Makefile +++ b/sound/soc/codecs/Makefile @@ -210,6 +210,7 @@ obj-$(CONFIG_SND_SOC_RT5640) += snd-soc-rt5640.o obj-$(CONFIG_SND_SOC_SGTL5000) += snd-soc-sgtl5000.o obj-$(CONFIG_SND_SOC_SIGMADSP) += snd-soc-sigmadsp.o obj-$(CONFIG_SND_SOC_SI476X) += snd-soc-si476x.o +obj-$(CONFIG_SND_SOC_SIRF_AUDIO_CODEC) += snd-soc-sirf-audio-codec.o obj-$(CONFIG_SND_SOC_SN95031) +=snd-soc-sn95031.o obj-$(CONFIG_SND_SOC_SPDIF) += snd-soc-spdif-rx.o snd-soc-spdif-tx.o obj-$(CONFIG_SND_SOC_SSM2518) += snd-soc-ssm2518.o