Commit 4cc62da4 authored by Cezary Rojewski's avatar Cezary Rojewski Committed by Mark Brown

ASoC: Intel: bdw-rt5650: Mark FE DAIs as nonatomic

PCM operations for DAI links connected with DSP platform component
involve communication with DSP firmware by IPCs. As IPC protocol may
cause thread to sleep while waiting for a response from DSP, propagate
that information to ALSA core by marking all FE DAIs as nonatomic.
Signed-off-by: default avatarCezary Rojewski <cezary.rojewski@intel.com>
Acked-by: default avatarPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20201004090609.29066-1-cezary.rojewski@intel.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 86ff02dc
...@@ -232,6 +232,7 @@ static struct snd_soc_dai_link bdw_rt5650_dais[] = { ...@@ -232,6 +232,7 @@ static struct snd_soc_dai_link bdw_rt5650_dais[] = {
{ {
.name = "System PCM", .name = "System PCM",
.stream_name = "System Playback", .stream_name = "System Playback",
.nonatomic = 1,
.dynamic = 1, .dynamic = 1,
.ops = &bdw_rt5650_fe_ops, .ops = &bdw_rt5650_fe_ops,
.trigger = { .trigger = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment