From patchwork Sun Jun 28 07:42:06 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Grant Likely X-Patchwork-Id: 29232 X-Patchwork-Delegate: grant.likely@secretlab.ca Return-Path: X-Original-To: patchwork-incoming@bilbo.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id 46EF0B7063 for ; Sun, 28 Jun 2009 17:43:54 +1000 (EST) Received: by ozlabs.org (Postfix) id 3A645DDD1B; Sun, 28 Jun 2009 17:43:54 +1000 (EST) Delivered-To: patchwork-incoming@ozlabs.org Received: from bilbo.ozlabs.org (bilbo.ozlabs.org [203.10.76.25]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "bilbo.ozlabs.org", Issuer "CAcert Class 3 Root" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id 38E46DDD0C for ; Sun, 28 Jun 2009 17:43:54 +1000 (EST) Received: from bilbo.ozlabs.org (localhost [127.0.0.1]) by bilbo.ozlabs.org (Postfix) with ESMTP id 8381DB76F7 for ; Sun, 28 Jun 2009 17:42:17 +1000 (EST) Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id 60D9EB74CF for ; Sun, 28 Jun 2009 17:42:10 +1000 (EST) Received: by ozlabs.org (Postfix) id 532A1DDD1B; Sun, 28 Jun 2009 17:42:10 +1000 (EST) Delivered-To: linuxppc-dev@ozlabs.org Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.216.182]) by ozlabs.org (Postfix) with ESMTP id BEEB4DDD0C for ; Sun, 28 Jun 2009 17:42:09 +1000 (EST) Received: by mail-px0-f182.google.com with SMTP id 12so2974207pxi.17 for ; Sun, 28 Jun 2009 00:42:09 -0700 (PDT) Received: by 10.114.144.11 with SMTP id r11mr8976859wad.227.1246174929193; Sun, 28 Jun 2009 00:42:09 -0700 (PDT) Received: from trillian.cg.shawcable.net (S01060016b61d1226.cg.shawcable.net [68.146.92.145]) by mx.google.com with ESMTPS id k21sm5529027waf.24.2009.06.28.00.42.07 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 28 Jun 2009 00:42:08 -0700 (PDT) Received: from localhost.localdomain (trillian [127.0.0.1]) by trillian.cg.shawcable.net (Postfix) with ESMTP id CD04AC89D8; Sun, 28 Jun 2009 01:42:06 -0600 (MDT) From: Grant Likely Subject: [PATCH 2/2] sound/soc: remove BROKEN from Efika and pcm030 fabric drivers To: jonsmirl@gmail.com, linuxppc-dev@ozlabs.org, alsa-devel@alsa-project.org, broonie@sirena.org.uk, timur@freescale.com Date: Sun, 28 Jun 2009 01:42:06 -0600 Message-ID: <20090628074158.26905.36950.stgit@localhost.localdomain> In-Reply-To: <20090628074109.26905.9927.stgit@localhost.localdomain> References: <20090628074109.26905.9927.stgit@localhost.localdomain> User-Agent: StGIT/0.14.2 MIME-Version: 1.0 X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org From: Grant Likely The needed spin_event_timeout() macro is now merged in from the powerpc tree, so these drivers are no longer broken. This reverts commit 0c0e09e21a9e7bc6ca54e06ef3d497255ca26383 (ASoC: Mark MPC5200 AC97 as BROKEN until PowerPC merge issues are resolved) Tested against 2.6.31-rc1. Signed-off-by: Grant Likely Acked-by: Jon Smirl --- sound/soc/fsl/Kconfig | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index 5661876..8cb65cc 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig @@ -41,7 +41,7 @@ config SND_SOC_MPC5200_AC97 config SND_MPC52xx_SOC_PCM030 tristate "SoC AC97 Audio support for Phytec pcm030 and WM9712" - depends on PPC_MPC5200_SIMPLE && BROKEN + depends on PPC_MPC5200_SIMPLE select SND_SOC_MPC5200_AC97 select SND_SOC_WM9712 help @@ -50,7 +50,7 @@ config SND_MPC52xx_SOC_PCM030 config SND_MPC52xx_SOC_EFIKA tristate "SoC AC97 Audio support for bbplan Efika and STAC9766" - depends on PPC_EFIKA && BROKEN + depends on PPC_EFIKA select SND_SOC_MPC5200_AC97 select SND_SOC_STAC9766 help