implementation of pcm simple helper function

- snd_pcm_recovery()
- snd_pcm_set_params()
- snd_pcm_get_params()
This commit is contained in:
Jaroslav Kysela 2006-01-06 19:59:56 +00:00
parent a5bb9c6b53
commit 23f7e58fa1
3 changed files with 257 additions and 0 deletions

View file

@ -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;