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

Commit 7eafa083 authored by Eric Laurent's avatar Eric Laurent Committed by Android (Google) Code Review
Browse files

Merge "audio: deprecate audio_stream_frame_size()"

parents fb838118 bbed4a16
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -763,7 +763,7 @@ static uint32_t out_get_latency(const struct audio_stream_out *stream)
    FNLOG();

    latency_us = ((out->common.buffer_sz * 1000 ) /
                    audio_stream_frame_size(&out->stream.common) /
                    audio_stream_out_frame_size(&out->stream) /
                    out->common.cfg.rate) * 1000;