mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-23 08:56:45 -05:00
API for device name lists and timer enhancements
- new snd_names_list and snd_names_list_free functions - added snd_timer_ginfo related functions to the timer API
This commit is contained in:
parent
f658e3e148
commit
a022bc1fbc
6 changed files with 388 additions and 2 deletions
18
src/Versions
18
src/Versions
|
|
@ -174,6 +174,9 @@ ALSA_1.0.8 {
|
|||
ALSA_1.0.9 {
|
||||
global:
|
||||
|
||||
snd_names_list;
|
||||
snd_names_list_free;
|
||||
|
||||
snd_pcm_hw_params_set_rate_resample;
|
||||
snd_pcm_hw_params_get_rate_resample;
|
||||
|
||||
|
|
@ -194,4 +197,19 @@ ALSA_1.0.9 {
|
|||
|
||||
snd_pcm_parse_control_id;
|
||||
|
||||
snd_timer_ginfo_sizeof;
|
||||
snd_timer_ginfo_malloc;
|
||||
snd_timer_ginfo_free;
|
||||
snd_timer_ginfo_copy;
|
||||
snd_timer_ginfo_set_tid;
|
||||
snd_timer_ginfo_get_tid;
|
||||
snd_timer_ginfo_get_flags;
|
||||
snd_timer_ginfo_get_card;
|
||||
snd_timer_ginfo_get_id;
|
||||
snd_timer_ginfo_get_name;
|
||||
snd_timer_ginfo_get_resolution;
|
||||
snd_timer_ginfo_get_resolution_min;
|
||||
snd_timer_ginfo_get_resolution_max;
|
||||
snd_timer_ginfo_get_clients;
|
||||
|
||||
} ALSA_1.0.5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue