mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-09 13:30:03 -05:00
Control API - add TLV support
snd_ctl_elem_tlv_read snd_ctl_elem_tlv_write snd_ctl_elem_tlv_command snd_ctl_elem_info_is_tlv_readable snd_ctl_elem_info_is_tlv_writable snd_ctl_elem_info_is_tlv_commandable snd_hctl_elem_tlv_read snd_hctl_elem_tlv_write snd_hctl_elem_tlv_command
This commit is contained in:
parent
408697bfe2
commit
c7a0708a23
7 changed files with 248 additions and 4 deletions
14
src/Versions
14
src/Versions
|
|
@ -274,3 +274,17 @@ ALSA_1.0.11 {
|
|||
snd_pcm_set_params;
|
||||
snd_pcm_get_params;
|
||||
} ALSA_1.0.10;
|
||||
|
||||
ALSA_1.0.12 {
|
||||
global:
|
||||
|
||||
snd_ctl_elem_tlv_read;
|
||||
snd_ctl_elem_tlv_write;
|
||||
snd_ctl_elem_tlv_command;
|
||||
snd_ctl_elem_info_is_tlv_readable;
|
||||
snd_ctl_elem_info_is_tlv_writable;
|
||||
snd_ctl_elem_info_is_tlv_commandable;
|
||||
snd_hctl_elem_tlv_read;
|
||||
snd_hctl_elem_tlv_write;
|
||||
snd_hctl_elem_tlv_command;
|
||||
} ALSA_1.0.11;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue