source: cmedia/trunk/Drv16/ioctl.h@ 354

Last change on this file since 354 was 354, checked in by stevenhl, 17 years ago

Import untested baseline cmedia sources, work products and binaries
Binaries and work products should be deleted from repository.
once new builds are verified to work.

File size: 273 bytes
Line 
1#ifndef __IOCTL_H__
2#define __IOCTL_H__
3
4void MixerInit(void);
5void MixerChangeNotify(USHORT usCallerID);
6void MixerChangeCleanup(USHORT usCallerID);
7
8extern BOOL fRecSrcIOCTL90;
9extern BOOL fRecGainIOCTL90;
10extern BOOL fStreamVolIOCTL90;
11
12#endif //__IOCTL_H__
Note: See TracBrowser for help on using the repository browser.