forked from len0rd/rockbox
move PCM_NATIVE_BITDEPTH definiton into global config code
Change-Id: I391bcffca670916c2c88426e2ba2603351326cee
This commit is contained in:
parent
eeb0aaf36f
commit
39fff5cb53
3 changed files with 5 additions and 10 deletions
|
@ -49,11 +49,6 @@ static uint32_t pcm_new_factor_l = 0, pcm_new_factor_r = 0;
|
|||
static uint32_t pcm_factor_l = 0, pcm_factor_r = 0;
|
||||
static typeof (memcpy) *pcm_scaling_fn = NULL;
|
||||
|
||||
/* default to 16-bit volume scaling unless specified */
|
||||
#if !defined(PCM_NATIVE_BITDEPTH)
|
||||
# define PCM_NATIVE_BITDEPTH 16
|
||||
#endif
|
||||
|
||||
/* take care of some defines for 32-bit software vol */
|
||||
#if (PCM_NATIVE_BITDEPTH > 16) /* >16-bit */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue