mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
- Create a new module type: exportdriver for drivers which also export files. Not supremely useful right now, but it helps us decrease compilation time of normal drivers by not running useless commands on them. Later we'll also strip out their export table. We can also make exportdrivers automatically read their .def file instead of specfiygone one. svn path=/trunk/; revision=22339
This is a directory for the kernel streaming components, along with multimedia kernel-mode drivers. Platform components: - ks.sys Kernel Streaming (and AvStream) - sysaudio Filter graph builder (topology?) - portcls Port Class - wdmaud Kernel-mode portion of the MME (Win 3.1-style) driver Optional drivers: - sndblst Sound Blaster (+ Pro / 16) compatible driver - mpu401 MPU-401 MIDI compatible driver Much of this code exists only as stubs for future implementation. -Andrew Greenwood