[Letux-kernel] [RFC 0/5] first ideas for completing CI20 sound
H. Nikolaus Schaller
hns at goldelico.com
Fri Apr 30 18:55:21 CEST 2021
defines:
* DTS nodes (some uncertainty about clocks and interrupts) for jz4780, ci20
* adds a jz4780 codec driver based on jz4770 driver
* start to adjust register offsets
* enable in ci20_defconfig
base: v5.12
H. Nikolaus Schaller (5):
MIPS: DTS: jz4780: add definition for for i2s and codec
MIPS: DTS: CI20: provide sound
ASoC: codecs: Add jz4780-codec driver
ASoC: codecs: adjust jz4780 registers and make code compile
MIPS: configs: ci20: enable SOUND and I2S/Codec
arch/mips/boot/dts/ingenic/ci20.dts | 28 +
arch/mips/boot/dts/ingenic/jz4780.dtsi | 33 +
arch/mips/configs/ci20_defconfig | 9 +
sound/soc/codecs/Kconfig | 13 +
sound/soc/codecs/Makefile | 2 +
sound/soc/codecs/jz4780.c | 983 +++++++++++++++++++++++++
6 files changed, 1068 insertions(+)
create mode 100644 sound/soc/codecs/jz4780.c
--
2.26.2
More information about the Letux-kernel
mailing list