| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Previously, we were mixing the raw CPU frequency and CNTFRQ.
The raw CPU frequency (1020 MHz) should've never been used as CNTPCT (whose frequency is CNTFRQ) is the only counter available.
|
|
|
|
[audio_core] Fix depop prepare
|
|
constexpr static to static constexpr for consistency
Signed-off-by: arades79 <scravers@protonmail.com>
|
|
where possible
Signed-off-by: arades79 <scravers@protonmail.com>
|
|
|
|
|
|
update aux a bit, may help
|
|
|
|
|
|
|
|
|
|
general: fix compile for Apple Clang
|
|
|
|
count
|
|
|
|
audio_core: Amend documentation comment tags
|
|
Resolves a wackload of -Wdocumentation warnings due to mismatching tags
and whatnot.
|
|
Provides equivalent behavior while being significantly smaller.
|
|
These functions don't modify the parameters.
|
|
Same behavior, but also silences a -Wcast-qual warning, since the second
cast casts away const.
|
|
during heavy loads.
|
|
|
|
|