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

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

Merge "hal: Invoke acdb deallocate api"

parents c0d9bd0b 7dfa1c19
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2831,6 +2831,9 @@ void platform_deinit(void *platform)
        my_data->adev->mixer = NULL;
    }

    if (my_data->acdb_deallocate)
        my_data->acdb_deallocate();

    free(platform);
    /* deinit usb */
    audio_extn_usb_deinit();