Add ringtone volume type for keysound playback 94/100694/1 accepted/tizen/common/20161129.173648 accepted/tizen/ivi/20161130.015446 accepted/tizen/mobile/20161130.015226 accepted/tizen/tv/20161130.015311 accepted/tizen/wearable/20161130.015356 submit/tizen/20161129.052917
authorSangchul Lee <sc11.lee@samsung.com>
Tue, 29 Nov 2016 02:43:32 +0000 (11:43 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Tue, 29 Nov 2016 04:02:23 +0000 (20:02 -0800)
[Version] 0.10.64
[Profile] Common
[Issue Type] Bug

Change-Id: I05574dcace9181d81110167bde8d4286af1b7444

mm_sound_keysound.c
packaging/libmm-sound.spec

index b2496b3..9794d56 100644 (file)
@@ -73,6 +73,8 @@ static const char* convert_volume_type_to_role(int volume_type)
                return "alarm";
        case VOLUME_TYPE_VOICE:
                return "voice";
+       case VOLUME_TYPE_RINGTONE:
+               return "ringtone-call";
        default:
                debug_warning ("not supported type(%d), we change it SYSTEM type forcibly" );
                return "system";
index 09c5391..d013242 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libmm-sound
 Summary:    MMSound Package contains client lib and sound_server binary
-Version:    0.10.63
+Version:    0.10.64
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0