]> git.alsa-project.org Git - alsa-lib.git/commit
moved simple mixer abstraction modules to modules/mixer/simple directory
authorJaroslav Kysela <perex@perex.cz>
Mon, 22 Aug 2005 12:07:55 +0000 (12:07 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 22 Aug 2005 12:07:55 +0000 (12:07 +0000)
commita33c78ddd8c16fde85b1b3f7b3b3661238125e96
tree89309a89ca9785da2aa582e024f5655603f5d361
parent19ac270f1eee5f23e710b8da3d18f08c231b350e
moved simple mixer abstraction modules to modules/mixer/simple directory
Compile dynamic modules outside the alsa-lib tree to allow linking them
against libasound.so - proper versions of dynamic symbols.
12 files changed:
Makefile.am
configure.in
include/mixer_abst.h
modules/Makefile.am [new file with mode: 0644]
modules/mixer/Makefile.am [new file with mode: 0644]
modules/mixer/simple/Makefile.am [moved from src/mixer/simple/Makefile.am with 74% similarity]
modules/mixer/simple/ac97.c [moved from src/mixer/simple/ac97.c with 100% similarity]
modules/mixer/simple/hda.c [moved from src/mixer/simple/hda.c with 100% similarity]
modules/mixer/simple/sbase.c [moved from src/mixer/simple/sbase.c with 100% similarity]
modules/mixer/simple/sbase.h [moved from src/mixer/simple/sbase.h with 100% similarity]
modules/mixer/simple/sbasedl.c [moved from src/mixer/simple/sbasedl.c with 100% similarity]
src/mixer/Makefile.am