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

Commit 4a69acd5 authored by Asish Bhattacharya's avatar Asish Bhattacharya
Browse files

hal: fix compilation error for 8952 hal

expose new api from audio HAL that volume listner module will call
to set volume calibration level added as part of
a76401a7

Change-Id: I90593c89e4c51bc8b00396add7da7e2e5a96d943
parent 92d0231a
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;
}