From patchwork Thu Oct 18 15:39:01 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Pisati X-Patchwork-Id: 192357 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id B9D452C0096 for ; Fri, 19 Oct 2012 02:39:30 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1TOsBk-0003QZ-3w; Thu, 18 Oct 2012 15:39:12 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1TOsBi-0003On-1C for kernel-team@lists.ubuntu.com; Thu, 18 Oct 2012 15:39:10 +0000 Received: from 2-230-238-136.ip204.fastwebnet.it ([2.230.238.136] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1TOsBh-0001k4-Ub for kernel-team@lists.ubuntu.com; Thu, 18 Oct 2012 15:39:09 +0000 From: Paolo Pisati To: kernel-team@lists.ubuntu.com Subject: [PATCH 5/8] UBUNTU: [Config] FTBFS arm[hf|el]/omap: disable SND_OMAP_SOC_ZOOM2 Date: Thu, 18 Oct 2012 17:39:01 +0200 Message-Id: <1350574745-22392-6-git-send-email-paolo.pisati@canonical.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1350574745-22392-1-git-send-email-paolo.pisati@canonical.com> References: <1350574745-22392-1-git-send-email-paolo.pisati@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com Signed-off-by: Paolo Pisati --- debian.master/config/config.common.ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index ff83538..bc68825 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -5371,7 +5371,7 @@ CONFIG_SND_OMAP_SOC_MCBSP=m CONFIG_SND_OMAP_SOC_OMAP3_PANDORA=m CONFIG_SND_OMAP_SOC_OMAP_TWL4030=m CONFIG_SND_OMAP_SOC_SDP3430=m -CONFIG_SND_OMAP_SOC_ZOOM2=m +# CONFIG_SND_OMAP_SOC_ZOOM2 is not set CONFIG_SND_OPL3SA2=m CONFIG_SND_OPL3_LIB=m CONFIG_SND_OPL4_LIB=m