mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
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:
parent
c593c1d260
commit
59a8226184
9 changed files with 990 additions and 483 deletions
|
|
@ -256,6 +256,9 @@ ALSA_1.0.10 {
|
|||
snd_mixer_selem_set_capture_dB_all;
|
||||
snd_mixer_selem_compare;
|
||||
snd_mixer_sbasic_info;
|
||||
snd_mixer_sbasic_get_private;
|
||||
snd_mixer_sbasic_set_private;
|
||||
snd_mixer_sbasic_set_private_free;
|
||||
|
||||
snd_ctl_ext_create;
|
||||
snd_ctl_ext_delete;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue