paaudio: remove unused stream flags
commit50db82d84ce24e893932ecb1aa90cc9c5560fc91
authorVolker Rümelin <vr_qemu@t-online.de>
Mon, 17 May 2021 19:46:02 +0000 (17 21:46 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 17 Jun 2021 09:54:09 +0000 (17 11:54 +0200)
tree09d26d1ae2c0b23a96902d7214911ddcc0fac4e0
parent243011896ad2503e515b4fed746402e651b8e520
paaudio: remove unused stream flags

In current code there are no calls to pa_stream_get_latency()
or pa_stream_get_time() to receive latency or time information.

Remove the flags PA_STREAM_INTERPOLATE_TIMING and
PA_STREAM_AUTO_TIMING_UPDATE which instruct PulseAudio to
calculate this information in regular intervals.

Signed-off-by: Volker Rümelin <vr_qemu@t-online.de>
Message-Id: <20210517194604.2545-2-vr_qemu@t-online.de>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
audio/paaudio.c