forked from len0rd/rockbox
beep/mixer code: Code police a bit.
/firmware is in the #include path with makes #include "asm/beep.c" sufficient. Add a comment to generic beep code and make another express intent better. Change-Id: I587cd704478b894785927bdfe2e647e28614df62
This commit is contained in:
parent
e5b1b0f998
commit
9a25a6fe19
3 changed files with 5 additions and 2 deletions
|
|
@ -24,6 +24,7 @@
|
|||
#include "m68k/beep.c"
|
||||
#else /* Generic */
|
||||
|
||||
/* Actually output samples into beep_buf */
|
||||
static FORCE_INLINE void beep_generate(int16_t *out, int count,
|
||||
uint32_t *phase, uint32_t step,
|
||||
int16_t amplitude)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue