Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Oct 2000 19:33:43 +0200 (CEST)
From:      Luigi Rizzo <luigi@info.iet.unipi.it>
To:        Thomas Gellekum <tg@melaten.rwth-aachen.de>
Cc:        freebsd-multimedia@FreeBSD.ORG
Subject:   Re: AFMT_S16_NE
Message-ID:  <200010101733.TAA83719@info.iet.unipi.it>
In-Reply-To: <kqg0m4u9dw.fsf@cip12.melaten.rwth-aachen.de> from Thomas Gellekum at "Oct 10, 2000 03:13:31 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
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




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