]> Git Repo - linux.git/commit
ASoC: meson: axg-card: make links nonatomic
authorJerome Brunet <[email protected]>
Fri, 26 Apr 2024 15:29:39 +0000 (17:29 +0200)
committerMark Brown <[email protected]>
Mon, 29 Apr 2024 14:48:49 +0000 (23:48 +0900)
commitdcba52ace7d4c12e2c8c273eff55ea03a84c8baf
tree699f5e09b7626ba2b506063ace36d1a251c45431
parentb11d26660dff8d7430892008616452dc8e5fb0f3
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, what is done is clear.

Fixes: 7864a79f37b5 ("ASoC: meson: add axg sound card support")
Signed-off-by: Jerome Brunet <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
sound/soc/meson/axg-card.c
This page took 0.052713 seconds and 4 git commands to generate.