Index: /trunk/src/VBox/Devices/Audio/AudioMixer.cpp
===================================================================
--- /trunk/src/VBox/Devices/Audio/AudioMixer.cpp	(revision 64968)
+++ /trunk/src/VBox/Devices/Audio/AudioMixer.cpp	(revision 64969)
@@ -77,5 +77,5 @@
  * @param   fFlags              Mixer sink flags to convert.
  */
-char *dbgAudioMixerSinkStatusToStr(AUDMIXSINKSTS fStatus)
+static char *dbgAudioMixerSinkStatusToStr(AUDMIXSINKSTS fStatus)
 {
 #define APPEND_FLAG_TO_STR(_aFlag)              \
Index: /trunk/src/VBox/Devices/Audio/DrvAudio.cpp
===================================================================
--- /trunk/src/VBox/Devices/Audio/DrvAudio.cpp	(revision 64968)
+++ /trunk/src/VBox/Devices/Audio/DrvAudio.cpp	(revision 64969)
@@ -145,5 +145,5 @@
  * @param   fFlags              Stream status flags to convert.
  */
-char *dbgAudioStreamStatusToStr(PDMAUDIOSTRMSTS fStatus)
+static char *dbgAudioStreamStatusToStr(PDMAUDIOSTRMSTS fStatus)
 {
 #define APPEND_FLAG_TO_STR(_aFlag)              \
