README 302 B

1234567891011
  1. Audio
  2. -----
  3. - Move to using the ALSA framework not faking it
  4. - Fix the wrong user page DMA (moving to ALSA may fix that too)
  5. NAND
  6. ----
  7. - Remove excess checking of parameters in calls
  8. - Use dma coherent memory not kmalloc/__pa for the memory (this is just
  9. a cleanliness issue not a correctness one)