DJ Lucas wrote:
> 
> Next issue with this is the sample soundfont loading. 

Okay.  The device specific scripts are run after the generic script are
run.  So that /etc/dev.d/snd/alsa.dev is run, then for each card
(control?) ex:0 /etc/dev.d/snd/control0/alsa.dev is run.  In this case,
all soundcard volumes are restored by the alsa.dev script which is
called everytime a sound device is created...so I had to adjust the
previous script to do the case first.  Now if the device node created is
controlC[0-7] then the script enters the while loop or exits
immediately.  Explicitly when the controlC[0-7] is created, it will fire
off the scripts in the /etc/dev.d/snd/controlC[0-7], which only if
needed, contain the sfxload script. Sequential scripts can do anthing
else you want to setup on that soundcard (alsa1.dev, alsa2.dev...).
This setup works a lot better.

Bruce.  This bug too was dropped to 6.2.  Are we okay to pretty this one
up and get it into the 6.1?

-- DJ Lucas
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to