mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-09 13:30:03 -05:00
implementation of pcm simple helper function
- snd_pcm_recovery() - snd_pcm_set_params() - snd_pcm_get_params()
This commit is contained in:
parent
a5bb9c6b53
commit
23f7e58fa1
3 changed files with 257 additions and 0 deletions
|
|
@ -266,3 +266,11 @@ ALSA_1.0.10 {
|
|||
snd_ctl_ext_delete;
|
||||
|
||||
} ALSA_1.0.9;
|
||||
|
||||
ALSA_1.0.11 {
|
||||
global:
|
||||
|
||||
snd_pcm_recover;
|
||||
snd_pcm_set_params;
|
||||
snd_pcm_get_params;
|
||||
} ALSA_1.0.10;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue