Changeset 479 for GPL/trunk/lib32/sound.c
- Timestamp:
- May 1, 2010, 9:49:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/lib32/sound.c
r475 r479 36 36 #include <stacktoflat.h> 37 37 #include <stdlib.h> 38 #include <proto.h> 38 39 #include "soundoss.h" 39 40 … … 1112 1113 1113 1114 #ifdef DEBUG 1114 printk("OSS32_WaveAddBuffer N:%d hw % d app %d avail %d, orig size: %d, size %d\n",CountWv, samples_to_bytes(status.hw_ptr), samples_to_bytes(status.appl_ptr), samples_to_bytes(status.avail), size1, size);1115 printk("OSS32_WaveAddBuffer N:%d hw %x app %x avail %x, orig size: %x, size %x\n",CountWv, samples_to_bytes(status.hw_ptr), samples_to_bytes(status.appl_ptr), samples_to_bytes(status.avail), size1, size); 1115 1116 #endif 1116 1117 … … 1325 1326 } 1326 1327 //****************************************************************************** 1327 //****************************************************************************** 1328 1328
Note:
See TracChangeset
for help on using the changeset viewer.