[PATCH 3/6] ASoC: SOF: amd: Do not set fw_ready callback

Peter Ujfalusi peter.ujfalusi at linux.intel.com
Thu Apr 21 10:07:32 CEST 2022


The fw_ready is handled internally to ipc3 and the callback no longer in
use.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi at linux.intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart at linux.intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan at linux.intel.com>
Reviewed-by: Ajit Pandey <ajitkumar.pandey at amd.com>
Reviewed-by: Daniel Baluta <daniel.baluta at nxp.com>
---
 sound/soc/sof/amd/renoir.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/soc/sof/amd/renoir.c b/sound/soc/sof/amd/renoir.c
index 73f639fa16a4..275f266c5e4d 100644
--- a/sound/soc/sof/amd/renoir.c
+++ b/sound/soc/sof/amd/renoir.c
@@ -152,7 +152,6 @@ struct snd_sof_dsp_ops sof_renoir_ops = {
 	.ipc_msg_data		= acp_sof_ipc_msg_data,
 	.get_mailbox_offset	= acp_sof_ipc_get_mailbox_offset,
 	.irq_thread		= acp_sof_ipc_irq_thread,
-	.fw_ready		= sof_fw_ready,
 
 	/* DAI drivers */
 	.drv			= renoir_sof_dai,
-- 
2.35.3



More information about the Alsa-devel mailing list