summaryrefslogtreecommitdiff
path: root/firmware/pcm_sw_volume.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/pcm_sw_volume.c')
-rw-r--r--firmware/pcm_sw_volume.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/pcm_sw_volume.c b/firmware/pcm_sw_volume.c
index 646f2a680a..bee1559bb8 100644
--- a/firmware/pcm_sw_volume.c
+++ b/firmware/pcm_sw_volume.c
@@ -49,11 +49,6 @@ static uint32_t pcm_new_factor_l = 0, pcm_new_factor_r = 0;
49static uint32_t pcm_factor_l = 0, pcm_factor_r = 0; 49static uint32_t pcm_factor_l = 0, pcm_factor_r = 0;
50static typeof (memcpy) *pcm_scaling_fn = NULL; 50static typeof (memcpy) *pcm_scaling_fn = NULL;
51 51
52/* default to 16-bit volume scaling unless specified */
53#if !defined(PCM_NATIVE_BITDEPTH)
54# define PCM_NATIVE_BITDEPTH 16
55#endif
56
57/* take care of some defines for 32-bit software vol */ 52/* take care of some defines for 32-bit software vol */
58#if (PCM_NATIVE_BITDEPTH > 16) /* >16-bit */ 53#if (PCM_NATIVE_BITDEPTH > 16) /* >16-bit */
59 54