aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/logging.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/logging.c')
-rw-r--r--src/common/logging.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common/logging.c b/src/common/logging.c
index 9116ec7b..2e952089 100644
--- a/src/common/logging.c
+++ b/src/common/logging.c
@@ -78,6 +78,12 @@ static struct log_info_cat bts_log_info_cat[] = {
.loglevel = LOGL_DEBUG,
.enabled = 0,
},
+ [DDSP] = {
+ .name = "DDSP",
+ .description = "DSP Trace Messages",
+ .loglevel = LOGL_DEBUG,
+ .enabled = 1,
+ },
[DABIS] = {
.name = "DABIS",
.description = "A-bis Intput Subsystem",