Skip to content

Commit

Permalink
add module privat for coeffs only
Browse files Browse the repository at this point in the history
  • Loading branch information
pjdobrowolski committed Jan 25, 2024
1 parent 25265aa commit d565c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/up_down_mixer/up_down_mixer_coef.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "up_down_mixer_ipc4.h"
#include <stdint.h>

#if CONFIG_COMP_UP_DOWN_MIXER
#if CONFIG_COMP_UP_DOWN_MIXER || MODULE_PRIVAT

#define COMPUTE_COEFF_32BIT(counter, denominator) ((0x7fffffffULL * (counter)) / (denominator))
#define COMPUTE_COEFF_16BIT(counter, denominator) ((0x7fffULL * (counter)) / (denominator))
Expand Down

0 comments on commit d565c36

Please sign in to comment.