Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92322da9 authored by Michael Hennerich's avatar Michael Hennerich Committed by Bryan Wu
Browse files

Blackfin arch: Sync channel defines with struct dma_register dma_io_base_addr.



Otherwise we use the wrong DMA channels.

Signed-off-by: default avatarMichael Hennerich <michael.hennerich@analog.com>
Signed-off-by: default avatarBryan Wu <cooloney@kernel.org>
parent 5ce998cf
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -25,11 +25,11 @@
#define CH_MEM_STREAM1_SRC      27	 /* RX */
#define CH_MEM_STREAM1_SRC      27	 /* RX */
#define CH_MEM_STREAM2_DEST	28
#define CH_MEM_STREAM2_DEST	28
#define CH_MEM_STREAM2_SRC	29
#define CH_MEM_STREAM2_SRC	29
#define CH_MEM_STREAM3_SRC	30
#define CH_MEM_STREAM3_DEST	30
#define CH_MEM_STREAM3_DEST	31
#define CH_MEM_STREAM3_SRC	31
#define CH_IMEM_STREAM0_DEST	32
#define CH_IMEM_STREAM0_DEST	32
#define CH_IMEM_STREAM0_SRC	33
#define CH_IMEM_STREAM0_SRC	33
#define CH_IMEM_STREAM1_SRC	34
#define CH_IMEM_STREAM1_DEST	34
#define CH_IMEM_STREAM1_DEST	35
#define CH_IMEM_STREAM1_SRC	35


#endif
#endif