summaryrefslogtreecommitdiffstats
path: root/sound/soc/rockchip/rockchip_pcm.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sound/soc/rockchip/rockchip_pcm.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/sound/soc/rockchip/rockchip_pcm.h b/sound/soc/rockchip/rockchip_pcm.h
new file mode 100644
index 000000000..7f00e2ce3
--- /dev/null
+++ b/sound/soc/rockchip/rockchip_pcm.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/*
+ * Copyright (c) 2018 Rockchip Electronics Co. Ltd.
+ */
+
+#ifndef _ROCKCHIP_PCM_H
+#define _ROCKCHIP_PCM_H
+
+int rockchip_pcm_platform_register(struct device *dev);
+
+#endif