fixup! Reset dump values when pause function is called
[platform/core/api/audio-io.git] / src / cpp / CAudioIO.cpp
index fac712a..04ceb05 100644 (file)
@@ -220,3 +220,10 @@ void CAudioIO::setStreamInfo(sound_stream_info_h stream_info) {
             getAudioInfo().setEffectMethodWithReference(method_reference, device_id);
     }
 }
+
+void CAudioIO::onCorked(CPulseAudioClient* pClient, bool corked) {
+    assert(__mIsInit);
+    assert(pClient);
+
+    AUDIO_IO_LOGD("pClient(%p), corked(%d)", pClient, corked);
+}