stream-manager: Select new proper device even if sink or source of new data is set 45/233745/2 accepted/tizen/unified/20200601.051755 submit/test/20200612.071313 submit/tizen/20200529.085112
authorSangchul Lee <sc11.lee@samsung.com>
Tue, 19 May 2020 01:32:38 +0000 (10:32 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Tue, 19 May 2020 22:40:20 +0000 (07:40 +0900)
commit41b023359a6e124e6c2cbb5f9523934fb19532b6
treeaa16b783f73a2102f601e7d4d515862b5c5ba06a
parentf8cde90998a50f92479d8a39df9ada741262e054
stream-manager: Select new proper device even if sink or source of new data is set

In tizen policy, selecting device is performed in tizenaudio-policy
module. The previous codes skip selecting the device logic if sink or
source of new data is defined(probably aka default sink/source) in
somewhere before the codes. This patch set it regardless of this matter.

We need to be aware of this modification for possible issues regarding
it. If the skip logic is needed anyway later, we may put that in
another place.

[Version] 13.0.17
[Issue Type] Bug fix

Change-Id: I92df553b259d8ae1ff9de6c29723ccbb78bfaee6
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
packaging/pulseaudio-modules-tizen.spec
src/stream-manager.c