source-output: Move resample and memblockq into processor 23/273823/3 accepted/tizen/unified/20220424.221536 submit/send_to_robot/20220425.055433 submit/tizen/20220421.081718 submit/tizen/20220422.071822 submit/tizen/20220422.071912
authorJaechul Lee <jcsing.lee@samsung.com>
Thu, 14 Apr 2022 06:02:47 +0000 (15:02 +0900)
committerJaechul Lee <jcsing.lee@samsung.com>
Mon, 18 Apr 2022 02:36:33 +0000 (11:36 +0900)
[Version] 15.0-8
[Issue Type] Cleanup

Change-Id: Id6754260703fa790357c50a82cf773db3e98437a
Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
packaging/pulseaudio.spec
src/pulsecore/source-output.h

index 85c59db..23f0eef 100644 (file)
@@ -4,7 +4,7 @@
 Name:             pulseaudio
 Summary:          Improved Linux sound server
 Version:          15.0
-Release:          7
+Release:          8
 Group:            Multimedia/Audio
 License:          LGPL-2.1
 URL:              http://pulseaudio.org
index 570473a..812ecbe 100644 (file)
@@ -234,8 +234,6 @@ struct pa_source_output {
         pa_sink_input *direct_on_input;       /* may be NULL */
 
 #ifdef __TIZEN__
-        pa_memblockq *echo;
-        pa_resampler *resampler2;
         void *processor;
 #endif
     } thread_info;