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

Commit a1a6244b 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" into audio-hal.lnx.5.0

parents ee7d696b c1c1ba67
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2563,6 +2563,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();