Fix bug of converting voice sound_type to stream_type 35/114535/1
authorSeungbae Shin <seungbae.shin@samsung.com>
Tue, 14 Feb 2017 02:13:02 +0000 (11:13 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Tue, 14 Feb 2017 02:13:02 +0000 (11:13 +0900)
[Version] 0.10.93
[Profile] Common
[Issue Type] Bug

Change-Id: Ie2af4155ee05d691ec01d99df7b6a4e1c9a6e719

mm_sound_client.c
packaging/libmm-sound.spec

index d547414..1180060 100644 (file)
@@ -291,7 +291,7 @@ void mm_sound_convert_volume_type_to_stream_type(int volume_type, char *stream_t
                MMSOUND_STRNCPY(stream_type, "voip", MM_SOUND_STREAM_TYPE_LEN);
                break;
        case VOLUME_TYPE_VOICE:
-               MMSOUND_STRNCPY(stream_type, "voice-recognition", MM_SOUND_STREAM_TYPE_LEN);
+               MMSOUND_STRNCPY(stream_type, "voice-information", MM_SOUND_STREAM_TYPE_LEN);
                break;
        default:
                MMSOUND_STRNCPY(stream_type, "media", MM_SOUND_STREAM_TYPE_LEN);
index c916c18..305b586 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libmm-sound
 Summary:    MMSound Package contains client lib and sound_server binary
-Version:    0.10.92
+Version:    0.10.93
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0