Modules | |
Linux DDE Common | |
Linux general kernel interface emulation. | |
Linux DDE Soundcore | |
Linux soundcore emulation. |
DDE Linux-based device driver environments are modified Linux headers plus driver class specific libraries. These libraries consist of 2 parts - common and specific. The common functions are expected to be used by nearly all device drivers and provide the general Linux kernel interface (see Linux DDE Common). Specific functions are closely linked to one driver class or subsystem, e.g. SCSI hard disks.
Writers of specific device driver libraries utilize the common implementation to provide special environments. For reference see Linux DDE Soundcore.