From a03516cbc71e4fcadb6dd8843fa3b5c76b812b3b Mon Sep 17 00:00:00 2001 From: Goehring Date: Wed, 7 Nov 2012 14:54:44 +0100 Subject: Genivi AudioManager Bug 13: error on update MainSourceSoundProperty in daemon DB Signed-off-by: Goehring --- AudioManagerDaemon/src/CAmControlReceiver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AudioManagerDaemon/src/CAmControlReceiver.cpp b/AudioManagerDaemon/src/CAmControlReceiver.cpp index 6960fd0..2ee225a 100644 --- a/AudioManagerDaemon/src/CAmControlReceiver.cpp +++ b/AudioManagerDaemon/src/CAmControlReceiver.cpp @@ -291,7 +291,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) -- cgit v1.2.1