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)
This commit is contained in:
Jaroslav Kysela 2005-07-31 09:08:43 +00:00
parent c593c1d260
commit 59a8226184
9 changed files with 990 additions and 483 deletions

View file

@ -6,3 +6,7 @@ ac97 {
searchl "AC97a:"
lib smixer-ac97.so
}
hda {
searchl "HDA:"
lib smixer-hda.so
}