e mixer - replace with epulse/emixer
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Mon, 8 Jun 2015 12:00:23 +0000 (21:00 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Mon, 8 Jun 2015 12:15:09 +0000 (21:15 +0900)
commit4f6df6b7ca186420a88ea5215f84f5a8ecf2b4f0
treeb97a682e8e4d383650f13de575d7f7761805d84b
parentd17851f7143536021c73f1c6ae6f51e814c45034
e mixer - replace with epulse/emixer

this is emixer (epulse) from

http://git.enlightenment.org/devs/ceolin/epulse.git

the emixer binar is rewritten though and the emix lib is compiled-in
into the module and into the binary as oppopsed to a shared lib with
loadable modules. this supports alsa and pulse. a much more solid mixer.
14 files changed:
configure.ac
po/POTFILES.in
src/modules/Makefile_mixer.mk
src/modules/mixer/.gitignore [new file with mode: 0644]
src/modules/mixer/e_mod_config.c [new file with mode: 0644]
src/modules/mixer/e_mod_config.h [new file with mode: 0644]
src/modules/mixer/e_mod_main.c [new file with mode: 0644]
src/modules/mixer/e_mod_main.h [new file with mode: 0644]
src/modules/mixer/emixer.c [new file with mode: 0644]
src/modules/mixer/lib/backends/alsa/alsa.c [new file with mode: 0644]
src/modules/mixer/lib/backends/pulseaudio/pulse.c [new file with mode: 0644]
src/modules/mixer/lib/backends/pulseaudio/pulse_ml.c [new file with mode: 0644]
src/modules/mixer/lib/emix.c [new file with mode: 0644]
src/modules/mixer/lib/emix.h [new file with mode: 0644]