mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 02:04:19 +08:00
75b31192fe
This patch makes the rockchip i2s pcm configurable by adding rockchip pcm config for devm_snd_dmaengine_pcm_register. Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com> Signed-off-by: Mark Brown <broonie@kernel.org>
15 lines
363 B
C
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
|