ankit patel 51e8dca6d0 Staging: goldfish: Kconfig: fixed code style issue 7 years ago
..
Kconfig 51e8dca6d0 Staging: goldfish: Kconfig: fixed code style issue 7 years ago
Makefile 4ae0fe70a0 Delete the goldfish_nand driver. 7 years ago
README 67c20cfbce staging: goldfish: switch from spinlock to mutex 11 years ago
goldfish_audio.c 4532150762 staging: goldfish: audio: fix compiliation on arm 9 years ago

README

Audio
-----
- Move to using the ALSA framework not faking it
- Fix the wrong user page DMA (moving to ALSA may fix that too)

NAND
----
- Remove excess checking of parameters in calls
- Use dma coherent memory not kmalloc/__pa for the memory (this is just
a cleanliness issue not a correctness one)