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

Commit bcbeb131 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 issue seen when a feature flag is defined"

parents d3072b69 7a9e59d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -166,7 +166,7 @@ static int voice_extn_compress_voip_open_input_stream(struct stream_in *in)
    return -ENOSYS;
}

static int voice_extn_compress_voip_out_get_buffer_size(struct audio_stream *stream)
static int voice_extn_compress_voip_out_get_buffer_size(struct stream_out *stream)
{
    ALOGE("%s: COMPRESS_VOIP_ENABLED is not defined", __func__);
    return -ENOSYS;