summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaduki <daduki@gmail.com>2020-05-11 14:40:33 +0900
committerGitHub <noreply@github.com>2020-05-11 14:40:33 +0900
commit7e123bde96cad40b994d606966c76af7a2c9eba4 (patch)
tree48d9ce3ae6490a2f96c971c03b87670dfc7b4984
parent50c6ff95df31fe2688decbdf891bbaef824bfb71 (diff)
downloadaudiomanager-7e123bde96cad40b994d606966c76af7a2c9eba4.tar.gz
typo changDomainStateDB > changeDomainStateDB
typo changDomainStateDB > changeDomainStateDB
-rw-r--r--include/IAmControl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/IAmControl.h b/include/IAmControl.h
index 2f2f083..bb0b235 100644
--- a/include/IAmControl.h
+++ b/include/IAmControl.h
@@ -288,7 +288,7 @@ public:
* @return E_OK on success, E_DATABASE_ERROR on error, E_NON_EXISTENT if domain
* was not found
*/
- virtual am_Error_e changDomainStateDB(const am_DomainState_e domainState, const am_domainID_t domainID) =0;
+ virtual am_Error_e changeDomainStateDB(const am_DomainState_e domainState, const am_domainID_t domainID) =0;
/**
* changes the mute state of a sink
* @return E_OK on success, E_DATABASE_ERROR on error, E_NON_EXISTENT if sink was