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
This commit is contained in:
Jaroslav Kysela 2005-06-16 11:59:26 +00:00
parent 3656a66397
commit ce67d5389b
8 changed files with 856 additions and 298 deletions

View file

@ -224,6 +224,8 @@ ALSA_1.0.10 {
snd_mixer_get_hctl;
snd_mixer_elem_get_private;
snd_mixer_attach_hctl;
snd_mixer_detach_hctl;
snd_mixer_class_register;
snd_mixer_add_elem;
@ -253,6 +255,7 @@ ALSA_1.0.10 {
snd_mixer_selem_set_playback_dB_all;
snd_mixer_selem_set_capture_dB_all;
snd_mixer_selem_compare;
snd_mixer_sbasic_info;
snd_ctl_ext_create;
snd_ctl_ext_delete;