rockchip_pcm.h 217 B

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