drivers: dma: Apply DMA callback change to relevant drivers
Now the dma device instance is passed as parameter to the callback. Fixes #26923 Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
020dab824c
commit
6acee3dcba
19 changed files with 81 additions and 58 deletions
|
@ -949,7 +949,8 @@ static int configure_registers(struct device *dev,
|
|||
return 0;
|
||||
}
|
||||
|
||||
static void dmic_dma_callback(void *arg, uint32_t chan, int err_code)
|
||||
static void dmic_dma_callback(struct device *dev, void *arg,
|
||||
uint32_t chan, int err_code)
|
||||
{
|
||||
void *buffer;
|
||||
size_t size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue