Skip to content

Commit

Permalink
add alsa driver
Browse files Browse the repository at this point in the history
  • Loading branch information
gh-sxp committed Nov 8, 2024
1 parent 62103d4 commit a61157c
Show file tree
Hide file tree
Showing 24 changed files with 6,566 additions and 1 deletion.
10 changes: 9 additions & 1 deletion drivers/dma/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ config MOXART_DMA
select DMA_VIRTUAL_CHANNELS
help
Enable support for the MOXA ART SoC DMA controller.

Say Y here if you enabled MMP ADMA, otherwise say N.

config MPC512X_DMA
Expand Down Expand Up @@ -733,6 +733,14 @@ config XILINX_ZYNQMP_DPDMA
driver provides the dmaengine required by the DisplayPort subsystem
display driver.

config K230_PERIDMA
tristate "K230 Periphal DMA support"
depends on ARCH_RV64I
select DMA_ENGINE
select DMA_VIRTUAL_CHANNELS
help
Enable support for the Periphal DMA controller present in the K230 SoC.

# driver files
source "drivers/dma/bestcomm/Kconfig"

Expand Down
1 change: 1 addition & 0 deletions drivers/dma/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ obj-$(CONFIG_XGENE_DMA) += xgene-dma.o
obj-$(CONFIG_ST_FDMA) += st_fdma.o
obj-$(CONFIG_FSL_DPAA2_QDMA) += fsl-dpaa2-qdma/
obj-$(CONFIG_INTEL_LDMA) += lgm/
obj-$(CONFIG_K230_PERIDMA) += k230_peridma.o

obj-y += mediatek/
obj-y += qcom/
Expand Down
Loading

0 comments on commit a61157c

Please sign in to comment.