linux/drivers/staging/goldfish
Roman Kiryanov eee222db37 staging: goldfish: Fix checkpatch CHECK in goldfish_audio.c
Fix "CHECK: Alignment should match open parenthesis"

Signed-off-by: Roman Kiryanov <rkir@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-06-18 10:55:11 +02:00
..
goldfish_audio.c staging: goldfish: Fix checkpatch CHECK in goldfish_audio.c 2018-06-18 10:55:11 +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

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)