sink-input, source-output: Fix crash when sink/source create with volume sharing... 30/71530/7
authorKimJeongYeon <jeongyeon.kim@samsung.com>
Wed, 25 May 2016 21:52:17 +0000 (06:52 +0900)
committerKimJeongYeon <jeongyeon.kim@samsung.com>
Mon, 18 Jul 2016 06:20:00 +0000 (15:20 +0900)
commit5ee094819294027267eafb13d43f833543159c44
tree3fa926be6446404b827f96ffa6bb5dc0ac2e43de
parent4c528a5790096e2e16f2e6a36e65498c6e8df5cb
sink-input, source-output: Fix crash when sink/source create with volume sharing flag.

Crash occurs always as soon as loading new sink(or source) with
PA_(SINK|SOURCE)_SHARE_VOLUME_WITH_MASTER flag. Because, below
patch does not regarded when a sink enabled volume sharing.
 - https://review.tizen.org/gerrit/#/c/26447/

[Version] 5.0-83
[Profile] Common
[Issue Type] Bug

Signed-off-by: KimJeongYeon <jeongyeon.kim@samsung.com>
Change-Id: I6edeadee162fc27d6274a2f61d0f97f74a4319ea
packaging/pulseaudio.spec
src/pulsecore/sink-input.c
src/pulsecore/source-output.c