Changeset 598 for GPL/trunk/lib32/sound.c
- Timestamp:
- Apr 3, 2017, 4:51:56 PM (8 years ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
-
Property svn:mergeinfo
set to
/GPL/branches/uniaud32-2.1.x merged eligible
-
Property svn:mergeinfo
set to
-
GPL/trunk/lib32/sound.c
r535 r598 329 329 ULONG format_mask; 330 330 struct snd_mask *mask; 331 int max_ch;331 //int max_ch; 332 332 333 333 dprintf(("OSS32_QueryDevCaps")); … … 773 773 ULONG periodbytes, minperiodbytes, maxperiodbytes; 774 774 BOOL fTryAgain = FALSE; 775 ULONG ulMinRate, ulMaxRate;775 //ULONG ulMinRate, ulMaxRate; 776 776 777 777 if(pHandle == NULL || pHandle->magic != MAGIC_WAVE_ALSA32) { … … 1063 1063 soundhandle *pHandle = (soundhandle *)streamid; 1064 1064 struct snd_pcm_status status; 1065 int iRet, align, iRet1; 1065 int iRet; 1066 //int align, iRet1; 1066 1067 LONG ulTransferred; 1067 ULONG ulPosition, ulI, ulJ, ulSize; 1068 char *buf; 1068 //ULONG ulPosition, ulI, ulJ; 1069 ULONG ulSize; 1070 //char *buf; 1069 1071 1070 1072 // return OSSERR_SUCCESS; … … 1109 1111 return OSSERR_BUFFER_FULL; 1110 1112 } 1113 1114 //dprintf(("WaveAddBuffer: ReqSize=%x Size=%x", ulReqSize, ulSize)); 1111 1115 1112 1116 //rprintf(("AddBuffer: state=%x avail=%x ReqSize=%x", status.state, status.avail, ulReqSize));
Note:
See TracChangeset
for help on using the changeset viewer.