Add ringtone volume type for keysound playback 78/100678/1 accepted/tizen/3.0/common/20161130.064940 accepted/tizen/3.0/ivi/20161130.011817 accepted/tizen/3.0/mobile/20161130.011602 accepted/tizen/3.0/tv/20161130.011653 accepted/tizen/3.0/wearable/20161130.011731 submit/tizen_3.0/20161129.051721
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 02:44:06 +0000 (11:44 +0900)
[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