Skip to content

Commit b505416

Browse files
ujfalusibroonie
authored andcommitted
ASoC: SOF: imx: Do not set fw_ready callback
The fw_ready is handled internally to ipc3 and the callback no longer in use. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com> Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Reviewed-by: Ajit Pandey <ajitkumar.pandey@amd.com> Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com> Link: https://lore.kernel.org/r/20220421080735.31698-5-peter.ujfalusi@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 473dd4e commit b505416

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

sound/soc/sof/imx/imx8.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,6 @@ static struct snd_sof_dsp_ops sof_imx8_ops = {
504504

505505
/* ipc */
506506
.send_msg = imx8_send_msg,
507-
.fw_ready = sof_fw_ready,
508507
.get_mailbox_offset = imx8_get_mailbox_offset,
509508
.get_window_offset = imx8_get_window_offset,
510509

@@ -567,7 +566,6 @@ static struct snd_sof_dsp_ops sof_imx8x_ops = {
567566

568567
/* ipc */
569568
.send_msg = imx8_send_msg,
570-
.fw_ready = sof_fw_ready,
571569
.get_mailbox_offset = imx8_get_mailbox_offset,
572570
.get_window_offset = imx8_get_window_offset,
573571

sound/soc/sof/imx/imx8m.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,6 @@ static struct snd_sof_dsp_ops sof_imx8m_ops = {
430430

431431
/* ipc */
432432
.send_msg = imx8m_send_msg,
433-
.fw_ready = sof_fw_ready,
434433
.get_mailbox_offset = imx8m_get_mailbox_offset,
435434
.get_window_offset = imx8m_get_window_offset,
436435

0 commit comments

Comments
 (0)