ASoC: SOF: imx: Convert to use the generic set_stream_data_offset ops
Switch from the IPC dependent ipc_pcm_params() ops to the IPC neutral set_stream_data_offset(). Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com> Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Reviewed-by: Rander Wang <rander.wang@intel.com> Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com> Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Link: https://lore.kernel.org/r/20220310042720.976809-10-ranjani.sridharan@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Родитель
cf73363e4a
Коммит
f0383aded3
|
@ -509,7 +509,7 @@ static const struct snd_sof_dsp_ops sof_imx8_ops = {
|
|||
.get_window_offset = imx8_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,
|
||||
|
||||
/* module loading */
|
||||
.load_module = snd_sof_parse_module_memcpy,
|
||||
|
@ -572,7 +572,7 @@ static const struct snd_sof_dsp_ops sof_imx8x_ops = {
|
|||
.get_window_offset = imx8_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,
|
||||
|
||||
/* module loading */
|
||||
.load_module = snd_sof_parse_module_memcpy,
|
||||
|
|
|
@ -435,7 +435,7 @@ static const struct snd_sof_dsp_ops sof_imx8m_ops = {
|
|||
.get_window_offset = imx8m_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,
|
||||
|
||||
/* module loading */
|
||||
.load_module = snd_sof_parse_module_memcpy,
|
||||
|
|
Загрузка…
Ссылка в новой задаче