summaryrefslogtreecommitdiff
path: root/src/ucm/ucm_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ucm/ucm_local.h')
-rw-r--r--src/ucm/ucm_local.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ucm/ucm_local.h b/src/ucm/ucm_local.h
index 3060f960..9f71d42b 100644
--- a/src/ucm/ucm_local.h
+++ b/src/ucm/ucm_local.h
@@ -183,6 +183,10 @@ struct snd_use_case_mgr {
/* locking */
pthread_mutex_t mutex;
+
+ /* change to list of ctl handles */
+ snd_ctl_t *ctl;
+ char *ctl_dev;
};
#define uc_error SNDERR