mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added ctl_elem_lock and unlock...
This commit is contained in:
parent
996be745d1
commit
192d3c9226
2 changed files with 4 additions and 0 deletions
|
|
@ -111,6 +111,8 @@ typedef struct {
|
|||
snd_ctl_elem_info_t element_info;
|
||||
snd_ctl_elem_value_t element_read;
|
||||
snd_ctl_elem_value_t element_write;
|
||||
snd_ctl_elem_id_t element_lock;
|
||||
snd_ctl_elem_id_t element_unlock;
|
||||
snd_hwdep_info_t hwdep_info;
|
||||
snd_pcm_info_t pcm_info;
|
||||
int pcm_prefer_subdevice;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue