OSDN Git Service

more simple mixer - basic abstraction - work
authorJaroslav Kysela <perex@perex.cz>
Thu, 16 Jun 2005 11:59:26 +0000 (11:59 +0000)
committerJaroslav Kysela <perex@perex.cz>
Thu, 16 Jun 2005 11:59:26 +0000 (11:59 +0000)
commitce67d5389bbcef1dbe4b6c1643be23ee767c30bd
treeab4c44de29d102e85bd4c3fb024c87d36b678a68
parent3656a6639791ec58ff781e54b0a28b54ea2f6c03
more simple mixer - basic abstraction - work
- midlayer cleanups and simplification
- probably broke the "none" abstraction code somehow (not intensively tested
  midlayer changes)
- trying to implement ac97 module
  - far from finished
  - common code should be moved to alsa-lib as core for other modules
  - perhaps simple_abst.c can be based on this common code, too
include/mixer.h
include/mixer_abst.h
src/Versions
src/mixer/mixer.c
src/mixer/simple.c
src/mixer/simple/ac97.c
src/mixer/simple_abst.c
src/mixer/simple_none.c