diff options
Diffstat (limited to 'audio')
-rwxr-xr-x | audio/audio_hw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/audio_hw.c b/audio/audio_hw.c index 3b269f9..1928d8e 100755 --- a/audio/audio_hw.c +++ b/audio/audio_hw.c @@ -532,6 +532,7 @@ static void select_mode(struct m0_audio_device *adev) adev->in_call, adev->mode); if (adev->in_call) { adev->in_call = 0; + ril_set_call_clock_sync(&adev->ril, SOUND_CLOCK_STOP); end_call(adev); force_all_standby(adev); |