diff options
author | fulup <fulup.arfoll@iot.bzh> | 2017-06-27 14:24:38 +0200 |
---|---|---|
committer | fulup <fulup.arfoll@iot.bzh> | 2017-06-27 14:25:53 +0200 |
commit | 6c0d556e956eaf1f4eea734d7313d258dd75b878 (patch) | |
tree | 3308e313b6520ea4469ecce5fdc1dbd6850e1882 /HAL-afb/HAL-interface/hal-interface.h | |
parent | 0fe1ff36dcc75149481d8071a1806c5408f70acc (diff) |
Work in Progress
Diffstat (limited to 'HAL-afb/HAL-interface/hal-interface.h')
-rw-r--r-- | HAL-afb/HAL-interface/hal-interface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/HAL-afb/HAL-interface/hal-interface.h b/HAL-afb/HAL-interface/hal-interface.h index cebbd21..6aebb6e 100644 --- a/HAL-afb/HAL-interface/hal-interface.h +++ b/HAL-afb/HAL-interface/hal-interface.h @@ -23,12 +23,14 @@ typedef struct { halCtlsEnumT control; + char* name; int numid; halGroupEnumT group; int values; int minval; int maxval; int step; + snd_ctl_elem_type_t type; halAclEnumT acl; } alsaHalCtlMapT; |