1
0
Fork 0
alistair23-linux/drivers/staging/goldfish
ankit patel 51e8dca6d0 Staging: goldfish: Kconfig: fixed code style issue
Style fix: config GOLDFISH_AUDIO containing "--help--" to "help"

Signed-off-by:  ankit patel <ankit.mayurbhai.patel@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-05-20 14:31:28 +02:00
..
Kconfig Staging: goldfish: Kconfig: fixed code style issue 2018-05-20 14:31:28 +02:00
Makefile Delete the goldfish_nand driver. 2018-05-20 14:31:28 +02:00
README staging: goldfish: switch from spinlock to mutex 2014-04-16 20:12:55 -07:00
goldfish_audio.c staging: goldfish: audio: fix compiliation on arm 2016-03-11 22:09:09 -08:00

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)