diff options
author | Jianqun Xu <xjq@rock-chips.com> | 2014-07-05 19:13:03 +0800 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-07-09 09:39:29 +0200 |
commit | 4495c89fcf2624d542a27f1ecd70aa3524c54195 (patch) | |
tree | 6187bfa6918b62b870522fb063263bc89b2a8e16 /sound/soc/rockchip/Makefile | |
parent | d4796e35fb67df4ec36fa5914689ced8bc51a614 (diff) | |
download | op-kernel-dev-4495c89fcf2624d542a27f1ecd70aa3524c54195.zip op-kernel-dev-4495c89fcf2624d542a27f1ecd70aa3524c54195.tar.gz |
ASoC: add driver for Rockchip RK3xxx I2S controller
Add driver for i2s controller found on rk3066, rk3168 and rk3288
processors from rockchip.
Tested on the RK3288 SDK board.
Signed-off-by: Jianqun Xu <xjq@rock-chips.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/rockchip/Makefile')
-rw-r--r-- | sound/soc/rockchip/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/rockchip/Makefile b/sound/soc/rockchip/Makefile new file mode 100644 index 0000000..1006418 --- /dev/null +++ b/sound/soc/rockchip/Makefile @@ -0,0 +1,4 @@ +# ROCKCHIP Platform Support +snd-soc-i2s-objs := rockchip_i2s.o + +obj-$(CONFIG_SND_ROCKCHIP_I2S) += snd-soc-i2s.o |