Blame aica/Dreamcast_sound.txt

Packit e67170
SOUND ON THE SEGA DREAMCAST
Packit e67170
Packit e67170
The Sega Dreamcast includes a ARM7 processor that seperately handles sound
Packit e67170
playback. The ARM7 processor has its own address space which is only partially
Packit e67170
accessible to the main SH4 processor.
Packit e67170
Packit e67170
The ALSA driver loads data to the ARM7 address space using DMA (which will
Packit e67170
run at a good speed). The old OSS driver did not use DMA and so showed
Packit e67170
very poor performance at high bit rates.
Packit e67170
Packit e67170
The driver also loads some simple firmware (seperately licenced under a 
Packit e67170
modified BSD licence) which controls the ARM7 processor. Without the 
Packit e67170
firmware the driver would merely fill the ARM7's address space and would 
Packit e67170
not playback any sound.
Packit e67170
Packit e67170
The firmware, by default, should be loaded to /lib/firmware/ and should
Packit e67170
be named aica_firmware.bin.