Changeset 181 for sbliveos2/trunk/drv16/waudio.hpp
- Timestamp:
- May 9, 2001, 7:44:25 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sbliveos2/trunk/drv16/waudio.hpp
r142 r181 32 32 #include "audiohw.hpp" 33 33 #include "irq.hpp" 34 35 #include <daudio.h> 34 36 35 37 // defines used to define the PCM, MULAW, and ALAW tables used by … … 83 85 // WAUDIO Class. 84 86 virtual void DevCaps(PAUDIO_CAPS pCaps); 87 virtual void DevCaps(LPDAUDIO_CAPS pCaps); 85 88 // configure the device for an operation 86 89 virtual void ConfigDev(STREAM *stream, PWAVECONFIGINFO pConfigInfo);
Note:
See TracChangeset
for help on using the changeset viewer.