mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-23 08:56:45 -05:00
Initial implementation of PCM simple API extension.
This commit is contained in:
parent
25f864b059
commit
a190b87d94
4 changed files with 292 additions and 2 deletions
|
|
@ -144,3 +144,11 @@ ALSA_0.9.8 {
|
|||
snd_ctl_elem_remove;
|
||||
snd_hctl_poll_descriptors_revents;
|
||||
} ALSA_0.9.7;
|
||||
|
||||
ALSA_1.0.4 {
|
||||
global:
|
||||
|
||||
snd_spcm_init;
|
||||
snd_spcm_init_duplex;
|
||||
snd_spcm_init_get_params;
|
||||
} ALSA_0.9.8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue