diff options
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2021-12-07 18:37:41 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-12-14 18:15:44 +0100 |
commit | bbf7d3b1c4f40eb02dd1dffb500ba00b0bff0303 (patch) | |
tree | 25927df10c6ef81bf1b1e739140affa6daae4fb6 /include/sound | |
parent | ASoC: soc-pcm: use GFP_ATOMIC for dpcm structure (diff) | |
download | linux-bbf7d3b1c4f40eb02dd1dffb500ba00b0bff0303.tar.xz linux-bbf7d3b1c4f40eb02dd1dffb500ba00b0bff0303.zip |
ASoC: soc-pcm: align BE 'atomicity' with that of the FE
Since the flow for DPCM is based on taking a lock for the FE first, we
need to make sure during the connection between a BE and an FE that
they both use the same 'atomicity', otherwise we may sleep in atomic
context.
If the FE is nonatomic, this patch forces the BE to be nonatomic as
well. That should have no negative impact since the BE 'inherits' the
FE properties.
However, if the FE is atomic and the BE is not, then the configuration
is flagged as invalid.
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
[ removed FE stream lock by tiwai ]
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Link: https://lore.kernel.org/r/20211207173745.15850-3-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound')
0 files changed, 0 insertions, 0 deletions