Changeset 55335 in vbox for trunk/src/VBox/Devices/Audio/testcase
- Timestamp:
- Apr 17, 2015 4:00:22 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99661
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/testcase/tstAudioMixBuffer.cpp
r55270 r55335 46 46 2 /* Channels */, 47 47 AUD_FMT_S16 /* Format */, 48 PDMAUDIOENDIAN ESS_LITTLE /* Endianess*/48 PDMAUDIOENDIANNESS_LITTLE /* ENDIANNESS */ 49 49 }; 50 50 PDMPCMPROPS props; … … 143 143 2 /* Channels */, 144 144 AUD_FMT_S16 /* Format */, 145 PDMAUDIOENDIAN ESS_LITTLE /* Endianess*/145 PDMAUDIOENDIANNESS_LITTLE /* ENDIANNESS */ 146 146 }; 147 147 PDMPCMPROPS props; … … 158 158 2 /* Channels */, 159 159 AUD_FMT_S16 /* Format */, 160 PDMAUDIOENDIAN ESS_LITTLE /* Endianess*/160 PDMAUDIOENDIANNESS_LITTLE /* ENDIANNESS */ 161 161 }; 162 162 … … 173 173 2 /* Channels */, 174 174 AUD_FMT_S16 /* Format */, 175 PDMAUDIOENDIAN ESS_LITTLE /* Endianess*/175 PDMAUDIOENDIANNESS_LITTLE /* ENDIANNESS */ 176 176 }; 177 177
Note:
See TracChangeset
for help on using the changeset viewer.