diff options
author | Andrew Chant <achant@google.com> | 2018-02-05 15:16:41 -0800 |
---|---|---|
committer | Rohit kumar <rohitkr@codeaurora.org> | 2020-06-02 12:30:39 +0530 |
commit | bdc1fcf5f04b1bc2f97e9d449ced1c516f70d4af (patch) | |
tree | 5dd46f55f931a289bdf50b27355275aabe115da6 /include | |
parent | 6ef70e16da9c83db73861561d32830f6448db55d (diff) |
tinyalsa: add mixer_consume_event
mixer_consume_event consumes subscribed events from the mixer
in order to allow monitoring of mixer control value changed.
Diffstat (limited to 'include')
-rw-r--r-- | include/tinyalsa/mixer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tinyalsa/mixer.h b/include/tinyalsa/mixer.h index faeb957..6cd914a 100644 --- a/include/tinyalsa/mixer.h +++ b/include/tinyalsa/mixer.h @@ -136,6 +136,7 @@ int mixer_ctl_get_range_min(const struct mixer_ctl *ctl); int mixer_ctl_get_range_max(const struct mixer_ctl *ctl); +int mixer_consume_event(struct mixer *mixer); #if defined(__cplusplus) } /* extern "C" */ #endif |