This message generated a parse failure. Raw output follows here. Please use 'back' to navigate. From devnull@lkml.org Wed May 29 06:25:15 2024 Received: from spaans.ds9a.nl (adsl-xs4all.ds9a.nl [213.84.159.51]) by kylie.puddingonline.com (8.11.6/8.11.6) with SMTP id g8IHCdX02521 for ; Wed, 18 Sep 2002 19:12:39 +0200 Received: (qmail 25541 invoked from network); 18 Sep 2002 07:26:23 -0000 Received: from unknown (HELO spaans.ds9a.nl) (3ffe:8280:10:360:202:44ff:fe2a:a1dd) by mayo.ipv6.ds9a.nl with SMTP; 18 Sep 2002 07:26:23 -0000 Received: (qmail 7253 invoked by uid 1000); 17 Sep 2002 21:10:10 -0000 Received: (maildatabase); juh Received: (qmail 4056 invoked by alias); 18 Jan 2002 17:57:39 -0000 Received: (qmail 4053 invoked from network); 18 Jan 2002 17:57:39 -0000 Received: from unknown (HELO dipsaus.ds9a.tudelft.nl) (::ffff:10.0.0.202) by spaans.ds9a.nl with SMTP; 18 Jan 2002 17:57:39 -0000 Received: (qmail 15323 invoked from network); 18 Jan 2002 17:57:06 -0000 Received: from unknown (HELO vger.kernel.org) (::ffff:12.107.208.194) by adsl-xs4all.ds9a.nl with SMTP; 18 Jan 2002 17:57:06 -0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 18 Jan 2002 12:53:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 18 Jan 2002 12:53:43 -0500 Received: from mailhost.nmt.edu ([129.138.4.52]:18695 "EHLO mailhost.nmt.edu") by vger.kernel.org with ESMTP id ; Fri, 18 Jan 2002 12:53:38 -0500 Received: from quinn.rcn.nmt.edu.rcn.nmt.edu (a117b.rcn.nmt.edu [129.138.36.78]) by mailhost.nmt.edu (8.12.2/8.12.2) with ESMTP id g0IHrbxt032073 for ; Fri, 18 Jan 2002 10:53:37 -0700 Subject: Re: 2.5.3-pre1 emu10k1 From: Quinn Harris To: linux-kernel@vger.kernel.org In-Reply-To: <20020117103204.GA8938@profive.com> References: <20020117103204.GA8938@profive.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0 (Preview Release) Date: 18 Jan 2002 10:53:36 -0700 Message-Id: <1011376417.644.0.camel@quinn.rcn.nmt.edu> Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org X-Spam-Status: No, hits=0 required=5 tests= Lines: 42 Change the MINOR(...) to minor(&...) on that line. There might be a few more like that. This worked for the cvs emu10k1 audigy branch for me. The 2.5.x kernels are working toward a better way of managing device identifiers. kdev_t is now a structure not a short. MINOR(x) is a macro that wants a short, just like its always been. But minor(x) is an inlined function that wants a pointer to the new kdev_t struct and returns a char representing the device minor number. I expect MINOR will be depreciated. Quinn Harris On Thu, 2002-01-17 at 03:32, Mathias Wiklander wrote: > When I try to compile emu10k1 as a module i get this error. > > gcc -D__KERNEL__ -I/usr/src/v2.5.2/linux/include -Wall -Wstrict-prototypes > -Wno-trigraphs -O2 -fomit-frame-pointer -fno- > strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 > -DMODULE -DEMU10K1_SEQUENCER -c -o audio.o a > udio.c > audio.c: In function mu10k1_audio_open': > audio.c:1101: invalid operands to binary & > make[3]: *** [audio.o] Error 1 > make[3]: Leaving directory /usr/src/v2.5.2/linux/drivers/sound/emu10k1' > > /Eastbay > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ > - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/