summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/rk3308_codec.h
AgeCommit message (Collapse)AuthorFilesLines
2024-03-26ASoC: codecs: Add RK3308 internal audio codec driverLuca Ceresoli1-0/+579
Add driver for the internal audio codec of the Rockchip RK3308 SoC. Initially based on the vendor kernel driver [0], with lots of cleanups, fixes, improvements, conversion to DAPM and removal of some features. [0] https://github.com/rockchip-linux/kernel/blob/develop-4.19/sound/soc/codecs/rk3308_codec.c Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Link: https://msgid.link/r/20240305-rk3308-audio-codec-v4-4-312acdbe628f@bootlin.com Signed-off-by: Mark Brown <broonie@kernel.org>