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

Commit 2330032c authored by Aniket Kumar Lata's avatar Aniket Kumar Lata Committed by Gerrit - the friendly Code Review server
Browse files

hal: Fix reconfigA2dp set parameter failure

Fix reconfigA2dp set param failure in audio HAL.

Change-Id: I478be1f0e34a5da1155e82803d03cd2fe3e963c9
parent a6735d32
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7296,7 +7296,7 @@ static int adev_set_parameters(struct audio_hw_device *dev, const char *kvpairs)
    audio_extn_qdsp_set_parameters(adev, parms);

    status = audio_extn_a2dp_set_parameters(parms, &a2dp_reconfig);
    if (ret >= 0 && a2dp_reconfig) {
    if (status >= 0 && a2dp_reconfig) {
        struct audio_usecase *usecase;
        struct listnode *node;
        list_for_each(node, &adev->usecase_list) {