8 Jul
2007
8 Jul
'07
8:08 p.m.
On Tue, 03 Jul 2007 16:11:58 -0300 Fausto Carvalho Marques SIlva fausto@tse.gov.br wrote:
I have a hard job...to remove dynamic configuration from alsa-lib (conf.c,confmisc.c). I found it difficult because snd_conf_* functions are spread all over *.c files. Is there am easy way of doing it ? Does anyone have some "guidelines" of doing it? Any help is wellcome...
I haven't had a look at the code, but perhaps you can replace all the snd_conf_* functions with copies that do nothing, so you don't have to change all the callers.
-- Giuliano.