mixer: load module config in e_modapi_init(), same as others

This commit is contained in:
Jérémy Zurcher 2013-12-06 09:50:39 +01:00
parent 9456e88504
commit be68dc962e
1 changed files with 4 additions and 0 deletions

View File

@ -1350,6 +1350,10 @@ e_modapi_init(E_Module *m)
if (!ctxt)
return NULL;
_mixer_module_configuration_setup(ctxt);
if (!ctxt->conf)
return NULL;
_mixer_configure_registry_register();
e_gadcon_provider_register(&_gc_class);
if (!e_mixer_pulse_init()) e_mixer_default_setup();