From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 1B05DB7137 for ; Mon, 29 Jun 2009 04:06:53 +1000 (EST) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.24]) by ozlabs.org (Postfix) with ESMTP id 66540DDD0B for ; Mon, 29 Jun 2009 04:06:52 +1000 (EST) Received: by qw-out-2122.google.com with SMTP id 5so1316317qwd.15 for ; Sun, 28 Jun 2009 11:06:50 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20090628074158.26905.36950.stgit@localhost.localdomain> References: <20090628074109.26905.9927.stgit@localhost.localdomain> <20090628074158.26905.36950.stgit@localhost.localdomain> Date: Sun, 28 Jun 2009 14:06:50 -0400 Message-ID: <9e4733910906281106s5ecdfd4fl7a54de3a605823ec@mail.gmail.com> Subject: Re: [PATCH 2/2] sound/soc: remove BROKEN from Efika and pcm030 fabric drivers From: Jon Smirl To: Grant Likely Content-Type: text/plain; charset=ISO-8859-1 Cc: linuxppc-dev@ozlabs.org, alsa-devel@alsa-project.org, broonie@sirena.org.uk, timur@freescale.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sun, Jun 28, 2009 at 3:42 AM, Grant Likely wr= ote: > From: Grant Likely > > The needed spin_event_timeout() macro is now merged in from the > powerpc tree, so these drivers are no longer broken. =A0This 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 > --- > > =A0sound/soc/fsl/Kconfig | =A0 =A04 ++-- > =A01 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 > > =A0config SND_MPC52xx_SOC_PCM030 > =A0 =A0 =A0 =A0tristate "SoC AC97 Audio support for Phytec pcm030 and WM9= 712" > - =A0 =A0 =A0 depends on PPC_MPC5200_SIMPLE && BROKEN > + =A0 =A0 =A0 depends on PPC_MPC5200_SIMPLE > =A0 =A0 =A0 =A0select SND_SOC_MPC5200_AC97 > =A0 =A0 =A0 =A0select SND_SOC_WM9712 > =A0 =A0 =A0 =A0help > @@ -50,7 +50,7 @@ config SND_MPC52xx_SOC_PCM030 > > =A0config SND_MPC52xx_SOC_EFIKA > =A0 =A0 =A0 =A0tristate "SoC AC97 Audio support for bbplan Efika and STAC= 9766" > - =A0 =A0 =A0 depends on PPC_EFIKA && BROKEN > + =A0 =A0 =A0 depends on PPC_EFIKA > =A0 =A0 =A0 =A0select SND_SOC_MPC5200_AC97 > =A0 =A0 =A0 =A0select SND_SOC_STAC9766 > =A0 =A0 =A0 =A0help > > --=20 Jon Smirl jonsmirl@gmail.com