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

Commit f7e7f7c2 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 24bit compilation error with extended flag disabled"

parents 2914aeca c9efb4fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2583,7 +2583,7 @@ static int adev_open_output_stream(struct audio_hw_device *dev,
        }

        if (config->offload_info.format == AUDIO_FORMAT_FLAC)
            out->compr_config.codec->options.flac_dec.sample_size = config->offload_info.bit_width;
            out->compr_config.codec->options.flac_dec.sample_size = PCM_OUTPUT_BIT_WIDTH;

        if (flags & AUDIO_OUTPUT_FLAG_NON_BLOCKING)
            out->non_blocking = 1;