From owner-freebsd-multimedia Tue Oct 10 6: 6:12 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from cip1.melaten.rwth-aachen.de (cip1.melaten.RWTH-Aachen.DE [134.130.92.100]) by hub.freebsd.org (Postfix) with ESMTP id 3809B37B503 for ; Tue, 10 Oct 2000 06:06:10 -0700 (PDT) Received: from cip12.melaten.rwth-aachen.de (cip12.melaten.rwth-aachen.de [134.130.92.12]) by cip1.melaten.rwth-aachen.de (8.9.3/8.8.8) with ESMTP id PAA13135 for ; Tue, 10 Oct 2000 15:17:45 +0200 Received: (from tg@localhost) by cip12.melaten.rwth-aachen.de (8.9.3/8.9.3) id PAA53413; Tue, 10 Oct 2000 15:13:32 +0200 (CEST) (envelope-from tg@melaten.rwth-aachen.de) X-Authentication-Warning: cip12.melaten.rwth-aachen.de: tg set sender to tg@melaten.rwth-aachen.de using -f To: freebsd-multimedia@freebsd.org Subject: AFMT_S16_NE From: Thomas Gellekum Date: 10 Oct 2000 15:13:31 +0200 Message-ID: Lines: 23 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Canyonlands) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Moin, 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