• Home
Name Date Size #Lines LOC

..--

KconfigD08-May-2024668 2622

MakefileD08-May-2024245 124

READMED08-May-2024334 1310

goldfish_audio.cD08-May-202411.4 KiB418313

goldfish_nand.cD08-May-202411.4 KiB444357

goldfish_nand_reg.hD08-May-20241.9 KiB7650

goldfish_sync.cD08-May-202427.9 KiB988577

README

1Audio
2-----
3- Move to using the ALSA framework not faking it
4- Fix the wrong user page DMA (moving to ALSA may fix that too)
5
6NAND
7----
8- Switch from spinlock to mutex
9- Remove excess checking of parameters in calls
10- Use dma coherent memory not kmalloc/__pa for the memory (this is just
11  a cleanliness issue not a correctness one)
12
13