lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 03 Jun 2011 11:53:08 +0200
From:	Takashi Iwai <tiwai@...e.de>
To:	ralf@...ux-mips.org
Cc:	linux-kernel@...r.kernel.org, linux-arch@...r.kernel.org,
	alsa-devel@...a-project.org
Subject: Re: [alsa-devel] [patch 07/14] i8253: Make pcsp sound driver use the	shared i8253_lock.

At Wed, 01 Jun 2011 19:05:03 +0100,
ralf@...ux-mips.org wrote:
> 
> Signed-off-by: Ralf Baechle <ralf@...ux-mips.org>
> To: linux-kernel@...r.kernel.org
> Cc: Jaroslav Kysela <perex@...ex.cz>
> Cc: Takashi Iwai <tiwai@...e.de>
> Cc: alsa-devel@...a-project.org

Acked-by: Takashi Iwai <tiwai@...e.de>


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 <linux/hrtimer.h>
> -#include <linux/timex.h>
> -#if defined(CONFIG_MIPS) || defined(CONFIG_X86)
> -/* Use the global PIT lock ! */
>  #include <linux/i8253.h>
> -#else
> -#include <asm/8253pit.h>
> -static DEFINE_RAW_SPINLOCK(i8253_lock);
> -#endif
> +#include <linux/timex.h>
>  
>  #define PCSP_SOUND_VERSION 0x400	/* read 4.00 */
>  #define PCSP_DEBUG 0
> 
> 
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@...a-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ