From 22a8a38a80b68c963d53a756b221f2aba69439ac Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 23 Mar 2023 20:53:45 +0200 Subject: [PATCH] Remove AC'97 test code --- Audio/AudioCodec97/AudioCodec97Driver.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Audio/AudioCodec97/AudioCodec97Driver.cpp b/Audio/AudioCodec97/AudioCodec97Driver.cpp index 8291acbf..1555881e 100644 --- a/Audio/AudioCodec97/AudioCodec97Driver.cpp +++ b/Audio/AudioCodec97/AudioCodec97Driver.cpp @@ -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;