Loading audio/audio_hw.c +1 −2 Original line number Diff line number Diff line Loading @@ -3303,7 +3303,7 @@ static int out_get_presentation_position(const struct audio_stream_out *stream, uint64_t *frames, struct timespec *timestamp) { struct stream_out *out = (struct stream_out *)stream; int ret = -1; int ret = -EINVAL; lock_output_stream(out); Loading Loading @@ -3342,7 +3342,6 @@ static int out_get_presentation_position(const struct audio_stream_out *stream, ret = 0; goto done; } ret = -1; } } } Loading Loading
audio/audio_hw.c +1 −2 Original line number Diff line number Diff line Loading @@ -3303,7 +3303,7 @@ static int out_get_presentation_position(const struct audio_stream_out *stream, uint64_t *frames, struct timespec *timestamp) { struct stream_out *out = (struct stream_out *)stream; int ret = -1; int ret = -EINVAL; lock_output_stream(out); Loading Loading @@ -3342,7 +3342,6 @@ static int out_get_presentation_position(const struct audio_stream_out *stream, ret = 0; goto done; } ret = -1; } } } Loading