mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
The commite7bbb7acab("dmaengine: add peripheral configuration") adds peripheral configuration for dma_slave_config. This configuration is useful for some audio peripherals, for example, the peripheral supports multi fifos, we can let the DMA know which fifos are selected. So also add this configuration for snd_dmaengine_dai_dma_data. Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com> Link: https://lore.kernel.org/r/1612509985-11063-1-git-send-email-shengjiu.wang@nxp.com Signed-off-by: Mark Brown <broonie@kernel.org> Bug: 159736148 (cherry picked from commit500c9f8c58) Change-Id: Ib8fd722b382e8d605db9edee65ab16df014d63db Signed-off-by: Jindong Yue <jindong.yue@nxp.com>