Change path of audio platform device from rk to rockchip
author陈金泉 <jear.chen@rock-chips.com>
Tue, 21 Jan 2014 10:16:11 +0000 (18:16 +0800)
committer陈金泉 <jear.chen@rock-chips.com>
Tue, 21 Jan 2014 10:16:11 +0000 (18:16 +0800)
commit02006e10ce6ebd9233ae0d88b92ddfdd97a16f24
tree48a63baab36133f22d2ce5568ac7f2ad35f271a2
parent74ee2d20de67ff53fec2c06a377e3748e7a79039
Change path of audio platform device from rk to rockchip
72 files changed:
sound/soc/Kconfig
sound/soc/Makefile
sound/soc/codecs/Makefile
sound/soc/codecs/rk3190_codec.c [new file with mode: 0755]
sound/soc/codecs/rk3190_codec.h [new file with mode: 0755]
sound/soc/rk/Kconfig [deleted file]
sound/soc/rk/Makefile [deleted file]
sound/soc/rk/rk2928-card.c [deleted file]
sound/soc/rk/rk29_i2s.c [deleted file]
sound/soc/rk/rk29_i2s.h [deleted file]
sound/soc/rk/rk30_i2s.c [deleted file]
sound/soc/rk/rk_aic3111.c [deleted file]
sound/soc/rk/rk_aic3262.c [deleted file]
sound/soc/rk/rk_ak4396.c [deleted file]
sound/soc/rk/rk_cs42l52.c [deleted file]
sound/soc/rk/rk_cx2070x.c [deleted file]
sound/soc/rk/rk_es8323.c [deleted file]
sound/soc/rk/rk_hdmi_i2s.c [deleted file]
sound/soc/rk/rk_hdmi_spdif.c [deleted file]
sound/soc/rk/rk_jetta_codec.c [deleted file]
sound/soc/rk/rk_pcm.c [deleted file]
sound/soc/rk/rk_pcm.h [deleted file]
sound/soc/rk/rk_rk1000codec.c [deleted file]
sound/soc/rk/rk_rk3026.c [deleted file]
sound/soc/rk/rk_rk616.c [deleted file]
sound/soc/rk/rk_rt3261.c [deleted file]
sound/soc/rk/rk_rt5512.c [deleted file]
sound/soc/rk/rk_rt5616.c [deleted file]
sound/soc/rk/rk_rt5621.c [deleted file]
sound/soc/rk/rk_rt5625.c [deleted file]
sound/soc/rk/rk_rt5631.c [deleted file]
sound/soc/rk/rk_rt5631_phone.c [deleted file]
sound/soc/rk/rk_rt5639.c [deleted file]
sound/soc/rk/rk_rt5640.c [deleted file]
sound/soc/rk/rk_spdif.c [deleted file]
sound/soc/rk/rk_wm8900.c [deleted file]
sound/soc/rk/rk_wm8988.c [deleted file]
sound/soc/rk/rk_wm8994.c [deleted file]
sound/soc/rockchip/Kconfig [new file with mode: 0755]
sound/soc/rockchip/Makefile [new file with mode: 0755]
sound/soc/rockchip/rk2928-card.c [new file with mode: 0755]
sound/soc/rockchip/rk29_i2s.c [new file with mode: 0755]
sound/soc/rockchip/rk29_i2s.h [new file with mode: 0755]
sound/soc/rockchip/rk30_i2s.c [new file with mode: 0755]
sound/soc/rockchip/rk_aic3111.c [new file with mode: 0644]
sound/soc/rockchip/rk_aic3262.c [new file with mode: 0644]
sound/soc/rockchip/rk_ak4396.c [new file with mode: 0755]
sound/soc/rockchip/rk_cs42l52.c [new file with mode: 0755]
sound/soc/rockchip/rk_cx2070x.c [new file with mode: 0644]
sound/soc/rockchip/rk_es8323.c [new file with mode: 0755]
sound/soc/rockchip/rk_hdmi_i2s.c [new file with mode: 0644]
sound/soc/rockchip/rk_hdmi_spdif.c [new file with mode: 0755]
sound/soc/rockchip/rk_jetta_codec.c [new file with mode: 0755]
sound/soc/rockchip/rk_pcm.c [new file with mode: 0755]
sound/soc/rockchip/rk_pcm.h [new file with mode: 0755]
sound/soc/rockchip/rk_rk1000codec.c [new file with mode: 0755]
sound/soc/rockchip/rk_rk3026.c [new file with mode: 0644]
sound/soc/rockchip/rk_rk3190.c [new file with mode: 0755]
sound/soc/rockchip/rk_rk616.c [new file with mode: 0755]
sound/soc/rockchip/rk_rt3261.c [new file with mode: 0644]
sound/soc/rockchip/rk_rt5512.c [new file with mode: 0755]
sound/soc/rockchip/rk_rt5616.c [new file with mode: 0755]
sound/soc/rockchip/rk_rt5621.c [new file with mode: 0644]
sound/soc/rockchip/rk_rt5625.c [new file with mode: 0644]
sound/soc/rockchip/rk_rt5631.c [new file with mode: 0755]
sound/soc/rockchip/rk_rt5631_phone.c [new file with mode: 0755]
sound/soc/rockchip/rk_rt5639.c [new file with mode: 0755]
sound/soc/rockchip/rk_rt5640.c [new file with mode: 0755]
sound/soc/rockchip/rk_spdif.c [new file with mode: 0755]
sound/soc/rockchip/rk_wm8900.c [new file with mode: 0755]
sound/soc/rockchip/rk_wm8988.c [new file with mode: 0755]
sound/soc/rockchip/rk_wm8994.c [new file with mode: 0755]