sound-player: Replace TRUE with true 17/63317/2 accepted/tizen/common/20160323.185237 accepted/tizen/ivi/20160323.140829 accepted/tizen/mobile/20160323.135431 accepted/tizen/tv/20160323.135641 accepted/tizen/wearable/20160323.135429 submit/tizen/20160323.083603
authorSangchul Lee <sc11.lee@samsung.com>
Wed, 23 Mar 2016 07:04:00 +0000 (16:04 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Wed, 23 Mar 2016 07:10:27 +0000 (16:10 +0900)
[Version] 5.0.40
[Profile] Common
[Issue Type] Code clean up

Change-Id: I0c10e9107c9a4fca1fbb2bcd92e8c6470c588f40

packaging/pulseaudio-modules-tizen.spec
src/module-sound-player.c

index 06c03aebb0e23ab7d97849298238592af4985fdb..f9fac64bb4b6b4df7dc03239a36baf95a7a63dbd 100644 (file)
@@ -1,6 +1,6 @@
 Name:             pulseaudio-modules-tizen
 Summary:          Pulseaudio modules for Tizen
-Version:          5.0.39
+Version:          5.0.40
 Release:          0
 Group:            Multimedia/Audio
 License:          LGPL-2.1+
index 0a699f02789fc2e28c90653c956364969e3c41ef..b8949c284f5e941bcb641b861df69ab5046a5204 100644 (file)
@@ -55,7 +55,7 @@
 PA_MODULE_AUTHOR("Sangchul Lee");
 PA_MODULE_DESCRIPTION("Sound Player module");
 PA_MODULE_VERSION(PACKAGE_VERSION);
-PA_MODULE_LOAD_ONCE(TRUE);
+PA_MODULE_LOAD_ONCE(true);
 
 #ifdef HAVE_DBUS
 #define ARR_ARG_MAX  32
@@ -550,7 +550,7 @@ fail:
     u->module->core->mainloop->io_free(u->io);
     u->io = NULL;
 
-    pa_module_unload_request(u->module, TRUE);
+    pa_module_unload_request(u->module, true);
 }
 
 static pa_hook_result_t sink_input_unlink_cb(pa_core *core, pa_sink_input *i, struct userdata *u) {