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

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

Merge "hal: platform: Invoke acdb deallocate api"

parents b9c59995 7076ff44
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2672,6 +2672,9 @@ void platform_deinit(void *platform)
    /* free acdb_meta_key_list */
    platform_release_acdb_metainfo_key(platform);

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

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