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 d547414a5bef4649b56848f3d261086bfd9e9748..11800605b23a47f6662858892b30b32dba5614b0 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 c916c18fdc2b4ab6763152bbc081e7db7a75238f..305b586d24c22c9574e7a527d63d9fe3efb6a48f 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