Add new routing API set 26/223726/2
authorSangchul Lee <sc11.lee@samsung.com>
Fri, 31 Jan 2020 01:54:23 +0000 (10:54 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Mon, 3 Feb 2020 08:21:51 +0000 (17:21 +0900)
commit494677c8ef61a71db15d573b80b73c30c04d3a04
tree853adc81445bf3fc9350f6a3ddf1fa230e6faed4
parent9390cc261bebc8c19378fb79dbd27bcf54767a7a
Add new routing API set

Functions are added as below
 : sound_manager_set_stream_preemptive_device()
 : sound_manager_get_stream_preemptive_device()

This function is to set a device id to streams made by the specific stream type.
Note that it'll affect all the streams belong to the stream type regardless of
process, it should be used carefully.

[Version] 0.6.3
[Issue Type] New feature

Change-Id: I35d902f77d4adc77490b9eacee505a1a1332f882
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
(cherry picked from commit 40ddaaf16b5536ba2e804e33a8974ecc9414b39f)
include/sound_manager_internal.h
include/sound_manager_internal_tv.h
include/sound_manager_private.h
packaging/capi-media-sound-manager.spec
src/sound_manager_internal.c
src/sound_manager_private.c
test/sound_manager_test.c