diff options
author | Taylor Holberton <taylorcholberton@gmail.com> | 2016-12-02 11:33:56 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-02 11:33:56 -0800 |
commit | 48e60721e94765d20bd8cf0efc0dce030954614b (patch) | |
tree | b35ed3a9c05cd0e14d51e28b2cd7c01b2f76d296 /include | |
parent | 15e6231a1b3455fff50c9912f227efae91666d1f (diff) | |
parent | fd3290357ea02f871a10eec208697fb97d578fe6 (diff) |
Merge pull request #90 from rfvirgil/control-update
mixer: add ability to update control list with new controls
Diffstat (limited to 'include')
-rw-r--r-- | include/tinyalsa/mixer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tinyalsa/mixer.h b/include/tinyalsa/mixer.h index f743f6e..d82d4b1 100644 --- a/include/tinyalsa/mixer.h +++ b/include/tinyalsa/mixer.h @@ -69,6 +69,8 @@ struct mixer *mixer_open(unsigned int card); void mixer_close(struct mixer *mixer); +int mixer_add_new_ctls(struct mixer *mixer); + const char *mixer_get_name(const struct mixer *mixer); unsigned int mixer_get_num_ctls(const struct mixer *mixer); |