root/sound/soc/rockchip/rockchip_pcm.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0-only */
   2 /*
   3  * Copyright (c) 2018 Rockchip Electronics Co. Ltd.
   4  */
   5 
   6 #ifndef _ROCKCHIP_PCM_H
   7 #define _ROCKCHIP_PCM_H
   8 
   9 int rockchip_pcm_platform_register(struct device *dev);
  10 
  11 #endif

/* [<][>][^][v][top][bottom][index][help] */