projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c88ec05
)
currently for e.g. ubuntu the mixer module won't work as it uses pulseaudio as mixer
author
Andreas Volz
<linux@brachttal.net>
Fri, 17 Apr 2009 20:16:56 +0000
(20:16 +0000)
committer
Andreas 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
patch
|
blob
|
history
diff --git
a/src/modules/mixer/sys_dummy.c
b/src/modules/mixer/sys_dummy.c
index
a942797
..
928dbdb
100644
(file)
--- a/
src/modules/mixer/sys_dummy.c
+++ b/
src/modules/mixer/sys_dummy.c
@@
-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 *