Linux 4.16.11
[linux/fpc-iii.git] / sound / soc / samsung / dma.h
blob7ae580d677c82228edb025b0780e8e2f748d3cf0
1 /*
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.
7 * ALSA PCM interface for the Samsung SoC
8 */
10 #ifndef _SAMSUNG_DMA_H
11 #define _SAMSUNG_DMA_H
13 #include <sound/dmaengine_pcm.h>
16 * @tx, @rx arguments can be NULL if the DMA channel names are "tx", "rx",
17 * otherwise actual DMA channel names must be passed to this function.
19 int samsung_asoc_dma_platform_register(struct device *dev, dma_filter_fn filter,
20 const char *tx, const char *rx);
21 #endif /* _SAMSUNG_DMA_H */