Remove duplicated function calls 97/226997/1 accepted/tizen_6.0_unified accepted/tizen_6.0_unified_hotfix accepted/tizen_6.5_unified accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix accepted/tizen_8.0_unified accepted/tizen_unified tizen tizen_6.0 tizen_6.0_hotfix tizen_6.5 tizen_7.0 tizen_7.0_hotfix tizen_8.0 accepted/tizen/6.0/unified/20201030.112659 accepted/tizen/6.0/unified/hotfix/20201102.231824 accepted/tizen/6.5/unified/20211028.224246 accepted/tizen/7.0/unified/20221110.061604 accepted/tizen/7.0/unified/hotfix/20221116.111205 accepted/tizen/8.0/unified/20231005.095256 accepted/tizen/unified/20200309.215644 submit/tizen/20200309.034736 submit/tizen/20200309.095558 submit/tizen_6.0/20201029.205503 submit/tizen_6.0_hotfix/20201102.192903 submit/tizen_6.0_hotfix/20201103.115103 submit/tizen_6.5/20211028.163601 tizen_6.0.m2_release tizen_6.5.m2_release tizen_7.0_m2_release tizen_8.0_m2_release
authorSeungbae Shin <seungbae.shin@samsung.com>
Mon, 9 Mar 2020 03:03:42 +0000 (12:03 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Mon, 9 Mar 2020 03:05:07 +0000 (12:05 +0900)
[Version] 1.17.2-18
[Issue Type] Bug

Change-Id: I0870ef2a8b20c094a6a33fd381856f410e7fd820

Alc/ALc.c
packaging/openal-soft.spec

index a97d75d..b6d97d7 100644 (file)
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -3730,8 +3730,6 @@ ALC_API ALCdevice* ALC_APIENTRY alcOpenDeviceNew(const ALCchar *deviceName, soun
     device->NumStereoSources = 1;
     device->NumMonoSources = device->MaxNoOfSources - device->NumStereoSources;
 
-    sound_manager_get_index_from_stream_information(stream_info, &Index);
-    sound_manager_get_type_from_stream_information(stream_info, &StreamType);
     device->StreamIndex = Index;
     device->StreamType = strdup(StreamType);
     // Find a playback device to open
index 6525184..9f68fee 100644 (file)
@@ -1,6 +1,6 @@
 Name:           openal-soft
 Version:        1.17.2
-Release:        16
+Release:        18
 License:        LGPL-2.0+
 Summary:        A cross-platform 3D audio API
 URL:            http://connect.creativelabs.com/openal/