update codec driver
author陈金泉 <jear.chen@rock-chips.com>
Tue, 21 Jan 2014 09:24:35 +0000 (17:24 +0800)
committer陈金泉 <jear.chen@rock-chips.com>
Tue, 21 Jan 2014 09:24:35 +0000 (17:24 +0800)
commit53d00cb8c38af426565fa5618a57fba1f43064a4
treeb4634fc480106fdec271df8e887154982060e486
parent46b52450158fedc727dd5877c381ef0d3d8e2c38
update codec driver
86 files changed:
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/cx2070x.c
sound/soc/codecs/es8323.c
sound/soc/codecs/es8323_pcm.c
sound/soc/codecs/rk1000_codec.c
sound/soc/codecs/rk2928_codec.c
sound/soc/codecs/rk3026_codec.c
sound/soc/codecs/rk610_codec.c
sound/soc/codecs/rk616_codec.c
sound/soc/codecs/rt3261-dsp.c
sound/soc/codecs/rt3261.c
sound/soc/codecs/rt5512.c
sound/soc/codecs/rt5616.c
sound/soc/codecs/rt5623.c
sound/soc/codecs/rt5631_phone.c
sound/soc/codecs/rt5639.c
sound/soc/codecs/rt5640-dsp.c
sound/soc/codecs/rt5640.c
sound/soc/codecs/tlv320aic326x.c
sound/soc/rk/Kconfig [new file with mode: 0755]
sound/soc/rk/Makefile [new file with mode: 0755]
sound/soc/rk/rk2928-card.c [new file with mode: 0755]
sound/soc/rk/rk29_i2s.c [new file with mode: 0755]
sound/soc/rk/rk29_i2s.h [new file with mode: 0755]
sound/soc/rk/rk30_i2s.c [new file with mode: 0755]
sound/soc/rk/rk_aic3111.c [new file with mode: 0644]
sound/soc/rk/rk_aic3262.c [new file with mode: 0644]
sound/soc/rk/rk_ak4396.c [new file with mode: 0755]
sound/soc/rk/rk_cs42l52.c [new file with mode: 0755]
sound/soc/rk/rk_cx2070x.c [new file with mode: 0644]
sound/soc/rk/rk_es8323.c [new file with mode: 0755]
sound/soc/rk/rk_hdmi_i2s.c [new file with mode: 0644]
sound/soc/rk/rk_hdmi_spdif.c [new file with mode: 0755]
sound/soc/rk/rk_jetta_codec.c [new file with mode: 0755]
sound/soc/rk/rk_pcm.c [new file with mode: 0755]
sound/soc/rk/rk_pcm.h [new file with mode: 0755]
sound/soc/rk/rk_rk1000codec.c [new file with mode: 0755]
sound/soc/rk/rk_rk3026.c [new file with mode: 0644]
sound/soc/rk/rk_rk616.c [new file with mode: 0755]
sound/soc/rk/rk_rt3261.c [new file with mode: 0644]
sound/soc/rk/rk_rt5512.c [new file with mode: 0755]
sound/soc/rk/rk_rt5616.c [new file with mode: 0755]
sound/soc/rk/rk_rt5621.c [new file with mode: 0644]
sound/soc/rk/rk_rt5625.c [new file with mode: 0644]
sound/soc/rk/rk_rt5631.c [new file with mode: 0755]
sound/soc/rk/rk_rt5631_phone.c [new file with mode: 0755]
sound/soc/rk/rk_rt5639.c [new file with mode: 0755]
sound/soc/rk/rk_rt5640.c [new file with mode: 0755]
sound/soc/rk/rk_spdif.c [new file with mode: 0755]
sound/soc/rk/rk_wm8900.c [new file with mode: 0755]
sound/soc/rk/rk_wm8988.c [new file with mode: 0755]
sound/soc/rk/rk_wm8994.c [new file with mode: 0755]
sound/soc/rk29/Kconfig [deleted file]
sound/soc/rk29/Makefile [deleted file]
sound/soc/rk29/rk2928-card.c [deleted file]
sound/soc/rk29/rk29_aic3111.c [deleted file]
sound/soc/rk29/rk29_aic3262.c [deleted file]
sound/soc/rk29/rk29_ak4396.c [deleted file]
sound/soc/rk29/rk29_cs42l52.c [deleted file]
sound/soc/rk29/rk29_cx2070x.c [deleted file]
sound/soc/rk29/rk29_es8323.c [deleted file]
sound/soc/rk29/rk29_i2s.c [deleted file]
sound/soc/rk29/rk29_i2s.h [deleted file]
sound/soc/rk29/rk29_jetta_codec.c [deleted file]
sound/soc/rk29/rk29_pcm.c [deleted file]
sound/soc/rk29/rk29_pcm.h [deleted file]
sound/soc/rk29/rk29_rk1000codec.c [deleted file]
sound/soc/rk29/rk29_rt3261.c [deleted file]
sound/soc/rk29/rk29_rt5512.c [deleted file]
sound/soc/rk29/rk29_rt5616.c [deleted file]
sound/soc/rk29/rk29_rt5621.c [deleted file]
sound/soc/rk29/rk29_rt5625.c [deleted file]
sound/soc/rk29/rk29_rt5631.c [deleted file]
sound/soc/rk29/rk29_rt5631_phone.c [deleted file]
sound/soc/rk29/rk29_rt5639.c [deleted file]
sound/soc/rk29/rk29_rt5640.c [deleted file]
sound/soc/rk29/rk29_wm8900.c [deleted file]
sound/soc/rk29/rk29_wm8988.c [deleted file]
sound/soc/rk29/rk29_wm8994.c [deleted file]
sound/soc/rk29/rk30_i2s.c [deleted file]
sound/soc/rk29/rk_hdmi_i2s.c [deleted file]
sound/soc/rk29/rk_hdmi_spdif.c [deleted file]
sound/soc/rk29/rk_rk3026.c [deleted file]
sound/soc/rk29/rk_rk616.c [deleted file]
sound/soc/rk29/rk_spdif.c [deleted file]