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:47:44 +0100
commit6fc5e30f3334b4601706d0d411c1a8b15090880c (patch)
treea330ccd9171fb7fdbf622ff1f708c8a0a702b3dd
parent89f30d32a2a82afa31327491976d1318895632b6 (diff)
downloadaudiomanager-6fc5e30f3334b4601706d0d411c1a8b15090880c.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 e7cee4b..5a010cf 100644
--- a/AudioManagerDaemon/src/CAmControlReceiver.cpp
+++ b/AudioManagerDaemon/src/CAmControlReceiver.cpp
@@ -289,7 +289,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)