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

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

Merge "hal: initialize variables"

parents e8686e4b 1f12310d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4793,8 +4793,8 @@ static int out_create_mmap_buffer(const struct audio_stream_out *stream,
    struct stream_out *out = (struct stream_out *)stream;
    struct audio_device *adev = out->dev;
    int ret = 0;
    unsigned int offset1;
    unsigned int frames1;
    unsigned int offset1 = 0;
    unsigned int frames1 = 0;
    const char *step = "";
    uint32_t mmap_size;