nt9856x/BSP/linux-kernel/sound/soc/rockchip/rockchip_pcm.h
2023-03-28 15:07:53 +08:00

15 lines
363 B
C

/*
* Copyright (c) 2018 Rockchip Electronics Co. Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef _ROCKCHIP_PCM_H
#define _ROCKCHIP_PCM_H
int rockchip_pcm_platform_register(struct device *dev);
#endif