From c628fa5304171cd827f56aa475668d99d26ad28a Mon Sep 17 00:00:00 2001 From: Alexandar Donchev Date: Wed, 11 Mar 2015 19:10:54 +0100 Subject: * Sound property lookup enhancement throught caching . Tests for cached sound properties. Signed-off-by: Christian Linke Signed-off-by: Alexandar Donchev > --- AudioManagerDaemon/test/CAmCommonFunctions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AudioManagerDaemon/test/CAmCommonFunctions.cpp') diff --git a/AudioManagerDaemon/test/CAmCommonFunctions.cpp b/AudioManagerDaemon/test/CAmCommonFunctions.cpp index e615520..5ab6aef 100644 --- a/AudioManagerDaemon/test/CAmCommonFunctions.cpp +++ b/AudioManagerDaemon/test/CAmCommonFunctions.cpp @@ -240,7 +240,7 @@ std::vector CAmCommonFunctions::getStandardMainSoundProp { std::vector mainSoundPropertyList; am_MainSoundProperty_s mainSoundProperty; - mainSoundProperty.type = MSP_UNKNOWN; + mainSoundProperty.type = MSP_GENIVI_BASS; mainSoundProperty.value = 23; mainSoundPropertyList.push_back(mainSoundProperty); mainSoundProperty.type = MSP_UNKNOWN; -- cgit v1.2.1