summaryrefslogtreecommitdiff
path: root/sound/soc/sof/intel/bdw.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2022-03-11 20:21:12 +0000
committerMark Brown <broonie@kernel.org>2022-03-11 20:21:12 +0000
commit8fc262265918d2a1817103b454d32979f1d7f35c (patch)
tree154daa839587b8e1ea80fb115f7bb487d3476376 /sound/soc/sof/intel/bdw.c
parentc0fc71e2d7d21ed8b2ee763d894517e4fec6ffc5 (diff)
parent00f19253633710877880ad062d6cee3c13deb9a5 (diff)
Make the SOF pcm_hw_params DSP op IPC agnostic
Merge series from Ranjani Sridharan <ranjani.sridharan@linux.intel.com>: In preparation for supporting the newly introduced IPC version in the SOF firmware, this patchset adds the changes required to make the pcm_hw_params DSP op IPC agnostic.
Diffstat (limited to 'sound/soc/sof/intel/bdw.c')
-rw-r--r--sound/soc/sof/intel/bdw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sof/intel/bdw.c b/sound/soc/sof/intel/bdw.c
index d627b7498d5e..fb9682b2fe32 100644
--- a/sound/soc/sof/intel/bdw.c
+++ b/sound/soc/sof/intel/bdw.c
@@ -596,7 +596,7 @@ static const struct snd_sof_dsp_ops sof_bdw_ops = {
.get_window_offset = bdw_get_window_offset,
.ipc_msg_data = sof_ipc_msg_data,
- .ipc_pcm_params = sof_ipc_pcm_params,
+ .set_stream_data_offset = sof_set_stream_data_offset,
/* machine driver */
.machine_select = bdw_machine_select,