kernel/drivers/staging/goldfish
2025-07-14 21:06:33 +00:00
..
goldfish_audio.c Initial import of 4.18.0-553.60.1.el8_10 2025-07-14 21:06:33 +00:00
Kconfig Initial import of 4.18.0-553.60.1.el8_10 2025-07-14 21:06:33 +00:00
Makefile Initial import of 4.18.0-553.60.1.el8_10 2025-07-14 21:06:33 +00:00
README Initial import of 4.18.0-553.60.1.el8_10 2025-07-14 21:06:33 +00:00

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)