Changeset 621 for GPL/branches/uniaud32-next/lib32/ioctl.c
- Timestamp:
- Jan 1, 2021, 11:45:33 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/lib32/ioctl.c
r615 r621 291 291 for (i=0; i<pcms;i++) 292 292 { 293 pr_warn("pcm=%i",i);294 293 pcaps->nrDevices = nrCardsDetected; 295 294 pcaps->ulCaps = OSS32_CAPS_WAVE_PLAYBACK | OSS32_CAPS_WAVE_CAPTURE; … … 298 297 for(j=0;j<2;j++) 299 298 { 300 pr_warn("j=%i",j);301 299 PWAVE_CAPS pWaveCaps = (j == 0) ? &pcaps->waveOutCaps : &pcaps->waveInCaps; 302 300
Note:
See TracChangeset
for help on using the changeset viewer.