Fix double unlock of slot mutex in user stops scneario
[platform/core/multimedia/libmm-sound.git] / server / include / mm_sound_plugin_codec.h
index 2cea7a9..c5a8806 100644 (file)
@@ -46,7 +46,7 @@ typedef struct {
 } mmsound_codec_info_t;
 
 typedef struct {
-       int (*stop_cb)(int);
+       int (*stop_cb)(int, bool);
        int pid;
        int param;
        int tone;