forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/sound/soc/samsung/dma.h
....@@ -1,10 +1,6 @@
1
+/* SPDX-License-Identifier: GPL-2.0+ */
12 /*
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
84 */
95
106 #ifndef _SAMSUNG_DMA_H
....@@ -17,5 +13,6 @@
1713 * otherwise actual DMA channel names must be passed to this function.
1814 */
1915 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);
2118 #endif /* _SAMSUNG_DMA_H */