From 94f7587d1a15556ce1f0118a4af0ea73f75b2903 Mon Sep 17 00:00:00 2001 From: deadwood Date: Sat, 10 Oct 2015 19:35:02 +0000 Subject: [PATCH] alsa.audio: increase the priority of slave task to match other audio drivers git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@51142 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/devs/AHI/Drivers/Alsa/alsa-main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workbench/devs/AHI/Drivers/Alsa/alsa-main.c b/workbench/devs/AHI/Drivers/Alsa/alsa-main.c index 147221519c..b88d7f858d 100644 --- a/workbench/devs/AHI/Drivers/Alsa/alsa-main.c +++ b/workbench/devs/AHI/Drivers/Alsa/alsa-main.c @@ -188,7 +188,7 @@ _AHIsub_Start( ULONG flags, { { NP_Entry, (IPTR) &slaveentry }, { NP_Name, (IPTR) LibName }, - { NP_Priority, 50 }, + { NP_Priority, 127 }, { TAG_DONE, 0 } }; -- 2.11.4.GIT