[Sound-open-firmware] [PATCH 1/2] comp: remove unused list in struct component.
20 Oct
2017
20 Oct
'17
9:56 a.m.
Not used so remove.
Signed-off-by: Liam Girdwood liam.r.girdwood@linux.intel.com --- src/include/reef/audio/component.h | 1 - 1 file changed, 1 deletion(-)
diff --git a/src/include/reef/audio/component.h b/src/include/reef/audio/component.h index db5f35b..8f5a508 100644 --- a/src/include/reef/audio/component.h +++ b/src/include/reef/audio/component.h @@ -186,7 +186,6 @@ struct comp_dev { struct comp_driver *drv;
/* lists */ - struct list_item list; /* list in components */ struct list_item bsource_list; /* list of source buffers */ struct list_item bsink_list; /* list of sink buffers */
--
2.11.0
2619
Age (days ago)
2619
Last active (days ago)
0 comments
1 participants
participants (1)
-
Liam Girdwood