13 Jun
2018
13 Jun
'18
9:35 a.m.
On Tue, 2018-06-12 at 11:31 -0700, Ranjani Sridharan wrote:
Signed-off-by: Ranjani Sridharan ranjani.sridharan@linux.intel.com
src/include/sof/dma.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/include/sof/dma.h b/src/include/sof/dma.h index e0424b2..b8d3974 100644 --- a/src/include/sof/dma.h +++ b/src/include/sof/dma.h @@ -144,7 +144,7 @@ struct dma { struct dma_plat_data plat_data; spinlock_t lock; const struct dma_ops *ops;
- atomic_t num_channels_busy; /* number of channels draining */
- atomic_t num_channels_busy; /* number of busy channels */ void *private;
};
All patches applied.
Thanks
Liam