Ignore:
Timestamp:
Apr 3, 2017, 4:51:56 PM (8 years ago)
Author:
David Azarewicz
Message:

Merged/reintegrated v2 branch into trunk. Trunk is now v2

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • GPL/trunk/lib32/sound.c

    r535 r598  
    329329        ULONG                            format_mask;
    330330        struct snd_mask                   *mask;
    331         int max_ch;
     331        //int max_ch;
    332332
    333333        dprintf(("OSS32_QueryDevCaps"));
     
    773773        ULONG                           periodbytes, minperiodbytes, maxperiodbytes;
    774774        BOOL                            fTryAgain = FALSE;
    775         ULONG ulMinRate, ulMaxRate;
     775        //ULONG ulMinRate, ulMaxRate;
    776776
    777777        if(pHandle == NULL || pHandle->magic != MAGIC_WAVE_ALSA32) {
     
    10631063        soundhandle        *pHandle = (soundhandle *)streamid;
    10641064        struct snd_pcm_status    status;
    1065         int                             iRet, align, iRet1;
     1065        int                             iRet;
     1066        //int align, iRet1;
    10661067        LONG                            ulTransferred;
    1067         ULONG                           ulPosition, ulI, ulJ, ulSize;
    1068         char                            *buf;
     1068        //ULONG                         ulPosition, ulI, ulJ;
     1069        ULONG ulSize;
     1070        //char                          *buf;
    10691071
    10701072//        return OSSERR_SUCCESS;
     
    11091111                        return OSSERR_BUFFER_FULL;
    11101112                }
     1113               
     1114                //dprintf(("WaveAddBuffer: ReqSize=%x Size=%x", ulReqSize, ulSize));
    11111115
    11121116                //rprintf(("AddBuffer: state=%x avail=%x ReqSize=%x", status.state, status.avail, ulReqSize));
Note: See TracChangeset for help on using the changeset viewer.