summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGoehring <Thomas.Goehring@continental-corporation.com>2012-11-07 14:54:44 +0100
committerchristian linke <christian.linke@bmw.de>2012-11-27 08:49:16 +0100
commitf1e0a3084a9fa450ccab007ed3b1fa5d9767c7b0 (patch)
treee71bbe8a293e0b21287abd74ab6c3faf5773c420
parent1391308799e5fbd8b830a68b03796e5241496678 (diff)
downloadaudiomanager-f1e0a3084a9fa450ccab007ed3b1fa5d9767c7b0.tar.gz
Genivi AudioManager Bug 13: error on update MainSourceSoundProperty in daemon DB
Signed-off-by: Goehring <Thomas.Goehring@continental-corporation.com>
-rw-r--r--AudioManagerDaemon/src/CAmControlReceiver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/AudioManagerDaemon/src/CAmControlReceiver.cpp b/AudioManagerDaemon/src/CAmControlReceiver.cpp
index 51a2225..a6506ad 100644
--- a/AudioManagerDaemon/src/CAmControlReceiver.cpp
+++ b/AudioManagerDaemon/src/CAmControlReceiver.cpp
@@ -290,7 +290,7 @@ am_Error_e CAmControlReceiver::changeMainSinkSoundPropertyDB(const am_MainSoundP
am_Error_e CAmControlReceiver::changeMainSourceSoundPropertyDB(const am_MainSoundProperty_s & soundProperty, const am_sourceID_t sourceID)
{
- return (mDatabaseHandler->changeMainSinkSoundPropertyDB(soundProperty, sourceID));
+ return (mDatabaseHandler->changeMainSourceSoundPropertyDB(soundProperty, sourceID));
}
am_Error_e CAmControlReceiver::changeSourceAvailabilityDB(const am_Availability_s & availability, const am_sourceID_t sourceID)