]> git.ipfire.org Git - thirdparty/linux.git/commit
ASoC: loongson: Use the `idma` identifier for internal DMA variables
authorBinbin Zhou <zhoubinbin@loongson.cn>
Mon, 1 Jun 2026 09:29:38 +0000 (17:29 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 2 Jun 2026 15:21:45 +0000 (16:21 +0100)
commit353530ece8523bb1fc65eac7fe2665e1090ef3e1
tree63ec7e844c92e79b9d74fb00bea53792f621e2fb
parent8a6fd33770154c2c02292c6890c57382c551a906
ASoC: loongson: Use the `idma` identifier for internal DMA variables

The Loongson I2S controller can work with two types of DMA:
- Internal DMA (iDMA): integrated DMA engine, driven by dedicated
  registers and interrupts.
- External DMA (eDMA): generic DMA engine (e.g., dw_dmac), using the
  standard dmaengine API.

To distinguish these two distinct implementations, rename all
internal-DMA-related structures, functions, and the component driver
to use the "idma" prefix.

No functional change intended.

Signed-off-by: Binbin Zhou <zhoubinbin@loongson.cn>
Link: https://patch.msgid.link/58e91c54f2bf658ac9b773741ca2aebc3866e550.1780304703.git.zhoubinbin@loongson.cn
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/loongson/loongson_dma.c
sound/soc/loongson/loongson_dma.h
sound/soc/loongson/loongson_i2s.h
sound/soc/loongson/loongson_i2s_pci.c