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

Commit 854e422d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "hal: reset service interval if burst mode is not supported"

parents 0d9f0557 688b9a78
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -1414,7 +1414,6 @@ int audio_extn_usb_check_and_set_svc_int(struct audio_usecase *uc_info,
    service_interval =
            audio_extn_usb_find_service_interval(!burst_mode, true /*playback*/);

    if (service_interval != 0)
    audio_extn_usb_set_service_interval(true /*playback*/,
                                        service_interval,
                                        &reconfig);