linux/sound/soc/apple
Martin Povišer 4ec8179c21
ASoC: apple: mca: Postpone requesting of DMA channels
Move the requesting of DMA channels further down from 'probe' to
'pcm_new'. This is to spare the allocated DMA channel resources as we
typically only ever use one or two of the clusters for PCM streaming.
Before we would request DMA channels for all clusters.

(This is prompted by a change in the Audio DMA Controller driver, which
will now be allocating cache SRAM to channels.)

Signed-off-by: Martin Povišer <povik+lin@cutebit.org>
Link: https://lore.kernel.org/r/20220905074030.1293-1-povik+lin@cutebit.org
Signed-off-by: Mark Brown <broonie@kernel.org>
2022-09-05 13:09:41 +01:00
..
Kconfig ASoC: apple: mca: Unselect COMMON_CLK in Kconfig 2022-09-01 12:49:21 +01:00
Makefile
mca.c ASoC: apple: mca: Postpone requesting of DMA channels 2022-09-05 13:09:41 +01:00