mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
Reverted back the PCM API.
New snd_pcm_hw_params_* functions are available only explicitly when ALSA_PCM_NEW_HW_PARAMS_API is defined. Updated documentation and test code to new API.
This commit is contained in:
parent
ec415ef3a9
commit
7f3942d827
15 changed files with 528 additions and 65 deletions
|
|
@ -1,5 +1,9 @@
|
|||
ALSA_0.9 {
|
||||
global:
|
||||
__snd_*;
|
||||
_snd_*;
|
||||
snd_*;
|
||||
local:
|
||||
*;
|
||||
};
|
||||
ALSA_0.9.0rc4 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue