Re: [Regression] snd_emu10k1 doesn't work after GCC 4.2 upgrade

From: Ed Schouten <ed_at_fxq.nl>
Date: Sun, 27 May 2007 14:32:10 +0200
Hello,

* Ed Schouten <ed_at_fxq.nl> wrote:
> --- src/sys/dev/sound/pci/emu10k1.c	Fri Dec 30 20:55:53 2005
> +++ src/sys/dev/sound/pci/emu10k1.c	Sat May 26 23:53:38 2007
> _at__at_ -85,7 +85,7 _at__at_
>  
>  struct emu_voice {
>  	int vnum;
> -	int b16:1, stereo:1, busy:1, running:1, ismaster:1;
> +	unsigned int b16:1, stereo:1, busy:1, running:1, ismaster:1;
>  	int speed;
>  	int start, end, vol;
>  	int fxrt1;	/* FX routing */

I can confirm that after applying this patch, the snd_emu10k1 driver
works again. It is basically a Merge From snd_emu10kx. Ariff, could you
please take care of this patch?

-- 
 Ed Schouten <ed_at_fxq.nl>
 WWW: http://g-rave.nl/

Received on Sun May 27 2007 - 10:32:11 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:11 UTC