]> Repos - portaudio/commit
set dir=0 prior to passing its address in to ALSA function in _PA_LOCAL_IMPL(snd_pcm_...
authorRoss Bencina <rossb@audiomulch.com>
Sun, 12 May 2019 12:01:29 +0000 (22:01 +1000)
committerRoss Bencina <rossb@audiomulch.com>
Sun, 12 May 2019 12:01:29 +0000 (22:01 +1000)
commit22a233161f3ab4eb5f0dd7dce32e68e6cb79b188
treecd3414319f41fed9683362462582255ab3075423
parent486479214010541c6d235c7b4ea040a1f0bf8e59
set dir=0 prior to passing its address in to ALSA function in _PA_LOCAL_IMPL(snd_pcm_hw_params_get_buffer_size_max) as is done elsewhere in the code. mark all places in the code where dir is not set dir=0 prior to passing in to ALSA function (i.e. where the previous value returned by ALSA is  used. Are these omissions or is it intentional to use the rounding mode of the previous call?
src/hostapi/alsa/pa_linux_alsa.c