summaryrefslogtreecommitdiff
path: root/tizen-audio-modem.c
diff options
context:
space:
mode:
authorSangchul Lee <sc11.lee@samsung.com>2016-04-26 13:31:41 +0900
committerSangchul Lee <sc11.lee@samsung.com>2016-04-26 15:40:27 +0900
commitf9601397f1066e6dcca2db048d36a8193b9504a0 (patch)
treea6e306b0d4b29aecd484e34ec17d174331bb1514 /tizen-audio-modem.c
parentb2f735e4d71fc3eaef336644caef085c0ebdc9c0 (diff)
downloadaudio-hal-sc7727-f9601397f1066e6dcca2db048d36a8193b9504a0.tar.gz
audio-hal-sc7727-f9601397f1066e6dcca2db048d36a8193b9504a0.tar.bz2
audio-hal-sc7727-f9601397f1066e6dcca2db048d36a8193b9504a0.zip
rename audio_do_route() to audio_update_route() rename audio_update_stream_connection_info() to audio_notify_stream_connection_changed() rename audio_set_message_cb() to audio_add_message_cb() add audio_remove_message_cb() [Version] 0.1.9 [Profile] Mobile [Issue Type] Revise API Change-Id: I611032a2b45f1254664161997bdca63b568ddd19
Diffstat (limited to 'tizen-audio-modem.c')
-rw-r--r--tizen-audio-modem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tizen-audio-modem.c b/tizen-audio-modem.c
index 9229c13..6769350 100644
--- a/tizen-audio-modem.c
+++ b/tizen-audio-modem.c
@@ -354,7 +354,7 @@ again:
AUDIO_LOG_INFO("[voice] Received VBC_CMD_PCM_OPEN");
ah->modem.is_connected = 1;
- audio_ret = _audio_do_route_voicecall(ah, ah->device.init_call_devices, ah->device.num_of_call_devices);
+ audio_ret = _audio_update_route_voicecall(ah, ah->device.init_call_devices, ah->device.num_of_call_devices);
if (AUDIO_IS_ERROR(audio_ret)) {
AUDIO_LOG_WARN("set voicecall route return 0x%x", audio_ret);
if (audio_ret == AUDIO_ERR_INVALID_STATE) {