Skip to content

Commit fc5c872

Browse files
crojewsk-intelbroonie
authored andcommitted
ASoC: Intel: bdw-rt5677: 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]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 4cc62da commit fc5c872

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ static struct snd_soc_dai_link bdw_rt5677_dais[] = {
323323
{
324324
.name = "System PCM",
325325
.stream_name = "System Playback/Capture",
326+
.nonatomic = 1,
326327
.dynamic = 1,
327328
.trigger = {
328329
SND_SOC_DPCM_TRIGGER_POST,

0 commit comments

Comments
 (0)