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

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

Merge "qahw_api: fix compilation error"

parents eb31a019 998f6257
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -612,6 +612,7 @@ void *start_stream_playback (void* stream_data)
    bool read_complete_file = true;
    ssize_t bytes_to_read = 0;
    int32_t latency;
    char kvpair[KV_PAIR_MAX_LENGTH] = {0};


    memset(&drift_params, 0, sizeof(struct drift_data));
@@ -658,7 +659,6 @@ void *start_stream_playback (void* stream_data)
    }

    switch(params->filetype) {
        char kvpair[KV_PAIR_MAX_LENGTH] = {0};
        case FILE_WMA:
        case FILE_VORBIS:
        case FILE_ALAC: