summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiam Girdwood <lrg@slimlogic.co.uk>2010-12-21 23:11:50 +0100
committerJaroslav Kysela <perex@perex.cz>2010-12-22 08:03:46 +0100
commit54e9639b626a110637910a65020f672efe848675 (patch)
treef3595fbaf8b2b8fc2398cb4b3675200eb2083019
parent7d3de218ce967c46c76b80ed8ee4380c4adcdb90 (diff)
downloadalsa-lib-54e9639b626a110637910a65020f672efe848675.tar.gz
ucm: removed unused 'active' member in struct use_case_device
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
-rw-r--r--src/ucm/ucm_local.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ucm/ucm_local.h b/src/ucm/ucm_local.h
index 9f71d42b..13e82da9 100644
--- a/src/ucm/ucm_local.h
+++ b/src/ucm/ucm_local.h
@@ -115,8 +115,6 @@ struct use_case_device {
struct list_head list;
struct list_head active_list;
- unsigned int active: 1;
-
char *name;
char *comment;