mirror of https://github.com/thesofproject/sof.git
dma: fix comment for num_channels_busy
Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
This commit is contained in:
parent
b0affc18c3
commit
7b137b4056
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue