diff options
author | Sangchul Lee <sc11.lee@samsung.com> | 2016-04-26 13:31:41 +0900 |
---|---|---|
committer | Sangchul Lee <sc11.lee@samsung.com> | 2016-04-26 15:40:27 +0900 |
commit | f9601397f1066e6dcca2db048d36a8193b9504a0 (patch) | |
tree | a6e306b0d4b29aecd484e34ec17d174331bb1514 /tizen-audio-modem.c | |
parent | b2f735e4d71fc3eaef336644caef085c0ebdc9c0 (diff) | |
download | audio-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.c | 2 |
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) { |