summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/test/CAmCommonFunctions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'AudioManagerDaemon/test/CAmCommonFunctions.cpp')
-rw-r--r--AudioManagerDaemon/test/CAmCommonFunctions.cpp2
1 files changed, 1 insertions, 1 deletions
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<am_MainSoundProperty_s> CAmCommonFunctions::getStandardMainSoundProp
{
std::vector<am_MainSoundProperty_s> 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;