Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2877882a authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "hal: reset swb path during ssr offline"

parents 5add24ce 5f7908f1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -9476,6 +9476,8 @@ static void adev_snd_mon_cb(void *cookie, struct str_parms *parms)
            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);
        }