Changeset 390 for GPL/trunk/drv32/idc.c
- Timestamp:
- Oct 8, 2008, 7:52:36 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/drv32/idc.c
r265 r390 137 137 } 138 138 139 case IDC32_WAVE_GETHWPTR: 140 { 141 ULONG position = 0; 142 rc = OSS32_WaveGetHwPtr(pPacket->streamid, &position); 143 pPacket->getpos.position = position; 144 return rc; 145 } 146 147 139 148 case IDC32_WAVE_SETVOLUME: 140 149 return OSS32_WaveSetVolume(pPacket->streamid, pPacket->setwavevol.volume);
Note:
See TracChangeset
for help on using the changeset viewer.