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

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

Merge "qahw: test: fix qact issue during pcm playback"

parents 8cd47cbe a9418823
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -880,7 +880,7 @@ static void get_file_format(stream_config *stream_info)
            else
                stream_info->config.offload_info.format = AUDIO_FORMAT_PCM_16_BIT;
            if (!(stream_info->flags_set))
                stream_info->flags = AUDIO_OUTPUT_FLAG_COMPRESS_OFFLOAD;
                stream_info->flags = AUDIO_OUTPUT_FLAG_DIRECT_PCM|AUDIO_OUTPUT_FLAG_DIRECT;
            break;

        case FILE_MP3: