Skip to content

Commit 0fc88b5

Browse files
ujfalusibroonie
authored andcommitted
ASoC: SOF: Intel: 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-6-peter.ujfalusi@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent b505416 commit 0fc88b5

4 files changed

Lines changed: 0 additions & 5 deletions

File tree

sound/soc/sof/intel/bdw.c

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

592592
/* ipc */
593593
.send_msg = bdw_send_msg,
594-
.fw_ready = sof_fw_ready,
595594
.get_mailbox_offset = bdw_get_mailbox_offset,
596595
.get_window_offset = bdw_get_window_offset,
597596

sound/soc/sof/intel/byt.c

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

246246
/* ipc */
247247
.send_msg = atom_send_msg,
248-
.fw_ready = sof_fw_ready,
249248
.get_mailbox_offset = atom_get_mailbox_offset,
250249
.get_window_offset = atom_get_window_offset,
251250

@@ -328,7 +327,6 @@ static struct snd_sof_dsp_ops sof_cht_ops = {
328327

329328
/* ipc */
330329
.send_msg = atom_send_msg,
331-
.fw_ready = sof_fw_ready,
332330
.get_mailbox_offset = atom_get_mailbox_offset,
333331
.get_window_offset = atom_get_window_offset,
334332

sound/soc/sof/intel/hda-common-ops.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ struct snd_sof_dsp_ops sof_hda_common_ops = {
3434
.mailbox_write = sof_mailbox_write,
3535

3636
/* ipc */
37-
.fw_ready = sof_fw_ready,
3837
.get_mailbox_offset = hda_dsp_ipc_get_mailbox_offset,
3938
.get_window_offset = hda_dsp_ipc_get_window_offset,
4039

sound/soc/sof/intel/pci-tng.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ struct snd_sof_dsp_ops sof_tng_ops = {
164164

165165
/* ipc */
166166
.send_msg = atom_send_msg,
167-
.fw_ready = sof_fw_ready,
168167
.get_mailbox_offset = atom_get_mailbox_offset,
169168
.get_window_offset = atom_get_window_offset,
170169

0 commit comments

Comments
 (0)