]> git.proxmox.com Git - mirror_qemu.git/commit - audio/mixeng.c
audio: split IN_T into two separate constants
authorRoger Pau Monne <roger.pau@citrix.com>
Fri, 18 May 2012 11:08:14 +0000 (12:08 +0100)
committermalc <av1474@comtv.ru>
Fri, 18 May 2012 11:19:28 +0000 (15:19 +0400)
commita28853871d6ef5ec4afe810a43fdde859dfdaa7e
tree1099988b06daccb6c48ec6fb2c21ce3c20250fe6
parentace2e4dad70d23631a7944bff7255009234961ce
audio: split IN_T into two separate constants

Split IN_T into BSIZE and ITYPE, to avoid expansion if the OS has
defined macros for the intX_t and uintX_t types. The IN_T constant is
then defined in mixeng_template.h so it can be used by the
functions/macros on this header file.

This change has been tested successfully under Debian Linux and NetBSD
6.0BETA.

Cc: Vassili Karpov (malc) <av1474@comtv.ru>
Signed-off-by: Roger Pau Monne <roger.pau@citrix.com>
Signed-off-by: malc <av1474@comtv.ru>
audio/mixeng.c
audio/mixeng_template.h