Changeset 675 for GPL/branches/uniaud32-next/lib32/ioctl.c
- Timestamp:
- Feb 15, 2021, 9:44:30 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/lib32/ioctl.c
r644 r675 21 21 #include "soundoss.h" 22 22 23 #include <u32ioctl.h> 24 23 25 POSS32_DEVCAPS pcmcaps[8] = {0,0,0,0,0,0,0,0}; 24 26 extern int pcm_device; … … 34 36 int card_id_changed = 0; 35 37 int unlock_all = 0; 36 int GetUniaudPcmCaps(ULONG deviceid, void *caps);37 void FillCaps(ULONG deviceid);38 38 int pcm_instances(int card_id); 39 39 … … 180 180 } 181 181 182 /* 182 183 int GetPcmForChannels(ULONG deviceid, int type, int channels) 183 184 { … … 220 221 return sel_pcm; 221 222 } 223 */ 222 224 223 225 int GetMaxChannels(ULONG deviceid, int type) … … 262 264 returns pcm caps 263 265 */ 264 int GetUniaudPcmCaps1(ULONG deviceid, void *caps)266 static int GetUniaudPcmCaps1(ULONG deviceid, void *caps) 265 267 { 266 268 POSS32_DEVCAPS pcaps = (POSS32_DEVCAPS)caps;
Note:
See TracChangeset
for help on using the changeset viewer.