currently for e.g. ubuntu the mixer module won't work as it uses pulseaudio as mixer

-> this needs to be implemented
-> as short "solution" I changed the default text from "dummy" to "No ALSA mixer found!"
  -> this gives the user at least a useful error message


SVN revision: 40149
This commit is contained in:
Andreas Volz 2009-04-17 20:16:56 +00:00
parent c88ec0590b
commit ea29023652
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ static const char *_name = NULL;
static void
_e_mixer_dummy_set(void)
{
if (!_name) _name = eina_stringshare_add("dummy");
if (!_name) _name = eina_stringshare_add("No ALSA mixer found!");
}
E_Mixer_System *