mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-05-12 11:43:16 -04:00
pcm_mixer: remove some unused preprocessor symbols
Change-Id: I0c9c96f082cd4bb8313ade9a8d8da7fa2ba087e4
This commit is contained in:
parent
bc528c4079
commit
075d1deac3
4 changed files with 0 additions and 10 deletions
|
|
@ -19,9 +19,6 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#define MIXER_OPTIMIZED_WRITE_SAMPLES
|
||||
#define MIXER_OPTIMIZED_MIX_SAMPLES
|
||||
|
||||
/* Mix channels' samples and apply gain factors */
|
||||
static FORCE_INLINE void mix_samples(void *out,
|
||||
const void *src0,
|
||||
|
|
|
|||
|
|
@ -19,9 +19,6 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#define MIXER_OPTIMIZED_WRITE_SAMPLES
|
||||
#define MIXER_OPTIMIZED_MIX_SAMPLES
|
||||
|
||||
/* Mix channels' samples and apply gain factors */
|
||||
static FORCE_INLINE void mix_samples(void *out,
|
||||
const void *src0,
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@
|
|||
* KIND, either express or implied.
|
||||
*
|
||||
****************************************************************************/
|
||||
#define MIXER_OPTIMIZED_MIX_SAMPLES
|
||||
#define MIXER_OPTIMIZED_WRITE_SAMPLES
|
||||
|
||||
/* Mix channels' samples and apply gain factors */
|
||||
static FORCE_INLINE void mix_samples(void *out,
|
||||
|
|
|
|||
|
|
@ -19,8 +19,6 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#define MIXER_OPTIMIZED_MIX_SAMPLES
|
||||
#define MIXER_OPTIMIZED_WRITE_SAMPLES
|
||||
static struct emac_context
|
||||
{
|
||||
unsigned long saved;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue