currently for e.g. ubuntu the mixer module won't work as it uses pulseaudio as mixer
authorAndreas Volz <linux@brachttal.net>
Fri, 17 Apr 2009 20:16:56 +0000 (20:16 +0000)
committerAndreas Volz <linux@brachttal.net>
Fri, 17 Apr 2009 20:16:56 +0000 (20:16 +0000)
-> 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

src/modules/mixer/sys_dummy.c

index a942797..928dbdb 100644 (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 *