commit | 11f932ec221ee07c3a9d49e83df7d44b13f8885f | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Tue Jun 19 13:34:06 2012 +0300 |
committer | Vinod Koul <vinod.koul@linux.intel.com> | Thu Jun 21 08:05:36 2012 +0530 |
tree | 50ecf0a3a546dc6f7f7ca8d9f69553230cb9f9e1 | |
parent | 2e4c364e151ba9085c77836733af36d3bd0e8ffd [diff] |
dw_dmac: disable dma in optimal way in probe The dw_dma_off call needs to have the all_chan_mask calculated. So, done this calculations before the call. Moreover, remove duplicate code that masks the DMA interrupts. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Viresh Kumar <viresh.linux@gmail.com> Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>