Changeset 677 for GPL/branches/uniaud32-next/lib32/ioctl.c
- Timestamp:
- Feb 27, 2021, 9:36:54 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/lib32/ioctl.c
r675 r677 21 21 #include "soundoss.h" 22 22 23 #include <kee.h> 23 24 #include <u32ioctl.h> 24 25 … … 61 62 { 62 63 int ctl_id; 63 ULONG blkid = 0;64 64 int i = 0; 65 65 … … 77 77 return -ETIME; 78 78 79 MyDevBlock(blkid, 1, 0);79 KernBlock((ULONG)&WaitForControlChange, 1, 0, 0, 0); 80 80 if (unlock_all) 81 81 { … … 89 89 int WaitForPCMInterrupt(void *handle, int timeout) 90 90 { 91 ULONG blkid = 0;92 91 int i = 0; 93 92 int j = 0; … … 143 142 } 144 143 145 MyDevBlock(blkid, 1, 0);144 KernBlock((ULONG)&WaitForPCMInterrupt, 1, 0, 0, 0); 146 145 if (unlock_all) 147 146 {
Note:
See TracChangeset
for help on using the changeset viewer.