]> xenbits.xensource.com Git - qemu-upstream-4.2-testing.git/commit
audio: split IN_T into two separate constants
authorRoger Pau Monne <roger.pau@citrix.com>
Fri, 18 May 2012 12:05:31 +0000 (12:05 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Fri, 18 May 2012 12:05:31 +0000 (12:05 +0000)
commit6505594b66d6f175b3311b844804c6cb582ce52a
tree825d3e7b3f79741f934bb7078adedaa4291d621f
parent9efe258c19da5ef736b74217c11a610e448d1ab5
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.

upstream-commit: a28853871d6ef5ec4afe810a43fdde859dfdaa7e

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