projects
/
platform
/
core
/
uifw
/
multi-assistant.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd359ef
)
Add missing service_state_changed_cb initialization code
68/224368/6
author
Ji-hoon Lee
<dalton.lee@samsung.com>
Mon, 10 Feb 2020 06:22:47 +0000
(15:22 +0900)
committer
Ji-hoon Lee
<dalton.lee@samsung.com>
Fri, 27 Mar 2020 15:36:13 +0000
(15:36 +0000)
This reverts commit
4af7efef4631a47c497d6ce801d77cad1db57b37
.
Change-Id: Ibe769110bdb4e87c27a4ed5abd200f39ee898358
client/ma_client.c
patch
|
blob
|
history
diff --git
a/client/ma_client.c
b/client/ma_client.c
index 159d581e4ed096275745626a92fbe26e50310f6a..ff9a5838757bc4e551e83ba57604b34a869e5053 100644
(file)
--- a/
client/ma_client.c
+++ b/
client/ma_client.c
@@
-147,6
+147,8
@@
int ma_client_create(ma_h* ma)
client->audio_streaming_data_section_changed_user_data = NULL;
client->preprocessing_result_received_cb = NULL;
client->preprocessing_result_received_user_data = NULL;
+ client->service_state_changed_cb = NULL;
+ client->service_state_changed_user_data = NULL;
client->voice_key_status_changed_cb = NULL;
client->voice_key_status_changed_user_data = NULL;
@@
-817,4
+819,4
@@
int ma_client_get_voice_key_status_changed_cb(ma_h ma, ma_voice_key_status_chang
}
//LCOV_EXCL_STOP
-#endif
+#endif
\ No newline at end of file