OSDN Git Service

ASoC: SOF: Intel: Do not set fw_ready callback
authorPeter Ujfalusi <peter.ujfalusi@linux.intel.com>
Thu, 21 Apr 2022 08:07:34 +0000 (11:07 +0300)
committerMark Brown <broonie@kernel.org>
Mon, 25 Apr 2022 12:58:48 +0000 (13:58 +0100)
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>
sound/soc/sof/intel/bdw.c
sound/soc/sof/intel/byt.c
sound/soc/sof/intel/hda-common-ops.c
sound/soc/sof/intel/pci-tng.c

index 73a2017..c0a1d4a 100644 (file)
@@ -591,7 +591,6 @@ static struct snd_sof_dsp_ops sof_bdw_ops = {
 
        /* ipc */
        .send_msg       = bdw_send_msg,
-       .fw_ready       = sof_fw_ready,
        .get_mailbox_offset = bdw_get_mailbox_offset,
        .get_window_offset = bdw_get_window_offset,
 
index 08376e8..0fd5edb 100644 (file)
@@ -245,7 +245,6 @@ static struct snd_sof_dsp_ops sof_byt_ops = {
 
        /* ipc */
        .send_msg       = atom_send_msg,
-       .fw_ready       = sof_fw_ready,
        .get_mailbox_offset = atom_get_mailbox_offset,
        .get_window_offset = atom_get_window_offset,
 
@@ -328,7 +327,6 @@ static struct snd_sof_dsp_ops sof_cht_ops = {
 
        /* ipc */
        .send_msg       = atom_send_msg,
-       .fw_ready       = sof_fw_ready,
        .get_mailbox_offset = atom_get_mailbox_offset,
        .get_window_offset = atom_get_window_offset,
 
index 257eace..b232639 100644 (file)
@@ -34,7 +34,6 @@ struct snd_sof_dsp_ops sof_hda_common_ops = {
        .mailbox_write  = sof_mailbox_write,
 
        /* ipc */
-       .fw_ready       = sof_fw_ready,
        .get_mailbox_offset = hda_dsp_ipc_get_mailbox_offset,
        .get_window_offset = hda_dsp_ipc_get_window_offset,
 
index 14f1152..f1aae96 100644 (file)
@@ -164,7 +164,6 @@ struct snd_sof_dsp_ops sof_tng_ops = {
 
        /* ipc */
        .send_msg       = atom_send_msg,
-       .fw_ready       = sof_fw_ready,
        .get_mailbox_offset = atom_get_mailbox_offset,
        .get_window_offset = atom_get_window_offset,