|
@@ -81,7 +81,7 @@
|
|
|
|
|
|
|
|
|
/* This structure is used by EPU to provide memory descriptors in its memory */
|
|
|
-struct cx18_mdl {
|
|
|
+struct cx18_mdl_ent {
|
|
|
u32 paddr; /* Physical address of a buffer segment */
|
|
|
u32 length; /* Length of the buffer segment */
|
|
|
};
|
|
@@ -272,7 +272,7 @@ struct cx18_scb {
|
|
|
struct cx18_mailbox ppu2epu_mb;
|
|
|
|
|
|
struct cx18_mdl_ack cpu_mdl_ack[CX18_MAX_STREAMS][CX18_MAX_MDL_ACKS];
|
|
|
- struct cx18_mdl cpu_mdl[1];
|
|
|
+ struct cx18_mdl_ent cpu_mdl[1];
|
|
|
};
|
|
|
|
|
|
void cx18_init_scb(struct cx18 *cx);
|