aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/solaris.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/solaris.c')
-rw-r--r--Alc/solaris.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/solaris.c b/Alc/solaris.c
index e60ac976..08ebdb4c 100644
--- a/Alc/solaris.c
+++ b/Alc/solaris.c
@@ -57,7 +57,7 @@ static ALuint SolarisProc(ALvoid *ptr)
ALint frameSize;
int wrote;
- EnableRTPrio(RTPrioLevel);
+ SetRTPriority();
frameSize = aluChannelsFromFormat(pDevice->Format) *
aluBytesFromFormat(pDevice->Format);