mirror of
https://github.com/Fennix-Project/Drivers.git
synced 2025-05-25 22:14:31 +00:00
Remove AC'97 test code
This commit is contained in:
parent
31c0898bff
commit
22a8a38a80
@ -245,9 +245,6 @@ int CallbackHandler(KernelCallback *Data)
|
||||
}
|
||||
case SendReason:
|
||||
{
|
||||
for (size_t i = 0; i < 10; i++)
|
||||
KAPI->Util.Sleep(1000);
|
||||
return OK;
|
||||
unsigned char *Buffer = (unsigned char *)Data->AudioCallback.Send.Data;
|
||||
unsigned int Length = Data->AudioCallback.Send.Length;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user