]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: simple-card-utils: Increase maximum DAI links limit to 512
authorSameer Pujar <spujar@nvidia.com>
Mon, 13 Sep 2021 16:42:10 +0000 (22:12 +0530)
committerMark Brown <broonie@kernel.org>
Mon, 20 Sep 2021 12:31:28 +0000 (13:31 +0100)
commit32ef5e0e19cb9c997e8f30b28f71b13d7b15a11c
treefd0fbcacd567306de0b3d6ce69bb9a863ede33d5
parent32566643a248db1c39ddd4473b8ff9c3091a2855
ASoC: simple-card-utils: Increase maximum DAI links limit to 512

The current limit of 128 is not sufficient when more components are
added to the audio map on Tegra210 and later platforms. Thus it is
resulting in probe failure.

The requirement is of nearly ~200 DAI links. To give sufficient room
for future additions the maximum limit is increased to 512 DAI links.
This is a preparatory patch to add more components like resampler,
mixer, multiplexers, demultiplexers and volume controllers to Tegra210
and later platforms.

Signed-off-by: Sameer Pujar <spujar@nvidia.com>
Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/1631551342-25469-3-git-send-email-spujar@nvidia.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/simple_card_utils.h