dmaengine: call acpi_dma_request_slave_channel as well
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 9 Apr 2013 11:05:44 +0000 (14:05 +0300)
committerVinod Koul <vinod.koul@intel.com>
Mon, 15 Apr 2013 16:34:10 +0000 (22:04 +0530)
commit4e82f5ddd1e46fadc3a3c5aafdaec2d1416de9fe
treefe0857f3c09d919d7acc7044d518ec5d3942aca8
parent1b2e98bc1e35ebe1f65c3db62c8317096ad7f2c8
dmaengine: call acpi_dma_request_slave_channel as well

The slave device could be enumerated by ACPI. In that case the
dma_request_slave_channel should use the acpi_dma_request_slave_channel()
helper.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/dmaengine.c