summaryrefslogtreecommitdiff
path: root/todo
diff options
context:
space:
mode:
authorTanu Kaskinen <tanuk@iki.fi>2018-05-05 16:53:04 +0300
committerTanu Kaskinen <tanuk@iki.fi>2018-05-31 16:29:29 +0300
commitad14bdb2406692eb78e9c9c989534978730428a6 (patch)
tree87803466e47ef5ee4e3140d75fe0fca512746f5b /todo
parent9e5be0899f60208046f1c5e2d32a2dd207d8fa00 (diff)
downloadpulseaudio-ad14bdb2406692eb78e9c9c989534978730428a6.tar.gz
sink-input, source-output: fix uninitialized variable access
The volume_map variable was initialized only for PCM streams, but the variable was passed to pa_cvolume_remap() also for non-PCM streams. The volume remapping is never necessary for passthrough streams (PCM or not), because no volume will be applied anyway, so let's skip the pa_cvolume_remap() call for all passthrough streams.
Diffstat (limited to 'todo')
0 files changed, 0 insertions, 0 deletions