Skip to content

Commit 4cc62da

Browse files
crojewsk-intelbroonie
authored andcommitted
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: Cezary Rojewski <[email protected]> Acked-by: Pierre-Louis Bossart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 86ff02d commit 4cc62da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/intel/boards/bdw-rt5650.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ static struct snd_soc_dai_link bdw_rt5650_dais[] = {
232232
{
233233
.name = "System PCM",
234234
.stream_name = "System Playback",
235+
.nonatomic = 1,
235236
.dynamic = 1,
236237
.ops = &bdw_rt5650_fe_ops,
237238
.trigger = {

0 commit comments

Comments
 (0)