minix/lib/libaudiodriver
Arne Welzel 5b211ac848 libaudiodriver: allocate mem lower 16 MB and 64K aligned
Righ now, the DMA controller will access some random memory below 16 MB,
as the physical address returned by alloc_contig() is simply truncated
when given to the DMA controller.

Yes, it's bad...
2013-08-20 19:42:21 +02:00
..
audio_fw.c libaudiodriver: allocate mem lower 16 MB and 64K aligned 2013-08-20 19:42:21 +02:00
liveupdate.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
Makefile new base libaudiodriver out of -lcommon in drivers/audio. 2010-08-25 11:03:53 +00:00