Unverified Commit 0fc88b5d authored by Peter Ujfalusi's avatar Peter Ujfalusi Committed by Mark Brown
Browse files

ASoC: SOF: Intel: Do not set fw_ready callback

parent b5054161
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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,

+0 −2
Original line number Diff line number Diff line
@@ -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,

+0 −1
Original line number Diff line number Diff line
@@ -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,

+0 −1
Original line number Diff line number Diff line
@@ -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,