From 9a25a6fe19bc798bb7d90ec63e3c54bd8c2892cd Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sun, 19 Feb 2012 00:33:04 -0500 Subject: 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 --- firmware/asm/beep.c | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/asm') diff --git a/firmware/asm/beep.c b/firmware/asm/beep.c index 0314e32715..d430dff14d 100644 --- a/firmware/asm/beep.c +++ b/firmware/asm/beep.c @@ -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) -- cgit v1.2.3