Functions | |
int | l4dde_snd_open_dsp (int num) |
Open dsp. | |
int | l4dde_snd_open_mixer (int num) |
Open mixer. | |
int | l4dde_snd_close (int dev) |
Close DSP unit. | |
int | l4dde_snd_read (int dev, void *buf, int count) |
Read from sound unit. | |
int | l4dde_snd_write (int dev, const void *buf, int count) |
Write to sound unit. | |
int | l4dde_snd_ioctl (int dev, int req, l4_addr_t arg) |
Execute ioctl() for unit. | |
int | l4dde_snd_init () |
Initialize soundcore emulation. | |
int | l4dde_snd_exit () |
Finalize soundcore emulation. |
This is a highly sophisticated VFS layer emulation and initialization implementation for Linux DDE Soundcore. *haha*