ASoC: meson: axg-card: make links nonatomic
authorJerome Brunet <jbrunet@baylibre.com>
Wed, 20 Oct 2021 11:42:16 +0000 (13:42 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 22 Oct 2021 12:25:47 +0000 (13:25 +0100)
commite138233e56e9829e65b6293887063a1a3ccb2d68
treec87fb4b58a598bc1d7625404dad2568f06d5ee51
parent324081ab79b7b45e9534304a99a753db005aa11d
ASoC: meson: axg-card: make links nonatomic

Non atomic operations need to be performed in the trigger callback
of the TDM interfaces. Those are BEs but what matters is the nonatomic
flag of the FE in the DPCM context. Just set nonatomic for everything so,
at least, it is clear.

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Link: https://lore.kernel.org/r/20211020114217.133153-2-jbrunet@baylibre.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/meson/axg-card.c