ASoC: loongson: Add I2S controller driver as platform device
authorBinbin Zhou <zhoubinbin@loongson.cn>
Wed, 9 Oct 2024 07:52:38 +0000 (15:52 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 9 Oct 2024 13:40:53 +0000 (14:40 +0100)
commitba4c5fad598c07492844e514add3ccda467063b2
treeb8f7f3d713b66d6b0b7213db9998adc7a43671a6
parentd4c2e9e33a0c903cc3a00114d6c02aa2cf403d33
ASoC: loongson: Add I2S controller driver as platform device

The Loongson I2S controller exists not only in PCI form (LS7A bridge
chip), but also in platform device form (Loongson-2K1000 SoC).

This patch adds support for platform device I2S controller.

Signed-off-by: Binbin Zhou <zhoubinbin@loongson.cn>
Link: https://patch.msgid.link/36c143358c7f48bc2e73c30e1d2009b2f2fc6498.1728459624.git.zhoubinbin@loongson.cn
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/loongson/Kconfig
sound/soc/loongson/Makefile
sound/soc/loongson/loongson_i2s_plat.c [new file with mode: 0644]