On Thu, Sep 5, 2024 at 8:36 PM Mark Brown <broonie@xxxxxxxxxx> wrote: > > On Thu, Sep 05, 2024 at 03:07:21PM +0800, Binbin Zhou wrote: > > 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. > > Can some of this be shared with the PCI version - is it the same IP in a > different wrapper, or is it a new IP? Hi Mark: Thanks for your reply. To be exact, they are similar, such as the definition of the controller registers. But for example, DMA data processing is different. In the pci version of i2s, the DMA controller is built-in, while the DMA controller here is external, using ls2x-apbdma (drivers/dma/ls2x-apb-dma.c) Thanks. Binbin