diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2021-08-07 11:14:15 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2021-08-07 11:18:19 -0400 |
commit | 39fff5cb5330c1b65ad49b094b54d60078e8a31e (patch) | |
tree | 9b492d8269ba0be76f11f516866df2b25cfd504a /firmware/target | |
parent | eeb0aaf36f6d3a322e716d202efc2754735a6280 (diff) |
move PCM_NATIVE_BITDEPTH definiton into global config code
Change-Id: I391bcffca670916c2c88426e2ba2603351326cee
Diffstat (limited to 'firmware/target')
-rw-r--r-- | firmware/target/mips/ingenic_x1000/pcm-x1000.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/target/mips/ingenic_x1000/pcm-x1000.c b/firmware/target/mips/ingenic_x1000/pcm-x1000.c index 73c568c950..ce2fbb17a9 100644 --- a/firmware/target/mips/ingenic_x1000/pcm-x1000.c +++ b/firmware/target/mips/ingenic_x1000/pcm-x1000.c @@ -48,11 +48,6 @@ static void pcm_play_dma_int_cb(int event); static void pcm_rec_dma_int_cb(int event); #endif -/* if not otherwise defined, set to 16 */ -#if !defined(PCM_NATIVE_BITDEPTH) -# define PCM_NATIVE_BITDEPTH 16 -#endif - void pcm_play_dma_init(void) { /* Ungate clock, assign pins. NB this overlaps with pins labeled "sa0-sa4" |