From a53e3dda75f329f6f2060e8e760a1a4f7edbe45a Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 12 May 2010 07:27:12 -0700 Subject: Don't needlessly expose a variable for the backends --- Alc/oss.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Alc/oss.c') diff --git a/Alc/oss.c b/Alc/oss.c index 31367365..5fee7734 100644 --- a/Alc/oss.c +++ b/Alc/oss.c @@ -82,7 +82,7 @@ static ALuint OSSProc(ALvoid *ptr) ALint frameSize; ssize_t wrote; - EnableRTPrio(RTPrioLevel); + SetRTPriority(); frameSize = aluChannelsFromFormat(pDevice->Format) * aluBytesFromFormat(pDevice->Format); @@ -124,7 +124,7 @@ static ALuint OSSCaptureProc(ALvoid *ptr) int frameSize; int amt; - EnableRTPrio(RTPrioLevel); + SetRTPriority(); frameSize = aluBytesFromFormat(pDevice->Format); frameSize *= aluChannelsFromFormat(pDevice->Format); -- cgit v1.2.3