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

Commit a9418823 authored by Bala Kishore Pati's avatar Bala Kishore Pati Committed by Gerrit - the friendly Code Review server
Browse files

qahw: test: fix qact issue during pcm playback

 Add AUDIO_OUTPUT_FLAG_DIRECT_PCM flag for
 pcm playback to select proper app type.

Change-Id: I57657cbfe6f50d8bfe6591f598364cec6299d89d
parent 653aaefa
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: