Changeset 390 for GPL/trunk/drv32/idc.c


Ignore:
Timestamp:
Oct 8, 2008, 7:52:36 PM (17 years ago)
Author:
rjerant
Message:

Port OSS32_WaveGetHwPtr() to Uniaud32 1.1.4 from Uniaud32 2.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/drv32/idc.c

    r265 r390  
    137137  }
    138138
     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
    139148  case IDC32_WAVE_SETVOLUME:
    140149       return OSS32_WaveSetVolume(pPacket->streamid, pPacket->setwavevol.volume);
Note: See TracChangeset for help on using the changeset viewer.