audio: run ril_set_call_clock_sync() in stop_voice_session()
authorUsaamah Patel <ussyp2015@gmail.com>
Tue, 19 Dec 2017 15:42:38 +0000 (15:42 +0000)
committerJan Altensen <info@stricted.net>
Tue, 5 Feb 2019 19:11:25 +0000 (20:11 +0100)
commitb8250d0f58d6356f66f4ea812f388f64a81e97c0
treea7f757974f221f43a646ef894259ae61c78390c7
parentf1a3539e2d24990886f47dfb3b6076c96b8f8a8c
audio: run ril_set_call_clock_sync() in stop_voice_session()

Some devices like the Samsung Galaxy S6, require this
to be run at the end of the voice session. However some
devices also need this to be run at the start of the
voice session whereas the S6 does not (see previous commit).

Change-Id: I833b57e262795fcbd8be6f44afb17b0f1ca6fee3
Signed-off-by: Usaamah Patel <ussyp2015@gmail.com>
audio/voice.c