On Fri, 2010-11-05 at 15:23 -0600, abraham duenas wrote:
ok I changed to this form in the SectionDefaults at SDP4430.conf: cset "name='Capture Preamplifier Volume' 0,0" cset "name='Capture Volume' 0,0" cset "name='Aux FM Volume' 0,0" ... and so on.... and on "hifi" is remove all "index=X" references...
Some things I noticed is that at parse_sequence function in /ucm/parser.c the 'const char *id' never matches 'cset' or 'sleep' or 'exec' when parsing SectionDevice of the verb file. And in "execute_sequence" function of the the /ucm/main.c it never gets into the "list_for_each" cycle which in turn would show me the " uc_error("cset not yet implemented: '%s'", s->data.cset);"
Ok, so either your config is different compared to Jaroslav's or there is a bug in the parser. I'd expect you to see the "cset not implemented" warning so can you try your Jaroslav's config with your debug trace.
Thanks
Liam