mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-09 13:30:03 -05:00
mixer API - extend simple enumerated controls for direction tests
Added snd_mixer_selem_is_enum_playback() and snd_mixer_selem_is_enum_capture() functions.
This commit is contained in:
parent
d9be3e3556
commit
5af75610f2
5 changed files with 38 additions and 3 deletions
|
|
@ -254,6 +254,8 @@ ALSA_1.0.10 {
|
|||
|
||||
snd_mixer_selem_set_playback_dB_all;
|
||||
snd_mixer_selem_set_capture_dB_all;
|
||||
snd_mixer_selem_is_enum_playback;
|
||||
snd_mixer_selem_is_enum_capture;
|
||||
snd_mixer_selem_compare;
|
||||
snd_mixer_sbasic_info;
|
||||
snd_mixer_sbasic_get_private;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue