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

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

Merge "hal: fix compilation error for 8952 hal"

parents f4f36210 4a69acd5
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -4135,3 +4135,9 @@ int platform_set_spkr_device_tz_names(snd_device_t index,
done:
    return ret;
}

bool platform_send_gain_dep_cal(void *platform __unused,
                                int level __unused)
{
    return 0;
}