From: pete <zen...@ze...> - 2007-09-24 12:23:24
|
On Mon, 24 Sep 2007 02:43:50 +0100 pete <zen...@ze...> wrote: > even if it's only to better serve niche use > cases, i should probably look into making all > applicable drivers available at run time, even > if they aren't fully modularisabliated.. > > i made an attempt at modularisation but ran into > problems with the jack driver. (which opts for > what i think is properly referred to as a layer > violation, in order to get around limitations of > the existing driver api) i just had another go at this and it looks as though i managed to fight the jack encroachment all the way back to driver_jack.c by slightly extending the driver API. (i imagine torben was reluctant to alter the API for one reason or another). driver_jack.h was vanquished along the way too. good news for run time driver selection then. the jack branch is way out of sync so i'll commit there after i sort that out. man.. just look at all those branches rotting away. :( cheeorz pete. |