Index: /trunk/include/VBox/vmm/pdmaudioifs.h
===================================================================
--- /trunk/include/VBox/vmm/pdmaudioifs.h	(revision 71756)
+++ /trunk/include/VBox/vmm/pdmaudioifs.h	(revision 71757)
@@ -496,5 +496,5 @@
 /** Initializor for PDMAUDIOPCMPROPS. */
 #define PDMAUDIOPCMPROPS_INITIALIZOR(a_cBits, a_fSigned, a_cCannels, a_uHz, a_cShift, a_fSwapEndian) \
-    { a_cBits, a_cShift, a_cCannels, a_fSigned, a_fSwapEndian, a_uHz }
+    { a_cBits, a_cCannels, a_cShift, a_fSigned, a_fSwapEndian, a_uHz }
 /** Calculates the cShift value of given sample bits and audio channels.
  *  Note: Does only support mono/stereo channels for now. */
