Skip to content
Snippets Groups Projects
Commit a7c43747 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

access: jack: simplify previous power of 2 calculation

Note that there is a slight change in behaviour here, before if i_read was 1
greater than a power of 2 (e.g., 257), it would evaluate to the *previous*
previous power of 2 (e.g., 128). Now in those cases it will really be the
previous power of 2 (e.g., 256).
parent f9d123e8
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment