pcm_mixer: remove some unused preprocessor symbols

Change-Id: I0c9c96f082cd4bb8313ade9a8d8da7fa2ba087e4
This commit is contained in:
Aidan MacDonald 2026-05-03 16:41:50 +01:00 committed by Solomon Peachy
parent bc528c4079
commit 075d1deac3
4 changed files with 0 additions and 10 deletions

View file

@ -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,

View file

@ -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,

View file

@ -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,

View file

@ -19,8 +19,6 @@
*
****************************************************************************/
#define MIXER_OPTIMIZED_MIX_SAMPLES
#define MIXER_OPTIMIZED_WRITE_SAMPLES
static struct emac_context
{
unsigned long saved;