platform/core/api/sound-manager.git
5 years agoAdd sound_manager_is_stream_on_device_by_id() for internal use 61/199661/1 accepted/tizen/unified/20190215.055047 submit/tizen/20190214.074524
Sangchul Lee [Wed, 13 Feb 2019 02:23:25 +0000 (11:23 +0900)]
Add sound_manager_is_stream_on_device_by_id() for internal use

[Version] 0.5.18
[Issue Type] API

Change-Id: Ied2143e2e098c379f17df2f49e1688f672d45466
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
5 years agosound_manager_doc: Fix typo 47/198247/1
Sangchul Lee [Wed, 23 Jan 2019 00:53:34 +0000 (09:53 +0900)]
sound_manager_doc: Fix typo

[Version] 0.5.17
[Issue Type] typo

Change-Id: Ic9a9bc41ffb6a2461cb0a64addd66ac211c22e5f
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
5 years agoFix invalid format string 15/194815/1 accepted/tizen/unified/20181210.060216 submit/tizen/20181207.090553
Seungbae Shin [Fri, 7 Dec 2018 07:54:05 +0000 (16:54 +0900)]
Fix invalid format string

[Version] 0.5.16
[Issue Type] Build

Change-Id: Ibd38654244af29f39bbf2265667428500b77aba9

5 years agoRemove the limitation of stream type with manual route when virtual stream start 05/192505/1 accepted/tizen/unified/20181107.082110 submit/tizen/20181106.062750
Sangchul Lee [Tue, 6 Nov 2018 05:41:23 +0000 (14:41 +0900)]
Remove the limitation of stream type with manual route when virtual stream start

[Version] 0.5.15
[Issue Type] Policy

Change-Id: Iae8275822613fd878f0d87e5914093d4451c380b
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
5 years agoFix description 26/191826/2
Sangchul Lee [Wed, 24 Oct 2018 07:43:43 +0000 (16:43 +0900)]
Fix description

[Version] 0.5.14
[Issue Type] Description

Change-Id: I0628f0687e8dbe14aa1b0cdcc4f80f46fa04b383
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
5 years agoAdd gcov environment 58/189458/1
SeokHoon Lee [Tue, 18 Sep 2018 04:44:09 +0000 (13:44 +0900)]
Add gcov environment

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: I34d80dc365b953f7f5706151fb908f553a3fb68a

5 years agoAdd internal APIs for USB devices 41/188241/2 accepted/tizen/5.0/unified/20181102.013627 accepted/tizen/unified/20180905.060757 submit/tizen/20180903.232522 submit/tizen_5.0/20181101.000002
Sangchul Lee [Mon, 3 Sep 2018 08:28:47 +0000 (17:28 +0900)]
Add internal APIs for USB devices

These will be used to CSharp API.

[Version] 0.5.13
[Issue Type] New internal API

Change-Id: I09cc7a5049455240e0780dc14c7b8dc985b54827
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
5 years agoAdd sound_manager_is_device_running_by_id() for internal usage 29/187829/2 accepted/tizen/unified/20180830.060740 submit/tizen/20180829.052026
Sangchul Lee [Thu, 9 Aug 2018 07:51:26 +0000 (16:51 +0900)]
Add sound_manager_is_device_running_by_id() for internal usage

It will be used for CSharp API.

[Version] 0.5.12
[Issue Type] New internal API

Change-Id: Iadbda94e2b02fe20d64a0b26845ed6f337604511
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
5 years agoFix typo in doxygen 36/186736/1 accepted/tizen/unified/20180821.160738 submit/tizen/20180814.030831
Sangchul Lee [Tue, 14 Aug 2018 02:46:11 +0000 (11:46 +0900)]
Fix typo in doxygen

[Version] 0.5.11
[Issue Type] Doxygen

Change-Id: I9af57a0a8e47314174be6cdd92252d323dfb03a3
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
5 years agoAdd new APIs for USB audio output device 87/185587/10 accepted/tizen/unified/20180813.061405 submit/tizen/20180810.055142
Sangchul Lee [Mon, 30 Jul 2018 04:21:17 +0000 (13:21 +0900)]
Add new APIs for USB audio output device

For getting/setting a particular sample format and rate,
a user can use these new APIs below.
  sound_manager_get_supported_sample_formats()
  sound_manager_set_sample_format()
  sound_manager_get_sample_format()
  sound_manager_get_supported_sample_rates()
  sound_manager_set_sample_rate()
  sound_manager_get_sample_rate()

If a user wants to use stream's original sample information
to the USB device without S/W resampling in audio daemon,
these new APIs can be useful.
  sound_manager_set_avoid_resampling()
  sound_manager_get_avoid_resampling()

A user can set the USB device only for media sound. If set
it true, only media type streams can be routed to the device.
  sound_manager_set_media_stream_only()
  sound_manager_get_media_stream_only()

[Version] 0.5.10
[Issue Type] New API

Change-Id: I8a6b49539776b56a87cd5b10914d3ded2d01db06
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
5 years agoFix coverity issues 92/186192/3 accepted/tizen/unified/20180809.074727 submit/tizen/20180808.054211
Seungbae Shin [Wed, 8 Aug 2018 03:51:29 +0000 (12:51 +0900)]
Fix coverity issues

[Version] 0.5.9
[Issue Type] Coverity

Change-Id: I1b3656a8f50b1635c5f99427b0ca598fa95c4a81

5 years agoRemove menu item which doesn't exist 76/185076/1 submit/tizen/20180727.042936
Sangchul Lee [Thu, 26 Jul 2018 03:18:26 +0000 (12:18 +0900)]
Remove menu item which doesn't exist

[Version] 0.5.8
[Issue Type] Testsuite

Change-Id: Ib2365f16f37a08c8a24607f74f298f5ee88aa595
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
5 years agoFix for improper referencing of deprecated API 99/183699/1 submit/tizen/20180710.091621
Seungbae Shin [Tue, 10 Jul 2018 06:25:36 +0000 (15:25 +0900)]
Fix for improper referencing of deprecated API

[Version] 0.5.7
[Issue Type] Doxygen

Change-Id: I29fc7ec0a60f44d51557c3ffcfab7fe623f1b2a8

5 years agoRevise codes to comply with API changes of libmm-sound 46/182446/1 accepted/tizen/unified/20180702.062855 submit/tizen/20180626.044608
Sangchul Lee [Mon, 18 Dec 2017 01:18:12 +0000 (10:18 +0900)]
Revise codes to comply with API changes of libmm-sound

some functions of libmm-sound regarding focus was changed.

[Version] 0.5.6
[Issue Type] API changes of dependency module

Change-Id: Ifd561d5155b652abda2f4b412766b510c765074f
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
5 years agoDeclare deprecation of SOUND_DEVICE_STATE_DEACTIVATED_MASK and SOUND_DEVICE_STATE_ACT... 46/179846/2
Sangchul Lee [Thu, 31 May 2018 00:02:05 +0000 (09:02 +0900)]
Declare deprecation of SOUND_DEVICE_STATE_DEACTIVATED_MASK and SOUND_DEVICE_STATE_ACTIVATED_MASK

This activated/deactivated state concept is not used anymore.
(It is from tizen_4.0 branch)

[Version] 0.5.5
[Issue Type] deprecation

Change-Id: I0305f72bc60d115e815679dad428483bdd29d753
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agoRemove unused functions 17/178817/1 submit/tizen/20180514.071032
Sangchul Lee [Mon, 14 May 2018 06:32:20 +0000 (15:32 +0900)]
Remove unused functions

[Version] 0.5.4
[Issue Type] code clean-up

Change-Id: Ie180c447d0f0fc92fc00cd89c53a8e5eda14189c
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agoFix for TV product build macro 75/176775/1 accepted/tizen/unified/20180424.165703 submit/tizen/20180424.040057
Seungbae Shin [Mon, 23 Apr 2018 10:13:04 +0000 (19:13 +0900)]
Fix for TV product build macro

[Version] 0.5.3
[Issue Type] Build

Change-Id: I83576b20c88752d449f857bedaa8472fff17e7af

6 years agoAdd new APIs to get device state 56/166456/9 accepted/tizen/unified/20180420.081826 submit/tizen/20180410.020028 submit/tizen/20180418.012430 submit/tizen/20180419.061800
Sangchul Lee [Tue, 26 Sep 2017 01:45:38 +0000 (10:45 +0900)]
Add new APIs to get device state

The running state of a device represents whether an audio stream is routed
to the device or not. User can notice the state by using these new APIs.

 - sound_manager_is_device_running()
 - sound_manager_add_device_running_changed_cb()
 - sound_manager_remove_device_running_changed_cb()

[Version] 0.5.2
[Issue Type] New feature

Change-Id: I2f31356058b4402e5d0814c0bbe994cfd7b21286
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agoRemove deprecated behavior in sound_manager_get_current_sound_type() 10/170010/1 accepted/tizen/unified/20180312.060408 accepted/tizen/unified/20180315.150740 submit/tizen/20180219.063156 submit/tizen/20180226.045401 submit/tizen/20180228.101651 submit/tizen/20180302.055405 submit/tizen/20180305.044543 submit/tizen/20180312.104235 submit/tizen/20180313.010029 submit/tizen/20180314.065049
Sangchul Lee [Tue, 13 Feb 2018 00:15:37 +0000 (09:15 +0900)]
Remove deprecated behavior in sound_manager_get_current_sound_type()

[Version] 0.5.1
[Issue Type] Clean-up

Change-Id: I99da3cb1edda0dd2559f0ef899f6368a3471ed7d
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agoRemove deprecated APIs declared since Tizen 3.0 93/160393/4 submit/tizen/20180117.054543 submit/tizen/20180123.012241
Sangchul Lee [Thu, 16 Nov 2017 04:00:52 +0000 (13:00 +0900)]
Remove deprecated APIs declared since Tizen 3.0

[Version] 0.5.0
[Issue Type] Clean-up

Change-Id: I5b33264126f71aeaa289546f10923cf4f145de7d
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agoApply macro for excluding lines to increase TC coverage result 40/156340/1 accepted/tizen/unified/20171020.091637 accepted/tizen/unified/20180313.061039 submit/tizen/20171018.063752 submit/tizen/20171019.095903 submit/tizen/20180313.012734
Sangchul Lee [Tue, 17 Oct 2017 09:10:03 +0000 (18:10 +0900)]
Apply macro for excluding lines to increase TC coverage result

[Version] 0.4.24
[Issue Type] TC Coverage

Change-Id: I4186d7ee5be18ef7dcd5014fa4cd7a07934cc70f
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agoDeclare deprecation of device state APIs since tizen 4.0. 46/155146/1
Sangchul Lee [Thu, 28 Sep 2017 04:34:12 +0000 (13:34 +0900)]
Declare deprecation of device state APIs since tizen 4.0.

 - sound_manager_get_device_state()
 - sound_manager_add_device_state_changed_cb()
 - sound_manager_remove_device_state_changed_cb()

Theses APIs for device state are not related to state of actual streams
which are running on the device. Rather the device state is changed by
session activation globally. It is called 'active device' concept.
As a result, it is not suitable for stream based concept that we seek
since tizen 3.0.

[Version] 0.4.23
[Issue Type] Deprecation

Change-Id: Ia8ab9f5c13689bbd41ae3463240fba90dd0f28df
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
(cherry picked from commit 72fa27d38e32e0c7c09f2c65d50118e22d48149d)

6 years agoRevise dbus error handling codes to be more defensive 97/147297/3 accepted/tizen/unified/20170906.144630 submit/tizen/20170906.055138
Sangchul Lee [Mon, 4 Sep 2017 01:41:15 +0000 (10:41 +0900)]
Revise dbus error handling codes to be more defensive

[Version] 0.4.22
[Issue Type] Enhancement

Change-Id: I08d99c364881d9252c12c7f607a9be07e8d1a780
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agoFix focus acquired state check condition 19/145319/1 accepted/tizen/unified/20170828.164200 submit/tizen/20170828.011335
Sangchul Lee [Tue, 22 Aug 2017 05:27:34 +0000 (14:27 +0900)]
Fix focus acquired state check condition

[Version] 0.4.21
[Issue Type] Enhancement

Change-Id: Ic399e2849a2467b0c933d01491f02cdf3af4ca0e
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agoAdd testcase for getting device state by id 14/145314/1
Sangchul Lee [Tue, 22 Aug 2017 05:24:27 +0000 (14:24 +0900)]
Add testcase for getting device state by id

[Version] 0.4.20
[Issue Type] Testcase

Change-Id: I55f9df7579d3bd1551edcbffb48faae067091c67
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agoAdd a mutex lock for focus callback 72/143572/4
Sangchul Lee [Thu, 10 Aug 2017 10:57:53 +0000 (19:57 +0900)]
Add a mutex lock for focus callback

[Version] 0.4.19
[Issue Type] Enhancement

Change-Id: Iad902c6c3d44ac336ac37e4813d1124ac1a2b9d4
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agoAdd new API to remove all devices from stream information handle 21/142421/2
Sangchul Lee [Fri, 4 Aug 2017 02:08:35 +0000 (11:08 +0900)]
Add new API to remove all devices from stream information handle

[Version] 0.4.18
[Issue Type] New API

Change-Id: I3c918cf712e3bcbddb79fe3613cb2e06e0a6e55e
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agoFix SVACE issues 62/141362/2 accepted/tizen/4.0/unified/20170816.013639 accepted/tizen/4.0/unified/20170828.223802 accepted/tizen/unified/20170803.075301 submit/tizen/20170801.090209 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170828.100002
Sangchul Lee [Mon, 31 Jul 2017 06:39:11 +0000 (15:39 +0900)]
Fix SVACE issues

Some range checking codes that are "always false which may be caused by a logical error" are fixed.

[Version] 0.4.17
[Issue Type] Enhancement

Change-Id: I13d800f1e90b2fde67a3eac2fc798ca3c453c9f5
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agoAdd support for more filters 83/138383/2 accepted/tizen/unified/20170724.020317 submit/tizen/20170721.075214
Sangchul Lee [Wed, 28 Jun 2017 02:13:42 +0000 (11:13 +0900)]
Add support for more filters

SOUND_FILTER_LOW_PASS, SOUND_FILTER_HIGH_PASS, SOUND_FILTER_DELAY are added.
Added to check if the preset is valid for filter.

[Version] 0.4.16
[Issue Type] Enhancement

Change-Id: I124f7f1aac227b0fc03fb5a733acedc2f24f0705
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agoAdd new internal APIs to sound_manager_internal_tv.h 60/136060/1 accepted/tizen/unified/20170703.064222 submit/tizen/20170628.044505 submit/tizen/20170629.015859 submit/tizen/20170630.031137
Sangchul Lee [Wed, 28 Jun 2017 02:22:29 +0000 (11:22 +0900)]
Add new internal APIs to sound_manager_internal_tv.h

[Version] 0.4.15
[Issue Type] Header

Change-Id: I84bf5e3f28ed7a71801d28ce348003eb06fddd83

6 years agoAdd new internal stream type for compressed media 31/135231/4 accepted/tizen/unified/20170627.071449 submit/tizen/20170626.070954
Sangchul Lee [Wed, 21 Jun 2017 08:11:13 +0000 (17:11 +0900)]
Add new internal stream type for compressed media

[Version] 0.4.14
[Issue Type] New feature

Change-Id: I50c26bc0a1c7cbf401d181bb88a6338509341ae3
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agoAdd new API to deliver focus to another stream info handle without invoking focus... 04/134304/6
Sangchul Lee [Fri, 16 Jun 2017 00:56:04 +0000 (09:56 +0900)]
Add new API to deliver focus to another stream info handle without invoking focus(watch) state changed callback

[Version] 0.4.13
[Issue Type] New feature

Change-Id: If2422f28fd1148fd2885fde160efa1e38cabdff8
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agoAdd mutex lock to protect focus state of stream information handle 11/134811/1
Sangchul Lee [Tue, 20 Jun 2017 02:20:45 +0000 (11:20 +0900)]
Add mutex lock to protect focus state of stream information handle

[Version] 0.4.12
[Issue Type] Enhancement

Change-Id: Iad37b8f3c94300615bc9aaac2bb30261b79f2084
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agoAdd mutex lock after init to SM_ENTER_CRITICAL_SECTION_WITH_RETURN macro 81/134581/2
Sangchul Lee [Mon, 19 Jun 2017 08:58:30 +0000 (17:58 +0900)]
Add mutex lock after init to SM_ENTER_CRITICAL_SECTION_WITH_RETURN macro

Initialize mutex in case of declaring.

[Version] 0.4.11
[Issue Type] Enhancement

Change-Id: I5ca5c4d20ae4d37e00de43393d428c4301b62ba2
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agoConditions for checking focus state is revised considering that it could be called... 09/134209/1 accepted/tizen/unified/20170630.083023 submit/tizen/20170615.073353
Sangchul Lee [Thu, 15 Jun 2017 07:43:32 +0000 (16:43 +0900)]
Conditions for checking focus state is revised considering that it could be called within focus callback

[Version] 0.4.10
[Issue Type] Fix bug and enhancement

Change-Id: Ibb74305e23fc16745adb26ac5103e0bdabdc22e4
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agoModifiy description 96/132596/4
Sangchul Lee [Wed, 7 Jun 2017 02:03:29 +0000 (11:03 +0900)]
Modifiy description

It is the revert commit of
e0b2bff97347db2af56426c1727020dde0c3e41d(Revise error description).
And added more comments for tizen 4.0.

[Version] 0.4.9
[Issue Type] Description

Change-Id: I0beb6ca1d74fceb6b1bc967867e2f36cc8e522f0
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agoAdd sound_manager_acquire_focus_all() and sound_manager_release_focus_all() 18/131818/8
Sangchul Lee [Mon, 29 May 2017 02:44:16 +0000 (11:44 +0900)]
Add sound_manager_acquire_focus_all() and sound_manager_release_focus_all()

These functions do not return error even though one or all of focuses
have already been released or acquired.
These are intended to be used to acquire all focuses or release all focuses
with checking its state more loosely.

[Version] 0.4.8
[Issue Type] New API

Change-Id: Icb1757bef790f01875ef8d97cf07026966122b8e
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agoAdd new internal APIs to get device vendor id/product id 65/134165/3
Sangchul Lee [Thu, 15 Jun 2017 05:48:05 +0000 (14:48 +0900)]
Add new internal APIs to get device vendor id/product id

 - sound_manager_get_device_vendor_id()
 - sound_manager_get_device_product_id()

[Version] 0.4.7
[Issue Type] New internal API

Change-Id: I22979338683b1d0b5462984f2bf7f2d38ccfba82
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agofixup! Check state before acquiring/releasing focus 96/133896/1 submit/tizen/20170614.045837
Sangchul Lee [Wed, 14 Jun 2017 02:42:05 +0000 (11:42 +0900)]
fixup! Check state before acquiring/releasing focus

[Version] 0.4.6
[Issue Type] Bug fix

Change-Id: Ib55f011d9968f28b58058887bbd966001415b5b1
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agoAdd new internal stream type - SOUND_STREAM_TYPE_VOICE_RECOGNITION_SERVICE 92/133892/1
Sangchul Lee [Tue, 13 Jun 2017 08:43:27 +0000 (17:43 +0900)]
Add new internal stream type - SOUND_STREAM_TYPE_VOICE_RECOGNITION_SERVICE

It is added to be used in a daemon process to provide voice recognition service.

[Version] 0.4.5
[Issue Type] New enum

Change-Id: I51cdb00e1216c0f90f02fb7fcb8ff9f716d4b327
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agofixup! Add new internal APIs to add/remove device id to stream_info and to get device... 29/132829/1 accepted/tizen/unified/20170608.072630 submit/tizen/20170608.040824
Sangchul Lee [Thu, 8 Jun 2017 02:18:05 +0000 (11:18 +0900)]
fixup! Add new internal APIs to add/remove device id to stream_info and to get device state by id

Remove wrong parameter checking codes.
Fix sound_manager_test to test new API properly.

[Version] 0.4.4
[Issue Type] Bug fix

Change-Id: I1808e6406fb622df767febc6604cc07c91b68be1
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agoAdd new internal APIs to add/remove device id to stream_info and to get device state... 53/132153/1 accepted/tizen/unified/20170605.150756 submit/tizen/20170602.051157
Sangchul Lee [Thu, 1 Jun 2017 08:23:34 +0000 (17:23 +0900)]
Add new internal APIs to add/remove device id to stream_info and to get device state by id

 - sound_manager_add_device_id_for_stream_routing()
 - sound_manager_remove_device_id_for_stream_routing()
 - sound_manager_get_device_state_by_id()

[Version] 0.4.3
[Issue Type] New internal API

Change-Id: Ic3943ba95ccf0d121d1f7c3c47086ab4ac59b698
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoRevise error description 09/129309/1
Sangchul Lee [Tue, 16 May 2017 04:52:52 +0000 (13:52 +0900)]
Revise error description

Remove SOUND_MANAGER_ERROR_INVALID_OPERATION error type of
sound_manager_acquire_focus() and sound_manager_release_focus().

[Version] 0.4.2
[Issue Type] Enhancement

Change-Id: I969ae48294598ce61ba09aed9293a8d12a386eec
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoCheck state before acquiring/releasing focus 08/129308/1
Sangchul Lee [Fri, 3 Mar 2017 07:54:51 +0000 (16:54 +0900)]
Check state before acquiring/releasing focus

[Version] 0.4.1
[Issue Type] Enhancement

Change-Id: I9d2b200497b625eab7016216732d189926f4b376
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoRevise error type in case of error of Dbus method in _set_manual_route_info() 67/128667/1 accepted/tizen/unified/20170511.173105 submit/tizen/20170511.042527 tizen_4.0.m1_release
Sangchul Lee [Thu, 11 May 2017 03:59:52 +0000 (12:59 +0900)]
Revise error type in case of error of Dbus method in _set_manual_route_info()

[Version] 0.3.114
[Issue Type] Enhancement

Change-Id: Iae738484158740bf0f694a23c5f15c8850e0d12d
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoMerge branch 'tizen_3.0' into tizen 38/127838/1 accepted/tizen/unified/20170502.165407 submit/tizen/20170502.041616
Sangchul Lee [Tue, 2 May 2017 02:14:02 +0000 (11:14 +0900)]
Merge branch 'tizen_3.0' into tizen

Change-Id: I5340031f35f703870c7f46e118ebd2559e58e6c4
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoFix session interrupted callback in case of SOUND_SESSION_INTERRUPTED_BY_EARJACK_UNPLUG 21/127121/1 accepted/tizen_3.0_common accepted/tizen_3.0_ivi accepted/tizen_3.0_mobile accepted/tizen_3.0_tv accepted/tizen_3.0_wearable accepted/tizen/3.0/common/20170519.185839 accepted/tizen/3.0/ivi/20170519.065923 accepted/tizen/3.0/mobile/20170519.065902 accepted/tizen/3.0/tv/20170519.065910 accepted/tizen/3.0/wearable/20170519.065916 submit/tizen_3.0/20170517.035640
Sangchul Lee [Wed, 26 Apr 2017 07:58:28 +0000 (16:58 +0900)]
Fix session interrupted callback in case of SOUND_SESSION_INTERRUPTED_BY_EARJACK_UNPLUG

Added to check pulseaudio stream information whether it invokes user callback or not.
The invoking condition complies with legacy session policy.

[Version] 0.3.113
[Profile] Common
[Issue Type] Backward compatibility

Change-Id: I10bd367ecbc6670a0b9b1dd220ba556d6cb2d846
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoFix SVACE defect 80/125980/1 accepted/tizen/unified/20170420.155235 submit/submit/tizen/20170427.124253/20170428.054844 submit/tizen/20170420.054453 submit/tizen/20170427.124253
Seungbae Shin [Wed, 19 Apr 2017 13:15:53 +0000 (22:15 +0900)]
Fix SVACE defect

[Version] 0.3.110
[Profile] Common
[Issue Type] Security

Change-Id: I4461f459392003077658fb51cb3081442c09b433

7 years agoFix memory leak in sound_manager_get_current_playback[recording]_focus() 44/125544/1
Sangchul Lee [Tue, 18 Apr 2017 01:31:54 +0000 (10:31 +0900)]
Fix memory leak in sound_manager_get_current_playback[recording]_focus()

[Version] 0.3.112
[Profile] Common
[Issue Type] Memory leak

Change-Id: I0462f443d453e4c5331cad83c855f82e69c68698
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoFix to release internal focus of voip session when getting back to another session... 50/125150/3
Sangchul Lee [Fri, 14 Apr 2017 02:49:40 +0000 (11:49 +0900)]
Fix to release internal focus of voip session when getting back to another session from the voip session

focus state watch callback will be called if the voip session is changed to another session

[Version] 0.3.111
[Profile] Common
[Issue Type] Bug fix

Change-Id: I9c3dbd1372360e4d302dc9c8e87a80260b8e609d
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoFix session interrupted callback 36/124736/1
Sangchul Lee [Wed, 12 Apr 2017 07:14:38 +0000 (16:14 +0900)]
Fix session interrupted callback

[Version] 0.3.110
[Profile] Common
[Issue Type] Backward compatibility

Change-Id: I18b54542a9cc11d48da78d8e6e8e394d35f0ed2c
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoReturn policy error if the stream info is not manual route type in case of adding... 21/122721/2 accepted/tizen/unified/20170406.055016 submit/tizen/20170405.072228
Sangchul Lee [Mon, 3 Apr 2017 07:46:24 +0000 (16:46 +0900)]
Return policy error if the stream info is not manual route type in case of adding device for stream routing

[Version] 0.3.109
[Profile] Common
[Issue Type] Bug fix

Change-Id: I7ea21057f2f0b8c54524f6201979b3dfb85693f3
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoReturn policy error if the stream info is not manual route type in case of adding... 18/122718/3 accepted/tizen/3.0/common/20170405.133813 accepted/tizen/3.0/ivi/20170404.222445 accepted/tizen/3.0/mobile/20170404.222402 accepted/tizen/3.0/tv/20170404.222416 accepted/tizen/3.0/wearable/20170404.222430 submit/tizen_3.0/20170404.052014
Sangchul Lee [Mon, 3 Apr 2017 07:46:24 +0000 (16:46 +0900)]
Return policy error if the stream info is not manual route type in case of adding device for stream routing

[Version] 0.3.109
[Profile] Common
[Issue Type] Bug fix

Change-Id: I7ea21057f2f0b8c54524f6201979b3dfb85693f3
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoModify Doxygen comment related to deprecated APIs & feature reference link 43/122743/2
Seungbae Shin [Mon, 3 Apr 2017 05:30:13 +0000 (14:30 +0900)]
Modify Doxygen comment related to deprecated APIs & feature reference link

[Version] 0.3.108
[Profile] Common
[Issue Type] Doxygen

Change-Id: I5901c10c62c6e14a39ec246597018b79bccc4eee
(cherry picked from commit af79d89a478bcc80009891a437a1484e9551f2de)

7 years agoModify Doxygen comment related to deprecated APIs & feature reference link 28/122628/2 accepted/tizen/3.0/common/20170404.141020 accepted/tizen/3.0/ivi/20170404.084633 accepted/tizen/3.0/mobile/20170404.084409 accepted/tizen/3.0/tv/20170404.084529 accepted/tizen/3.0/wearable/20170404.084603 submit/tizen_3.0/20170403.124940
Seungbae Shin [Mon, 3 Apr 2017 05:30:13 +0000 (14:30 +0900)]
Modify Doxygen comment related to deprecated APIs & feature reference link

[Version] 0.3.108
[Profile] Common
[Issue Type] Doxygen

Change-Id: I5901c10c62c6e14a39ec246597018b79bccc4eee

7 years agoUse license macro in spec 23/122023/1 accepted/tizen/3.0/common/20170331.152213 accepted/tizen/3.0/ivi/20170331.044325 accepted/tizen/3.0/mobile/20170331.044127 accepted/tizen/3.0/tv/20170331.044213 accepted/tizen/3.0/wearable/20170331.044248 submit/tizen_3.0/20170330.091154
Jeongho Mok [Wed, 22 Mar 2017 07:23:21 +0000 (16:23 +0900)]
Use license macro in spec

[Version] 0.3.107
[Profile] Common
[Issue Type] License

Change-Id: I8efd5be49fb77a00c1f8e725104cd641fee4254c
(cherry picked from commit e2e9b75d1848b5019474adf2e973912fa8c11977)

7 years agosound-manager: add new sound filter API 00/87400/20
KimJeongYeon [Wed, 7 Sep 2016 06:59:45 +0000 (15:59 +0900)]
sound-manager: add new sound filter API

Internal filter APIs (for proposal)
 1) int sound_manager_set_filter(sound_stream_type_e stream_type, sound_filter_e filter)
 2) int sound_manager_unset_filter(sound_stream_type_e stream_type)
 3) int sound_manager_set_filter_preset(sound_stream_type_e stream_type, sound_filter_e filter, sound_filter_preset_e preset)

[Version] 0.3.108
[Profile] Common
[Issue Type] New Feature

Signed-off-by: KimJeongYeon <jeongyeon.kim@samsung.com>
Change-Id: If13b28072be5b4eedf0dbfc3da86f74eada96dd2

7 years agoUse license macro in spec 59/120259/4 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable accepted/tizen/common/20170329.172612 accepted/tizen/ivi/20170329.222745 accepted/tizen/mobile/20170329.222604 accepted/tizen/tv/20170329.222657 accepted/tizen/unified/20170329.222804 accepted/tizen/wearable/20170329.222721 submit/tizen/20170329.121135
Jeongho Mok [Wed, 22 Mar 2017 07:23:21 +0000 (16:23 +0900)]
Use license macro in spec

[Version] 0.3.107
[Profile] Common
[Issue Type] License

Change-Id: I8efd5be49fb77a00c1f8e725104cd641fee4254c

7 years agoMerge branch 'tizen_3.0' into tizen 34/120834/2
Jeongho Mok [Fri, 24 Mar 2017 10:00:07 +0000 (19:00 +0900)]
Merge branch 'tizen_3.0' into tizen

Change-Id: I92aafcbf45061d24de3c6cbc4d64e7430d18e539

7 years agoFix invalid operation in _set_session_mode() and refactor internal functions related... 86/120586/3 accepted/tizen/3.0/common/20170330.124949 accepted/tizen/3.0/ivi/20170329.223030 accepted/tizen/3.0/mobile/20170329.222931 accepted/tizen/3.0/tv/20170329.222949 accepted/tizen/3.0/wearable/20170329.223010 submit/tizen_3.0/20170329.043647
Sangchul Lee [Thu, 23 Mar 2017 08:17:43 +0000 (17:17 +0900)]
Fix invalid operation in _set_session_mode() and refactor internal functions related to manual routing

Also more logs are added for easy debugging.

[Version] 0.3.107
[Profile] Common
[Issue Type] Bug fix and refactoring

Change-Id: I77935aa524135081c1dfd56e4b86782c012572d7
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoInitialize g_cached_voip_device_id properly in _set_manual_route_info() and add more... 39/120239/1
Sangchul Lee [Wed, 22 Mar 2017 06:40:29 +0000 (15:40 +0900)]
Initialize g_cached_voip_device_id properly in _set_manual_route_info() and add more logs

Also sound_manager_test is modified to use new tizen 3.0 API.

[Version] 0.3.106
[Profile] Common
[Issue Type] Bug fix

Change-Id: Ic8cdcb7151573ca5dd74e61a7ad4825018d5f576
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoAdjust timing to update focus status in _focus_state_change_callback() 82/120182/2
Sangchul Lee [Wed, 22 Mar 2017 04:52:56 +0000 (13:52 +0900)]
Adjust timing to update focus status in _focus_state_change_callback()

In case of acquiring focus, request to update the focus status to change
audio routing path first then invoke user callback.

[Version] 0.3.105
[Profile] Common
[Issue Type] Enhancement

Change-Id: I4335bde53d740253697c9508867fb608891192e7
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoMerge branch 'tizen_3.0' into tizen 34/119334/1
Seungbae Shin [Thu, 16 Mar 2017 10:32:12 +0000 (19:32 +0900)]
Merge branch 'tizen_3.0' into tizen

Change-Id: I6a927b45086ebe7968ee255b92bddfa76ba00f2e

7 years agoChange user data of registering focus(watch) callback to simplify logic in the callback 96/118996/3
Sangchul Lee [Wed, 15 Mar 2017 05:13:56 +0000 (14:13 +0900)]
Change user data of registering focus(watch) callback to simplify logic in the callback

[Version] 0.3.104
[Profile] Common
[Issue Type] Enhancement

Change-Id: I697cece8738f7e049d1279c0cc454eb43e07c789
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoFix codes not to destroy internal focus handle among VoIP session modes 44/117544/9
Sangchul Lee [Mon, 6 Mar 2017 10:02:15 +0000 (19:02 +0900)]
Fix codes not to destroy internal focus handle among VoIP session modes

[Version] 0.3.103
[Profile] Common
[Issue Type] Backward compatibility

Change-Id: I444f6b0a3eba3ed9478471b673f6a2f36f026995
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoConvert bt-a2dp type correctly 62/116362/1
Jeongho Mok [Fri, 24 Feb 2017 03:47:23 +0000 (12:47 +0900)]
Convert bt-a2dp type correctly

[Version] 0.3.102
[Profile] Common
[Issue Type] Bug

Change-Id: I25e90a32b65dba2a41575e71a67f2a5324847d05

7 years agoFix SVACE defect 69/114969/1 accepted/tizen/3.0/common/20170217.121836 accepted/tizen/3.0/ivi/20170217.021638 accepted/tizen/3.0/mobile/20170217.021420 accepted/tizen/3.0/tv/20170217.021433 accepted/tizen/3.0/wearable/20170217.021510 submit/tizen_3.0/20170216.053859
Seungbae Shin [Thu, 16 Feb 2017 02:58:04 +0000 (11:58 +0900)]
Fix SVACE defect

[Version] 0.3.101
[Profile] Common
[Issue Type] Security

Change-Id: Icaf8e46991dccea8c3765ba738a2b2f5ee81be0c

7 years agoMerge branch 'tizen_3.0' into tizen 24/114324/1 accepted/tizen/common/20170214.174009 accepted/tizen/ivi/20170214.230416 accepted/tizen/mobile/20170214.230348 accepted/tizen/tv/20170214.230356 accepted/tizen/unified/20170309.031912 accepted/tizen/wearable/20170214.230406 submit/tizen/20170214.125635 submit/tizen_unified/20170308.100405
Seungbae Shin [Mon, 13 Feb 2017 04:14:15 +0000 (13:14 +0900)]
Merge branch 'tizen_3.0' into tizen

Change-Id: Ia3edfe1b4cf5f52fda949a3be99001b5587a1874

7 years agoSupport 3P/4P audiojack device in voip session mode 80/114180/1 accepted/tizen/3.0/common/20170213.160832 accepted/tizen/3.0/ivi/20170213.035334 accepted/tizen/3.0/mobile/20170213.035215 accepted/tizen/3.0/tv/20170213.035256 accepted/tizen/3.0/wearable/20170213.035321 submit/tizen_3.0/20170210.094941
Sangchul Lee [Fri, 10 Feb 2017 08:18:56 +0000 (17:18 +0900)]
Support 3P/4P audiojack device in voip session mode

[Version] 0.3.100
[Profile] common
[Issue Type] Backward compatibilty

Change-Id: Ic6d7de203548a5a9a8b6d843bb26605fd171f56b
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoAdd ommited symbols in sound_manager_internal_tv.h 77/114077/3
Sangchul Lee [Fri, 10 Feb 2017 02:18:30 +0000 (11:18 +0900)]
Add ommited symbols in sound_manager_internal_tv.h

[Version] 0.3.99
[Profile] TV
[Issue Type] Build break

Change-Id: I3628f7da638fa692abc37b66c2874eb358017279
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoStop mainloop before destroying sound_stream_info 54/113954/1
Seungbae Shin [Thu, 9 Feb 2017 10:48:44 +0000 (19:48 +0900)]
Stop mainloop before destroying sound_stream_info

[Version] 0.3.98
[Profile] Common
[Issue Type] Bug

Change-Id: I28b9055c596579ae1d5c1cda3d6eef75f81e6359

7 years agoAdd internal function - sound_manager_disable_session_backward_compatibility() 82/113382/2 accepted/tizen/3.0/common/20170210.071149 accepted/tizen/3.0/ivi/20170210.002007 accepted/tizen/3.0/mobile/20170210.001859 accepted/tizen/3.0/tv/20170210.001936 accepted/tizen/3.0/wearable/20170210.001959 submit/tizen_3.0/20170208.084721
Sangchul Lee [Tue, 7 Feb 2017 08:52:11 +0000 (17:52 +0900)]
Add internal function - sound_manager_disable_session_backward_compatibility()

Add an internal API to disable session backward compatibility.

[Version] 0.3.97
[Profile] Common
[Issue Type] Backward compatibility

Change-Id: I186e7358d94dfd8e408f865fb35470fe495357bb
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoAdd internal function - sound_manager_get_internal_voip_stream_information() 49/113249/1
Sangchul Lee [Mon, 6 Feb 2017 06:50:21 +0000 (15:50 +0900)]
Add internal function - sound_manager_get_internal_voip_stream_information()

[Version] 0.3.96
[Profile] Common
[Issue Type] Backward compatibility

Change-Id: I0272a0bcceb2b0c33d5c9408455a4902e40ba428
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoAdd input audio device according to voip session mode 47/113047/4
Sangchul Lee [Mon, 6 Feb 2017 01:03:46 +0000 (10:03 +0900)]
Add input audio device according to voip session mode

Missing input device for VoIP session modes is added.

[Version] 0.3.95
[Profile] Common
[Issue Type] Bug fix(backward compatibility)

Change-Id: I15c11aa17f4b394e8fbf564043c06158016ec130
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoMerge branch 'tizen_3.0' into tizen 15/112715/1 accepted/tizen/common/20170203.161617 accepted/tizen/ivi/20170203.023104 accepted/tizen/mobile/20170203.023010 accepted/tizen/tv/20170203.023034 accepted/tizen/wearable/20170203.023050 submit/tizen/20170202.111238
Seungbae Shin [Thu, 2 Feb 2017 09:46:33 +0000 (18:46 +0900)]
Merge branch 'tizen_3.0' into tizen

Change-Id: I993ffdaeffff4ff0fed8b87ddac0a37ef111baec

7 years agoFix memory leak : valgrind detected 85/112385/3 tizen_3.0_tv accepted/tizen/3.0/common/20170202.151050 accepted/tizen/3.0/ivi/20170202.085714 accepted/tizen/3.0/mobile/20170202.085626 accepted/tizen/3.0/tv/20170202.085643 accepted/tizen/3.0/wearable/20170202.085657 submit/tizen_3.0/20170201.113021
Seungbae Shin [Tue, 31 Jan 2017 14:06:15 +0000 (23:06 +0900)]
Fix memory leak : valgrind detected

[Version] 0.3.94
[Profile] Common
[Issue Type] Memory Leak

Change-Id: I64d7d5e7cf44a65d5165de4b43afc2151352abfe

7 years agoMerge branch 'tizen_3.0' into tizen 08/111708/1 accepted/tizen/common/20170123.182431 accepted/tizen/ivi/20170125.085004 accepted/tizen/mobile/20170125.084847 accepted/tizen/tv/20170125.084919 accepted/tizen/wearable/20170125.084938 submit/tizen/20170123.131118
Seungbae Shin [Mon, 23 Jan 2017 13:13:47 +0000 (22:13 +0900)]
Merge branch 'tizen_3.0' into tizen

Change-Id: I18e253d165041730b255bfe4f22d58e2b3ed25d0

7 years agoDo not install testsuite on TV product 48/110848/2 accepted/tizen/3.0/common/20170124.081306 accepted/tizen/3.0/ivi/20170124.042408 accepted/tizen/3.0/mobile/20170124.042240 accepted/tizen/3.0/tv/20170124.042312 accepted/tizen/3.0/wearable/20170124.042342 submit/tizen_3.0/20170123.123302
Seungbae Shin [Wed, 18 Jan 2017 08:09:53 +0000 (17:09 +0900)]
Do not install testsuite on TV product

[Version] 0.3.93
[Profile] Common
[Issue Type] Product

Change-Id: I18ffd3cff79dd71184519df303b3fdf6b542e2c0

7 years agoUpdate focus status to pulseaudio when after focus state callback is called 07/110807/1
Sangchul Lee [Tue, 17 Jan 2017 04:30:06 +0000 (13:30 +0900)]
Update focus status to pulseaudio when after focus state callback is called

[Version] 0.3.92
[Profile] Common
[Issue Type] Bug fix

Change-Id: Id3a3a05b91c8d0d05762861386ec607bbfdb68fb
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
(cherry picked from commit 2df00635cc65db797118714323dc38178eb86220)

7 years agoUpdate focus status to pulseaudio when after focus state callback is called 55/110555/1
Sangchul Lee [Tue, 17 Jan 2017 04:30:06 +0000 (13:30 +0900)]
Update focus status to pulseaudio when after focus state callback is called

[Version] 0.3.92
[Profile] Common
[Issue Type] Bug fix

Change-Id: Id3a3a05b91c8d0d05762861386ec607bbfdb68fb
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoMerge branch 'tizen_3.0' into tizen 84/110384/1
Seungbae Shin [Mon, 16 Jan 2017 07:40:31 +0000 (16:40 +0900)]
Merge branch 'tizen_3.0' into tizen

Change-Id: Ic01a7d123f262be6d4e0b10e32cc9171b159c003

7 years agoDivide case for registering focus node depending on session backward compatibility 40/110240/3 accepted/tizen/3.0/common/20170118.130827 accepted/tizen/3.0/ivi/20170118.042759 accepted/tizen/3.0/mobile/20170118.042708 accepted/tizen/3.0/tv/20170118.042721 accepted/tizen/3.0/wearable/20170118.042739 submit/tizen_3.0/20170116.094232
Sangchul Lee [Fri, 13 Jan 2017 09:18:24 +0000 (18:18 +0900)]
Divide case for registering focus node depending on session backward compatibility

[Version] 0.3.91
[Profile] Common
[Issue Type] Backward compatibility

Change-Id: I27b75b7aed32737ed96f2d21fcaa7f35295168c9
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoFix API reference warning 60/109460/1 accepted/tizen/3.0/common/20170113.182101 accepted/tizen/3.0/ivi/20170113.080303 accepted/tizen/3.0/mobile/20170113.080216 accepted/tizen/3.0/tv/20170113.080230 accepted/tizen/3.0/wearable/20170113.080248 submit/tizen_3.0/20170111.132101
Jeongho Mok [Tue, 10 Jan 2017 06:24:13 +0000 (15:24 +0900)]
Fix API reference warning

[Version] 0.3.90
[Profile] Common
[Issue Type] Documentation

Change-Id: Ide3692fd0f2db3a27ed5b4ece29799931abe4087

7 years agoMerge branch 'tizen_3.0' into tizen 08/108908/1 accepted/tizen/common/20170109.202632 accepted/tizen/ivi/20170110.080650 accepted/tizen/mobile/20170110.080532 accepted/tizen/tv/20170110.080610 accepted/tizen/wearable/20170110.080626 submit/tizen/20170109.130136
Seungbae Shin [Fri, 6 Jan 2017 07:27:33 +0000 (16:27 +0900)]
Merge branch 'tizen_3.0' into tizen

Change-Id: I48142fb70d0307f3cae91425e3d5498d5f6e1f78

7 years agoFix to return NO_DATA properly in get_current_media_playback_device_type() 41/108241/2 accepted/tizen_3.0.m2_mobile accepted/tizen_3.0.m2_tv accepted/tizen_3.0.m2_wearable tizen_3.0.m2 accepted/tizen/3.0.m2/mobile/20170104.121839 accepted/tizen/3.0.m2/tv/20170104.122339 accepted/tizen/3.0.m2/wearable/20170104.122719 accepted/tizen/3.0/common/20170103.173101 accepted/tizen/3.0/ivi/20170103.160212 accepted/tizen/3.0/mobile/20170103.160147 accepted/tizen/3.0/tv/20170103.160158 accepted/tizen/3.0/wearable/20170103.160205 submit/tizen_3.0.m2/20170104.093749 submit/tizen_3.0/20170103.121528
Seungbae Shin [Tue, 3 Jan 2017 11:53:08 +0000 (20:53 +0900)]
Fix to return NO_DATA properly in get_current_media_playback_device_type()

[Version] 0.3.89
[Profile] Common
[Issue Type] Bug

Change-Id: I4e838f57e9e5350259ad743bba417f984217345e

7 years agoMerge branch 'tizen_3.0' into tizen 85/106785/1 accepted/tizen/common/20161227.192039 accepted/tizen/ivi/20161226.012634 accepted/tizen/mobile/20161226.012550 accepted/tizen/tv/20161226.012607 accepted/tizen/wearable/20161226.012616 submit/tizen/20161223.120533
Seungbae Shin [Fri, 23 Dec 2016 05:09:18 +0000 (14:09 +0900)]
Merge branch 'tizen_3.0' into tizen

Conflicts:
packaging/capi-media-sound-manager.spec
src/sound_manager.c

Change-Id: I99c412a457f1ce2f5c2d15bce5bd43e2e1ef0057

7 years agoUse proper API get_current_device_list 51/106051/1 accepted/tizen/3.0/common/20161221.180723 accepted/tizen/3.0/ivi/20161221.005553 accepted/tizen/3.0/mobile/20161221.005646 accepted/tizen/3.0/tv/20161221.005438 accepted/tizen/3.0/wearable/20161221.005529 submit/tizen_3.0/20161219.120436
Jeongho Mok [Tue, 20 Dec 2016 08:49:37 +0000 (17:49 +0900)]
Use proper API get_current_device_list

[Version] 0.3.88
[Profile] Common
[Issue Type] API

Change-Id: I16e61ce96be19a33a83bfe03ca40e42010aeb7d3

7 years agostream is on device 59/104559/1
Jeongho Mok [Mon, 12 Dec 2016 12:12:42 +0000 (21:12 +0900)]
stream is on device

[Version] 0.3.87
[Profile] Common
[Issue Type] API

Change-Id: I25b925e778e0d48fa3030282ea9b6fa0d59e9b06
(cherry picked from commit 5c169ded255a09e1c893d9bf473bd05113e24334)

7 years agoDisable _get_current_media_routing_path() temporally. 58/104558/1
Seungbae Shin [Sat, 10 Dec 2016 06:44:30 +0000 (15:44 +0900)]
Disable _get_current_media_routing_path() temporally.

Change-Id: I843896f8de169a4e6a643de62624696ff5d25faf
(cherry picked from commit c9136a1d8684b152b55e9a1461414881e8a2d9d0)

7 years agoAdd sound_manager_is_stream_on_device() and sound_manager_get_current_media_playback_... 57/104557/1
Sangchul Lee [Wed, 7 Dec 2016 04:01:43 +0000 (13:01 +0900)]
Add sound_manager_is_stream_on_device() and sound_manager_get_current_media_playback_device_type()

[Version] 0.3.86
[Profile] Common
[Issue Type] API

Change-Id: Ie1ca743644162b02ae285ac370694c7c1a00d517
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
(cherry picked from commit 7f574c44aa483970d0b8ffb47348ebcfa0a1928e)

7 years agostream is on device 61/104161/3 accepted/tizen/3.0/common/20161215.163000 accepted/tizen/3.0/ivi/20161215.043856 accepted/tizen/3.0/mobile/20161215.043710 accepted/tizen/3.0/tv/20161215.043755 accepted/tizen/3.0/wearable/20161215.043808 submit/tizen_3.0/20161213.132802 submit/tizen_3.0/20161214.084609
Jeongho Mok [Mon, 12 Dec 2016 12:12:42 +0000 (21:12 +0900)]
stream is on device

[Version] 0.3.87
[Profile] Common
[Issue Type] API

Change-Id: I25b925e778e0d48fa3030282ea9b6fa0d59e9b06

7 years agoDisable _get_current_media_routing_path() temporally. 96/103896/1 accepted/tizen/3.0/common/20161212.060547 accepted/tizen/3.0/ivi/20161212.023628 accepted/tizen/3.0/mobile/20161212.023419 accepted/tizen/3.0/tv/20161212.023457 accepted/tizen/3.0/wearable/20161212.023539 submit/tizen_3.0/20161209.122540
Seungbae Shin [Sat, 10 Dec 2016 06:44:30 +0000 (15:44 +0900)]
Disable _get_current_media_routing_path() temporally.

Change-Id: I843896f8de169a4e6a643de62624696ff5d25faf

7 years agoAdd sound_manager_is_stream_on_device() and sound_manager_get_current_media_playback_... 99/102999/4
Sangchul Lee [Wed, 7 Dec 2016 04:01:43 +0000 (13:01 +0900)]
Add sound_manager_is_stream_on_device() and sound_manager_get_current_media_playback_device_type()

[Version] 0.3.86
[Profile] Common
[Issue Type] API

Change-Id: Ie1ca743644162b02ae285ac370694c7c1a00d517
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoFix testsuite bug 27/103327/1
Jeongho Mok [Wed, 7 Dec 2016 07:19:40 +0000 (16:19 +0900)]
Fix testsuite bug

[Version] 0.3.85
[Profile] Common
[Issue Type] testsuite

Change-Id: I39cf31cb563f07281c64ef7979b685213efa6d4e

7 years agoFix testsuite bug 93/103093/1
Jeongho Mok [Wed, 7 Dec 2016 07:19:40 +0000 (16:19 +0900)]
Fix testsuite bug

[Version] 0.3.85
[Profile] Common
[Issue Type] testsuite

Change-Id: I39cf31cb563f07281c64ef7979b685213efa6d4e

7 years agoChange set/unset callback to add/remove callback, and add device state changed callback 46/102546/1 accepted/tizen/common/20161207.184512 accepted/tizen/ivi/20161208.012205 accepted/tizen/mobile/20161208.011810 accepted/tizen/tv/20161208.012010 accepted/tizen/wearable/20161208.012111 submit/tizen/20161207.075356
Jeongho Mok [Wed, 30 Nov 2016 10:41:54 +0000 (19:41 +0900)]
Change set/unset callback to add/remove callback, and add device state changed callback

[Version] 0.3.84
[Profile] Common
[Issue Type] API

Change-Id: Ie34a02ae4012fcf6264fbf6050907bc736cb1e01
(cherry picked from commit 53818999b5fe83130379bc5d45066d9ded93b018)

7 years agoremove avail mode 43/102543/1
Jeongho Mok [Thu, 1 Dec 2016 08:31:35 +0000 (17:31 +0900)]
remove avail mode

[Version] 0.3.83
[Profile] Common
[Issue Type] Remove API

Change-Id: I17c3f4432df37d40f038e0c0f9a10b8afa190615
(cherry picked from commit 097409d0b83d602dff2181085ff373c4e9caa45f)

7 years agodivide bluetooth to a2dp and sco 79/102279/1
Jeongho Mok [Mon, 28 Nov 2016 14:23:20 +0000 (23:23 +0900)]
divide bluetooth to a2dp and sco

[Version] 0.3.82
[Profile] Common
[Issue Type] Add/Deprecate API

Change-Id: Id056e09712540f5a4d8fc7ac0f7b1a7a88abce0f

7 years agoChange set/unset callback to add/remove callback, and add device state changed callback 97/101597/9 accepted/tizen/3.0/common/20161207.194419 accepted/tizen/3.0/ivi/20161207.011841 accepted/tizen/3.0/mobile/20161207.011348 accepted/tizen/3.0/tv/20161207.011634 accepted/tizen/3.0/wearable/20161207.011736 submit/tizen_3.0/20161206.052949
Jeongho Mok [Wed, 30 Nov 2016 10:41:54 +0000 (19:41 +0900)]
Change set/unset callback to add/remove callback, and add device state changed callback

[Version] 0.3.84
[Profile] Common
[Issue Type] API

Change-Id: Ie34a02ae4012fcf6264fbf6050907bc736cb1e01

7 years agoremove avail mode 73/101473/3
Jeongho Mok [Thu, 1 Dec 2016 08:31:35 +0000 (17:31 +0900)]
remove avail mode

[Version] 0.3.83
[Profile] Common
[Issue Type] Remove API

Change-Id: I17c3f4432df37d40f038e0c0f9a10b8afa190615