mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
ASoC: SOF: imx: Provide debugfs_add_region_item ops for core
Set the generic iomem callback for debugfs_add_region_item to avoid regression when the core switches to use the generic interface for the regions. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com> Reviewed-by: Daniel Baluta <daniel.baluta@gmail.com> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Reviewed-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com> Link: https://lore.kernel.org/r/20210915122116.18317-10-peter.ujfalusi@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
07e833b473
commit
ff2f99b078
2 changed files with 3 additions and 0 deletions
|
@ -436,6 +436,7 @@ struct snd_sof_dsp_ops sof_imx8_ops = {
|
|||
|
||||
/* Debug information */
|
||||
.dbg_dump = imx8_dump,
|
||||
.debugfs_add_region_item = snd_sof_debugfs_add_region_item_iomem,
|
||||
|
||||
/* Firmware ops */
|
||||
.arch_ops = &sof_xtensa_arch_ops,
|
||||
|
@ -482,6 +483,7 @@ struct snd_sof_dsp_ops sof_imx8x_ops = {
|
|||
|
||||
/* Debug information */
|
||||
.dbg_dump = imx8_dump,
|
||||
.debugfs_add_region_item = snd_sof_debugfs_add_region_item_iomem,
|
||||
|
||||
/* Firmware ops */
|
||||
.arch_ops = &sof_xtensa_arch_ops,
|
||||
|
|
|
@ -288,6 +288,7 @@ struct snd_sof_dsp_ops sof_imx8m_ops = {
|
|||
|
||||
/* Debug information */
|
||||
.dbg_dump = imx8_dump,
|
||||
.debugfs_add_region_item = snd_sof_debugfs_add_region_item_iomem,
|
||||
|
||||
/* Firmware ops */
|
||||
.arch_ops = &sof_xtensa_arch_ops,
|
||||
|
|
Loading…
Reference in a new issue