common: Pre-increment output id.
This commit is contained in:
parent
b1cf9bfcdc
commit
fc250744f4
1 changed files with 1 additions and 1 deletions
|
|
@ -1169,7 +1169,7 @@ pa_droid_stream *pa_droid_open_output_stream(pa_droid_hw_module *module,
|
|||
|
||||
pa_droid_hw_module_lock(module);
|
||||
ret = module->device->open_output_stream(module->device,
|
||||
module->stream_out_id++,
|
||||
++module->stream_out_id,
|
||||
devices,
|
||||
flags,
|
||||
&config_out,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue