commit | 2877882a603860a8456bc5bf8931610cd93926f7 | [log] [tgz] |
---|---|---|
author | qctecmdr <qctecmdr@localhost> | Wed Nov 06 21:00:55 2019 -0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Nov 06 21:00:55 2019 -0800 |
tree | d03141bc87ac8c52a08f4339a73a26a741198e9e | |
parent | 5add24ce98396a9961bc0fa4f6483bb4cd41427b [diff] | |
parent | 5f7908f1208f6a336cff711f7957de20fde06f8e [diff] |
Merge "hal: reset swb path during ssr offline"
diff --git a/hal/audio_hw.c b/hal/audio_hw.c index 54f037d..43732f5 100644 --- a/hal/audio_hw.c +++ b/hal/audio_hw.c
@@ -9476,6 +9476,8 @@ platform_snd_card_update(adev->platform, status); audio_extn_fm_set_parameters(adev, parms); audio_extn_auto_hal_set_parameters(adev, parms); + if (status == CARD_STATUS_OFFLINE) + audio_extn_sco_reset_configuration(); } else if (is_ext_device_status) { platform_set_parameters(adev->platform, parms); }