From owner-freebsd-multimedia Tue Oct 10 10:33:51 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from info.iet.unipi.it (info.iet.unipi.it [131.114.9.184]) by hub.freebsd.org (Postfix) with ESMTP id 6225137B503 for ; Tue, 10 Oct 2000 10:33:46 -0700 (PDT) Received: (from luigi@localhost) by info.iet.unipi.it (8.9.3/8.9.3) id TAA83719; Tue, 10 Oct 2000 19:33:43 +0200 (CEST) (envelope-from luigi) From: Luigi Rizzo Message-Id: <200010101733.TAA83719@info.iet.unipi.it> Subject: Re: AFMT_S16_NE In-Reply-To: from Thomas Gellekum at "Oct 10, 2000 03:13:31 pm" To: Thomas Gellekum Date: Tue, 10 Oct 2000 19:33:43 +0200 (CEST) Cc: freebsd-multimedia@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL61 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org what is NE an acronym for ? If it is Network Endian then it means BigEndian irrespective of the OS. If it is Natural Endian, then your change is more or less right, except that we don't have an AIX port of FreeBSD... cheers luigi > > is anyone opposed to the following change? > > ,---- > | --- /usr/include/sys/soundcard.h Mon Mar 27 14:42:00 2000 > | +++ soundcard.h Tue Oct 10 15:10:37 2000 > | @@ -293,8 +293,10 @@ > | > | #if defined(_AIX) || defined(AIX) > | # define _PATCHKEY(id) (0xfd00|id) > | +# define AFMT_S16_NE AFMT_S16_BE > | #else > | # define _PATCHKEY(id) ((id<<8)|0xfd) > | +# define AFMT_S16_NE AFMT_S16_LE > | #endif > | > | /* > `---- > > The latest Python wants a AFMT_S16_NE definition. > > tg > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message