[alsa-devel] [PATCH 01/11] ucm: removed unused 'active' member in struct use_case_device

Liam Girdwood lrg at slimlogic.co.uk
Tue Dec 21 23:11:50 CET 2010


Signed-off-by: Liam Girdwood <lrg at slimlogic.co.uk>
---
 src/ucm/ucm_local.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/ucm/ucm_local.h b/src/ucm/ucm_local.h
index 9f71d42..13e82da 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;
 
-- 
1.7.1



More information about the Alsa-devel mailing list