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

Commit bffd023d authored by Sharad Sangle's avatar Sharad Sangle Committed by Gerrit - the friendly Code Review server
Browse files

hal: solve compilation error after Dolby disable

 After Dolby is disabled there are compliation error
 of unused variable, solve those using __unused keyword

Change-Id: Id1826d5c5b1051d9a5caf499d453742cb1799d37
parent 3c98aed6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -758,7 +758,7 @@ static int get_active_offload_usecases(const struct audio_device *adev,
    return ret;
}

void audio_extn_init(struct audio_device *adev)
void audio_extn_init(struct audio_device *adev __unused)
{
    aextnmod.anc_enabled = 0;
    aextnmod.aanc_enabled = 0;