versioning for newly opened sound types 06/41106/2
authorinhyeok <i_bc.kim@samsung.com>
Thu, 30 Apr 2015 10:31:37 +0000 (19:31 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Wed, 8 Jul 2015 05:37:50 +0000 (14:37 +0900)
Change-Id: If790e9ea8f64fa443a006853ef26951cc63f0f15
Signed-off-by: inhyeok <i_bc.kim@samsung.com>
include/sound_manager.h

index 710d9c6..0a127a6 100644 (file)
@@ -67,10 +67,10 @@ typedef enum
        SOUND_TYPE_SYSTEM,          /**< Sound type for system */
        SOUND_TYPE_NOTIFICATION,    /**< Sound type for notifications */
        SOUND_TYPE_ALARM,           /**< Sound type for alarm */
-       SOUND_TYPE_RINGTONE,        /**< Sound type for ringtones */
+       SOUND_TYPE_RINGTONE,        /**< Sound type for ringtones (Since 2.4) */
        SOUND_TYPE_MEDIA,           /**< Sound type for media */
-       SOUND_TYPE_CALL,            /**< Sound type for call */
-       SOUND_TYPE_VOIP,            /**< Sound type for voip */
+       SOUND_TYPE_CALL,            /**< Sound type for call (Since 2.4) */
+       SOUND_TYPE_VOIP,            /**< Sound type for voip (Since 2.4) */
        SOUND_TYPE_VOICE,           /**< Sound type for voice */
 } sound_type_e;