]> git.alsa-project.org Git - alsa-lib.git/commit
The simple mixer abstraction - more work
authorJaroslav Kysela <perex@perex.cz>
Sun, 31 Jul 2005 09:08:43 +0000 (09:08 +0000)
committerJaroslav Kysela <perex@perex.cz>
Sun, 31 Jul 2005 09:08:43 +0000 (09:08 +0000)
commit59a8226184c305edc4a1f8873981f366444ccdbd
tree1b759a821e997bcf6bc5d30c34c04e6403b197dd
parentc593c1d260c9bfba4619ff98a9aba2d9452da7fa
The simple mixer abstraction - more work
- separated the "base library" from ac97.c (dynamically loaded)
  - added necessary handling of all private structures
  - added selector and sid registration functions and handling code
- added basic code for hda.c (yeah, my notebook has this hw)
src/Versions
src/conf/smixer.conf
src/mixer/simple/Makefile.am
src/mixer/simple/ac97.c
src/mixer/simple/hda.c [new file with mode: 0644]
src/mixer/simple/sbase.c [new file with mode: 0644]
src/mixer/simple/sbase.h [new file with mode: 0644]
src/mixer/simple/sbasedl.c [new file with mode: 0644]
src/mixer/simple_abst.c