summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorManuel Bachmann <manuel.bachmann@iot.bzh>2016-07-06 10:16:36 +0200
committerYannick Gicquel <yannick.gicquel@iot.bzh>2016-10-11 17:09:07 +0200
commit2478974dfde05063cbf0233e3d3c434ca2f46c7c (patch)
tree86395f3b4c2c35261e051c237d7ae17f9ca3994a /config.h
parentf259ec53101a3754cd2da24a369ea48bb1947e62 (diff)
Map labels to classes, map routing groups to audio adapters
Change-Id: I563aa146eba8de594900c02b44f19f526a5cdc0e Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 1430824..f39c9fb 100644
--- a/config.h
+++ b/config.h
@@ -34,6 +34,7 @@ typedef struct {
typedef struct {
agl_direction type; /* agl_input/agl_output */
const char *name;
+ const char *node_desc;
agl_rtgroup_accept_t accept;
agl_rtgroup_compare_t compare;
} rtgroup_def;