Skip to content

Commit fd30230

Browse files
committed
Revert "ASoC: SOF: Intel: hda-loader: clear the IPC ack bit after FW_PURGE done"
This reverts commit 0e1a961.
1 parent f55db62 commit fd30230

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

sound/soc/sof/intel/hda-loader.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,6 @@ static int cl_dsp_init(struct snd_sof_dev *sdev, const void *fwdata,
131131
goto err;
132132
}
133133

134-
/* set DONE bit to clear the reply IPC message */
135-
snd_sof_dsp_update_bits_forced(sdev, HDA_DSP_BAR,
136-
chip->ipc_ack,
137-
chip->ipc_ack_mask,
138-
chip->ipc_ack_mask);
139-
140134
/* step 5: power down corex */
141135
ret = hda_dsp_core_power_down(sdev,
142136
chip->cores_mask & ~(HDA_DSP_CORE_MASK(0)));

0 commit comments

Comments
 (0)