Files
reactos/reactos/drivers/multimedia
Alex Ionescu 322d8b7398 - Enable ROS_LEAN_AND_MEAN if you want 50% smaller binaries and a 20MB reduction in memory usage.
- 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
2006-06-13 04:50:14 +00:00
..

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