| .. | .. | 
|---|
|  | 1 | +/* SPDX-License-Identifier: GPL-2.0+ */ | 
|---|
| 1 | 2 | /* | 
|---|
| 2 |  | - *  This program is free software; you can redistribute  it and/or modify it | 
|---|
| 3 |  | - *  under  the terms of  the GNU General  Public License as published by the | 
|---|
| 4 |  | - *  Free Software Foundation;  either version 2 of the  License, or (at your | 
|---|
| 5 |  | - *  option) any later version. | 
|---|
| 6 |  | - * | 
|---|
| 7 |  | - *  ALSA PCM interface for the Samsung SoC | 
|---|
|  | 3 | + * ALSA PCM interface for the Samsung SoC | 
|---|
| 8 | 4 | */ | 
|---|
| 9 | 5 |  | 
|---|
| 10 | 6 | #ifndef _SAMSUNG_DMA_H | 
|---|
| .. | .. | 
|---|
| 17 | 13 | * otherwise actual DMA channel names must be passed to this function. | 
|---|
| 18 | 14 | */ | 
|---|
| 19 | 15 | int samsung_asoc_dma_platform_register(struct device *dev, dma_filter_fn filter, | 
|---|
| 20 |  | -				       const char *tx, const char *rx); | 
|---|
|  | 16 | +				       const char *tx, const char *rx, | 
|---|
|  | 17 | +				       struct device *dma_dev); | 
|---|
| 21 | 18 | #endif /* _SAMSUNG_DMA_H */ | 
|---|