1 /* SPDX-License-Identifier: GPL-2.0+ */ 1 2 /* 3 * ALSA PCM interface for the Samsung SoC 4 */ 5 6 #ifndef _SAMSUNG_DMA_H 7 #define _SAMSUNG_DMA_H 8 9 #include <sound/dmaengine_pcm.h> 10 11 /* 12 * @tx, @rx arguments can be NULL if the DMA c 13 * otherwise actual DMA channel names must be 14 */ 15 int samsung_asoc_dma_platform_register(struct 16 const c 17 struct 18 #endif /* _SAMSUNG_DMA_H */ 19
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.