src/sound/cocoa_s.cpp
branchgamebalance
changeset 9895 7bd07f43b0e3
parent 5835 e0ff603ae0b7
child 6720 35756db7e577
equal deleted inserted replaced
9894:70d78ac95d6c 9895:7bd07f43b0e3
   114 	/* We're running! */
   114 	/* We're running! */
   115 	return NULL;
   115 	return NULL;
   116 }
   116 }
   117 
   117 
   118 
   118 
   119 static void CocoaSoundStop(void)
   119 static void CocoaSoundStop()
   120 {
   120 {
   121 	struct AudioUnitInputCallback callback;
   121 	struct AudioUnitInputCallback callback;
   122 
   122 
   123 	/* stop processing the audio unit */
   123 	/* stop processing the audio unit */
   124 	if (AudioOutputUnitStop(_outputAudioUnit) != noErr) {
   124 	if (AudioOutputUnitStop(_outputAudioUnit) != noErr) {