Audio:
[firefly-linux-kernel-4.4.55.git] / sound / soc / rockchip / rk_pcm.h
1 /*
2  * rockchip-pcm.h - ALSA PCM interface for the Rockchip rk28 SoC
3  *
4  * Driver for rockchip iis audio
5  *
6  *
7  * This program is free software; you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License version 2 as
9  * published by the Free Software Foundation.
10  */
11
12 #ifndef _ROCKCHIP_PCM_H
13 #define _ROCKCHIP_PCM_H
14
15 int rockchip_pcm_platform_register(struct device *dev);
16 int rockchip_pcm_platform_unregister(struct device *dev);
17
18 #endif /* _ROCKCHIP_PCM_H */