blob: 183af00532341919406768b0a361b45a2918d9c5 [file] [log] [blame]
Arve Hjønnevåg8e404ff2013-01-24 17:50:00 +00001Audio
2-----
Alan Cox2e82b832013-01-23 14:13:52 +00003- Move to using the ALSA framework not faking it
4- Fix the wrong user page DMA (moving to ALSA may fix that too)
Arve Hjønnevåg8e404ff2013-01-24 17:50:00 +00005
6NAND
7----
Arve Hjønnevåg8e404ff2013-01-24 17:50:00 +00008- Remove excess checking of parameters in calls
9- Use dma coherent memory not kmalloc/__pa for the memory (this is just
10 a cleanliness issue not a correctness one)
11