summaryrefslogtreecommitdiff
path: root/firmware/export/x1000.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/x1000.h')
-rw-r--r--firmware/export/x1000.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/x1000.h b/firmware/export/x1000.h
index 102d4ec978..de3d394c02 100644
--- a/firmware/export/x1000.h
+++ b/firmware/export/x1000.h
@@ -57,6 +57,11 @@
57#define X1000_STACKSIZE 0x1e00 57#define X1000_STACKSIZE 0x1e00
58#define X1000_IRQSTACKSIZE 0x300 58#define X1000_IRQSTACKSIZE 0x300
59 59
60/* Required for pcm_rec_dma_get_peak_buffer(), doesn't do anything
61 * except on targets with recording. */
62#define HAVE_PCM_DMA_ADDRESS
63#define HAVE_PCM_REC_DMA_ADDRESS
64
60/* Convert kseg0 address to physical address or uncached address */ 65/* Convert kseg0 address to physical address or uncached address */
61#define PHYSADDR(x) ((unsigned long)(x) & 0x1fffffff) 66#define PHYSADDR(x) ((unsigned long)(x) & 0x1fffffff)
62#define UNCACHEDADDR(x) (PHYSADDR(x) | 0xa0000000) 67#define UNCACHEDADDR(x) (PHYSADDR(x) | 0xa0000000)