diff options
author | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-10-10 15:52:57 +0200 |
---|---|---|
committer | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-10-12 12:32:24 +0000 |
commit | 178a830b8ad85813b7bf0b271be79f3a8d3a6277 (patch) | |
tree | 8d31174db1ff79796c91588c2fc47fe1fbdad648 /MOST_UNICENS/wrap_unicens.h | |
parent | f938776e3cdeba1375a866e12f66a5b9c4151627 (diff) |
4a-hal-unicens: add Fiberdyne Master Volumeflounder_6.0.3flounder_6.0.2flounder/6.0.3flounder/6.0.26.0.36.0.2
Bug-AGL: SPEC-1758
As preparation before introducing UNICENS 4a plugin:
- Init volume library at first
- Add fiberdyne master volume
- Introduce commands sent by control messages
- Removes outdated controls
- Known issue: turn ALSA volume above "93" to hear some sound
Change-Id: I591c6b109a51c9da602ad08514b67c2ec573e09c
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
Diffstat (limited to 'MOST_UNICENS/wrap_unicens.h')
-rw-r--r-- | MOST_UNICENS/wrap_unicens.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MOST_UNICENS/wrap_unicens.h b/MOST_UNICENS/wrap_unicens.h index c28d13a..734ea5d 100644 --- a/MOST_UNICENS/wrap_unicens.h +++ b/MOST_UNICENS/wrap_unicens.h @@ -32,3 +32,4 @@ extern int wrap_ucs_subscribe_sync(); extern int wrap_ucs_getconfig_sync(const char *config_path, char **file_found);
extern int wrap_ucs_initialize_sync(const char* file_name);
extern int wrap_ucs_i2cwrite_sync(uint16_t node, uint8_t *data_ptr, uint8_t data_sz);
+extern int wrap_ucs_sendmessage(uint16_t src_addr, uint16_t msg_id, uint8_t *data_ptr, uint8_t data_sz);
|