Fix deadlock if sound stream info is set after audiosrc is created 04/94204/1
authorJeongmo Yang <jm80.yang@samsung.com>
Thu, 27 Oct 2016 11:43:49 +0000 (20:43 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Thu, 27 Oct 2016 11:43:49 +0000 (20:43 +0900)
sound stream info includes string and integer types.
They have each attribute and can be set at the same time,
but string type attribute uses write lock and it causes deadlock.
So, this commit avoids it by changing attribute sequence.

[Version] 0.10.88
[Profile] Common
[Issue Type] Bug fix
[Dependency module] N/A
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-mobile_20161027.1]

Change-Id: I4b39b2638a46abee7a3a9a64dd3ad48129554763
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>

No differences found