]> git.alsa-project.org Git - alsa-lib.git/commitdiff
ucm: removed unused 'active' member in struct use_case_device
authorLiam Girdwood <lrg@slimlogic.co.uk>
Tue, 21 Dec 2010 22:11:50 +0000 (23:11 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 22 Dec 2010 07:03:46 +0000 (08:03 +0100)
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
src/ucm/ucm_local.h

index 9f71d42be6512d51534bc270284a36bafbd2fc6e..13e82da958dcedf86cc84fc6dc8f5fd6dbd5197b 100644 (file)
@@ -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;