Changeset 64969 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Dec 20, 2016 6:59:20 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112445
- Location:
- trunk/src/VBox/Devices/Audio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioMixer.cpp
r64968 r64969 77 77 * @param fFlags Mixer sink flags to convert. 78 78 */ 79 char *dbgAudioMixerSinkStatusToStr(AUDMIXSINKSTS fStatus)79 static char *dbgAudioMixerSinkStatusToStr(AUDMIXSINKSTS fStatus) 80 80 { 81 81 #define APPEND_FLAG_TO_STR(_aFlag) \ -
trunk/src/VBox/Devices/Audio/DrvAudio.cpp
r64967 r64969 145 145 * @param fFlags Stream status flags to convert. 146 146 */ 147 char *dbgAudioStreamStatusToStr(PDMAUDIOSTRMSTS fStatus)147 static char *dbgAudioStreamStatusToStr(PDMAUDIOSTRMSTS fStatus) 148 148 { 149 149 #define APPEND_FLAG_TO_STR(_aFlag) \
Note:
See TracChangeset
for help on using the changeset viewer.