Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 May 2007 21:00:16 +0800
From:      Ariff Abdullah <ariff@FreeBSD.org>
To:        Ed Schouten <ed@fxq.nl>
Cc:        current@freebsd.org
Subject:   Re: [Regression] snd_emu10k1 doesn't work after GCC 4.2 upgrade
Message-ID:  <20070527210016.345f9c9a.ariff@FreeBSD.org>
In-Reply-To: <20070527123210.GV23313@hoeg.nl>
References:  <009501c79fdf$19e25880$1e00000a@hhp.local> <20070526215601.GT23313@hoeg.nl> <20070527123210.GV23313@hoeg.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
--Signature=_Sun__27_May_2007_21_00_16_+0800_g9JE4WwnxFqj8/5I
Content-Type: text/plain; charset=US-ASCII
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Sun, 27 May 2007 14:32:10 +0200
Ed Schouten <ed@fxq.nl> wrote:
> Hello,
>=20
> * Ed Schouten <ed@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
> > @@ -85,7 +85,7 @@
> > =20
> >  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 */
>=20
> 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?
>=20

Sure. Thanks.


--
Ariff Abdullah
FreeBSD

... Recording in stereo is obviously too advanced
    and confusing for us idiot ***** users :P ........

--Signature=_Sun__27_May_2007_21_00_16_+0800_g9JE4WwnxFqj8/5I
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (FreeBSD)

iD8DBQFGWYDglr+deMUwTNoRAvqeAJoDIc57XyWHcAE0hG6MMiwiHqkmhgCgtKwx
kfQ+hfRwOWL03Z/C0V/Xh0Y=
=ojj5
-----END PGP SIGNATURE-----

--Signature=_Sun__27_May_2007_21_00_16_+0800_g9JE4WwnxFqj8/5I--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070527210016.345f9c9a.ariff>