rk30 phone: add TI aic3262 codec driver
author宋秀杰 <sxj@rock-chips.com>
Wed, 2 May 2012 10:21:14 +0000 (18:21 +0800)
committer宋秀杰 <sxj@rock-chips.com>
Wed, 2 May 2012 10:21:14 +0000 (18:21 +0800)
commite691eb848c2edfb47973959bb812eae3fbd1454a
treeea1c886a4085f134300d579b8a5335c329506bba
parent4f68a487aa42fd631cd5398eeba370b2afa19309
rk30 phone: add TI aic3262 codec driver
25 files changed:
arch/arm/configs/rk30_phone_loquat_defconfig
arch/arm/mach-rk30/board-rk30-phone-loquat.c
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/tlv320aic3262-core.c [new file with mode: 0644]
drivers/mfd/tlv320aic3262-irq.c [new file with mode: 0644]
include/linux/mfd/tlv320aic3262-core.h [new file with mode: 0644]
include/linux/mfd/tlv320aic3262-registers.h [new file with mode: 0644]
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/aic3262_codec_ops.c [new file with mode: 0644]
sound/soc/codecs/aic3262_codec_ops.h [new file with mode: 0644]
sound/soc/codecs/aic326x_tiload.c [new file with mode: 0644]
sound/soc/codecs/aic326x_tiload.h [new file with mode: 0644]
sound/soc/codecs/aic3xxx_cfw.h [new file with mode: 0644]
sound/soc/codecs/aic3xxx_cfw_ops.c [new file with mode: 0644]
sound/soc/codecs/aic3xxx_cfw_ops.h [new file with mode: 0644]
sound/soc/codecs/pickle.h [new file with mode: 0644]
sound/soc/codecs/tlv320aic3262_default_fw.h [new file with mode: 0644]
sound/soc/codecs/tlv320aic326x.c [new file with mode: 0644]
sound/soc/codecs/tlv320aic326x.h [new file with mode: 0644]
sound/soc/rk29/Kconfig
sound/soc/rk29/Makefile
sound/soc/rk29/rk29_aic3262.c [new file with mode: 0644]
sound/soc/soc-core.c