WIP FPC-III support
[linux/fpc-iii.git] / sound / soc / ti / udma-pcm.h
blob9ed588fd79b9f89ffd5d61f33230a4250713e628
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Copyright (C) 2018 Texas Instruments Incorporated - https://www.ti.com
4 */
6 #ifndef __UDMA_PCM_H__
7 #define __UDMA_PCM_H__
9 #if IS_ENABLED(CONFIG_SND_SOC_TI_UDMA_PCM)
10 int udma_pcm_platform_register(struct device *dev);
11 #else
12 static inline int udma_pcm_platform_register(struct device *dev)
14 return 0;
16 #endif /* CONFIG_SND_SOC_TI_UDMA_PCM */
18 #endif /* __UDMA_PCM_H__ */