Rearrange internalLock() 83/155483/1 accepted/tizen/unified/20171016.064339 submit/tizen/20171013.081720
authorSangchul Lee <sc11.lee@samsung.com>
Fri, 29 Sep 2017 01:33:25 +0000 (10:33 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Fri, 13 Oct 2017 08:16:47 +0000 (08:16 +0000)
commit87e0ac3d1d6d575d932d062a524fbcbe4c8c7536
tree0819f35d1b253bd4f1ef73595b50e8706871d17e
parent1037c81e647d3c286c513f142ef947a2b542342b
Rearrange internalLock()

'internalLock' is for protecting mpPulseAudioClient handle.
But in some functions, it is used too widely it causes dead-lock
issue with internal focus callback for session backward compatibility.

Original patch
 : https://review.tizen.org/gerrit/#/c/153596/

[Version] 0.4.2
[Issue Type] Bug fix

Change-Id: I5c4633e3a9ecfa631bd860a85edf8511cd05c28c
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
(cherry picked from commit f3f84b6d2c5257f2a25d710a336a0a52ddd42b78)
packaging/capi-media-audio-io.spec
src/cpp/CAudioInput.cpp
src/cpp/CAudioOutput.cpp