Commit f26825de authored by Mike Frysinger's avatar Mike Frysinger Committed by Bryan Wu
Browse files

Blackfin arch: convert READY to DMA_READY as it causes build errors in common sound code otherwise

parent b0187854
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -645,7 +645,7 @@

/* Bit masks for HOST_STATUS */

#define                     READY  0x1        /* DMA Ready */
#define                 DMA_READY  0x1        /* DMA Ready */
#define                  FIFOFULL  0x2        /* FIFO Full */
#define                 FIFOEMPTY  0x4        /* FIFO Empty */
#define                  COMPLETE  0x8        /* DMA Complete */
+1 −1
Original line number Diff line number Diff line
@@ -1007,7 +1007,7 @@

/* Bit masks for HOST_STATUS */

#define                     READY  0x1        /* DMA Ready */
#define                 DMA_READY  0x1        /* DMA Ready */
#define                  FIFOFULL  0x2        /* FIFO Full */
#define                 FIFOEMPTY  0x4        /* FIFO Empty */
#define                  COMPLETE  0x8        /* DMA Complete */