From: Sangchul Lee Date: Fri, 20 Nov 2015 11:40:13 +0000 (+0900) Subject: Add STREAM_ROUTE_TYPE_AUTO_LAST_CONNECTED internal enumerator X-Git-Tag: submit/tizen/20151120.114809^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F90%2F52290%2F1;p=platform%2Fcore%2Fapi%2Fsound-manager.git Add STREAM_ROUTE_TYPE_AUTO_LAST_CONNECTED internal enumerator [Version] Release 0.3.29 [profile] Common [Issue Type] Feature Enhancement Change-Id: Ie2dfeb6c6953d73bfad4394c176d3b0fc5b24ad3 --- diff --git a/include/sound_manager_private.h b/include/sound_manager_private.h index 3e80bbd..146e27d 100644 --- a/include/sound_manager_private.h +++ b/include/sound_manager_private.h @@ -127,10 +127,11 @@ typedef enum _sound_stream_direction { /* it should be synchronized with pulseaudio's */ typedef enum stream_route_type { - STREAM_ROUTE_TYPE_AUTO, /* the policy of decision device(s) is automatic and it's routing path is particular to one device */ - STREAM_ROUTE_TYPE_AUTO_ALL, /* the policy of decision device(s) is automatic and it's routing path can be several devices */ - STREAM_ROUTE_TYPE_MANUAL, /* the policy of decision device(s) is manual */ - STREAM_ROUTE_TYPE_MANUAL_EXT, /* the policy of decision device(s) is manual and it's routing path is only for external devices */ + STREAM_ROUTE_TYPE_AUTO, /* the policy of decision device(s) is automatic and it's routing path is particular to one device based on priority */ + STREAM_ROUTE_TYPE_AUTO_LAST_CONNECTED,/* the policy of decision device(s) is automatic and it's routing path is particular to one device based on connected time */ + STREAM_ROUTE_TYPE_AUTO_ALL, /* the policy of decision device(s) is automatic and it's routing path can be several devices */ + STREAM_ROUTE_TYPE_MANUAL, /* the policy of decision device(s) is manual */ + STREAM_ROUTE_TYPE_MANUAL_EXT, /* the policy of decision device(s) is manual and it's routing path is only for external devices */ } stream_route_type; #define AVAIL_DEVICES_MAX 16 #define AVAIL_FRAMEWORKS_MAX 16 diff --git a/packaging/capi-media-sound-manager.spec b/packaging/capi-media-sound-manager.spec index 394fb6c..c0da76e 100755 --- a/packaging/capi-media-sound-manager.spec +++ b/packaging/capi-media-sound-manager.spec @@ -1,6 +1,6 @@ Name: capi-media-sound-manager Summary: Sound Manager library -Version: 0.3.28 +Version: 0.3.29 Release: 0 Group: Multimedia/API License: Apache-2.0