From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [patch 07/14] i8253: Make pcsp sound driver use the shared i8253_lock. Date: Fri, 03 Jun 2011 11:53:08 +0200 Message-ID: References: <20110601180456.801265664@duck.linux-mips.net> <20110601180610.532642190@duck.linux-mips.net> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20110601180610.532642190@duck.linux-mips.net> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: ralf@linux-mips.org Cc: linux-arch@vger.kernel.org, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org List-Id: linux-arch.vger.kernel.org At Wed, 01 Jun 2011 19:05:03 +0100, ralf@linux-mips.org wrote: > > Signed-off-by: Ralf Baechle > To: linux-kernel@vger.kernel.org > Cc: Jaroslav Kysela > Cc: Takashi Iwai > Cc: alsa-devel@alsa-project.org Acked-by: Takashi Iwai thanks, Takashi > > sound/drivers/pcsp/pcsp.h | 8 +------- > 1 file changed, 1 insertion(+), 7 deletions(-) > > Index: linux-mips/sound/drivers/pcsp/pcsp.h > =================================================================== > --- linux-mips.orig/sound/drivers/pcsp/pcsp.h > +++ linux-mips/sound/drivers/pcsp/pcsp.h > @@ -10,14 +10,8 @@ > #define __PCSP_H__ > > #include > -#include > -#if defined(CONFIG_MIPS) || defined(CONFIG_X86) > -/* Use the global PIT lock ! */ > #include > -#else > -#include > -static DEFINE_RAW_SPINLOCK(i8253_lock); > -#endif > +#include > > #define PCSP_SOUND_VERSION 0x400 /* read 4.00 */ > #define PCSP_DEBUG 0 > > > _______________________________________________ > Alsa-devel mailing list > Alsa-devel@alsa-project.org > http://mailman.alsa-project.org/mailman/listinfo/alsa-devel > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor2.suse.de ([195.135.220.15]:33994 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751465Ab1FCJxN (ORCPT ); Fri, 3 Jun 2011 05:53:13 -0400 Date: Fri, 03 Jun 2011 11:53:08 +0200 Message-ID: From: Takashi Iwai Subject: Re: [alsa-devel] [patch 07/14] i8253: Make pcsp sound driver use the shared i8253_lock. In-Reply-To: <20110601180610.532642190@duck.linux-mips.net> References: <20110601180456.801265664@duck.linux-mips.net> <20110601180610.532642190@duck.linux-mips.net> MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-arch-owner@vger.kernel.org List-ID: To: ralf@linux-mips.org Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, alsa-devel@alsa-project.org Message-ID: <20110603095308.aESp96naeOwPOTXcsAAT-A3wrJ97CuZmue_av2PkVnE@z> At Wed, 01 Jun 2011 19:05:03 +0100, ralf@linux-mips.org wrote: > > Signed-off-by: Ralf Baechle > To: linux-kernel@vger.kernel.org > Cc: Jaroslav Kysela > Cc: Takashi Iwai > Cc: alsa-devel@alsa-project.org Acked-by: Takashi Iwai thanks, Takashi > > sound/drivers/pcsp/pcsp.h | 8 +------- > 1 file changed, 1 insertion(+), 7 deletions(-) > > Index: linux-mips/sound/drivers/pcsp/pcsp.h > =================================================================== > --- linux-mips.orig/sound/drivers/pcsp/pcsp.h > +++ linux-mips/sound/drivers/pcsp/pcsp.h > @@ -10,14 +10,8 @@ > #define __PCSP_H__ > > #include > -#include > -#if defined(CONFIG_MIPS) || defined(CONFIG_X86) > -/* Use the global PIT lock ! */ > #include > -#else > -#include > -static DEFINE_RAW_SPINLOCK(i8253_lock); > -#endif > +#include > > #define PCSP_SOUND_VERSION 0x400 /* read 4.00 */ > #define PCSP_DEBUG 0 > > > _______________________________________________ > Alsa-devel mailing list > Alsa-devel@alsa-project.org > http://mailman.alsa-project.org/mailman/listinfo/alsa-devel >