fixup! Enable webrtc-audio-processing by default 06/278006/1 accepted/tizen/unified/20220719.131748 submit/tizen/20220718.045416
authorJaechul Lee <jcsing.lee@samsung.com>
Mon, 18 Jul 2022 04:46:15 +0000 (13:46 +0900)
committerJaechul Lee <jcsing.lee@samsung.com>
Mon, 18 Jul 2022 04:47:32 +0000 (13:47 +0900)
[Version] 15.0.26
[Issue Type] Bug

Change-Id: I683f8ca264196f01107f4713129e21ab233650ca

packaging/pulseaudio-modules-tizen.spec
src/echo-cancel/processor.c

index 48a97c9..71b55b2 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:             pulseaudio-modules-tizen
 Summary:          Pulseaudio modules for Tizen
-Version:          15.0.25
+Version:          15.0.26
 Release:          0
 Group:            Multimedia/Audio
 License:          LGPL-2.1+
index c77f088..8dc6c2d 100644 (file)
@@ -497,6 +497,8 @@ pa_processor_method_t pa_processor_get_method(const char *request_method) {
 
     pa_log_info("processing method is selected. request_method(%s), method_to_string(%s)",
                 request_method, pa_processor_method_to_string(method));
+
+    return method;
 }
 
 #ifdef __DEBUG__