projects
/
platform
/
core
/
multimedia
/
pulseaudio-modules-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a89982
)
fixup! stream-manager-volume: Apply volume ratio to the stream that does not have...
83/231783/1
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_wearable_hotfix
tizen_5.5_wearable_hotfix
accepted/tizen/5.5/unified/20200428.130427
accepted/tizen/5.5/unified/wearable/hotfix/20201027.112902
submit/tizen_5.5/20200428.014724
submit/tizen_5.5_wearable_hotfix/20201026.184304
author
Sangchul Lee
<sc11.lee@samsung.com>
Fri, 24 Apr 2020 06:35:42 +0000
(15:35 +0900)
committer
Sangchul Lee
<sc11.lee@samsung.com>
Fri, 24 Apr 2020 06:39:47 +0000
(15:39 +0900)
It is to fix SVACE defect.
Change-Id: Id0c4179c1054702c41c1571c6bd57d0e12658309
src/stream-manager-volume.c
patch
|
blob
|
history
diff --git
a/src/stream-manager-volume.c
b/src/stream-manager-volume.c
index 8edc0b2246734634b40f3e62b503ec177fd866fb..3f5dd8625205ed1abca110b773f6a74f27060cff 100644
(file)
--- a/
src/stream-manager-volume.c
+++ b/
src/stream-manager-volume.c
@@
-616,7
+616,7
@@
int32_t set_volume_ratio_by_idx(pa_stream_manager *m, stream_type_t stream_type,
void *s = NULL;
void *volumes = NULL;
volume_info *v = NULL;
- uint32_t volume_level;
+ uint32_t volume_level
= 0
;
pa_cvolume cv;
double volume_linear = 1.0;
double *modifier_gain_value = NULL;