-
- Downloads
UPSTREAM: ASoC: SOF: ipc3: Remove the ipc3-ops.h header file
Only the main IPC ops struct should be visible outside of IPC3 code to make sure that the code is correctly abstracted. Instead of keeping the ipc3-ops.h with only the high level ops struct declaration, put the ipc3_ops to sof-priv.h and move all other ops struct declaration into ipc3-priv.h New IPC implementation should follow this route: the main IPC ops should be declared in sof-priv.h and no other IPC version related header be used for generic code. Change-Id: I35d03a89533ad3a0466a90a89b51cffbceec3ccc 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:
Bard Liao <yung-chuan.liao@linux.intel.com> Link: https://lore.kernel.org/r/20220504102831.10071-1-peter.ujfalusi@linux.intel.com Signed-off-by:
Mark Brown <broonie@kernel.org>
parent
1f5bf8e7
No related branches found
No related tags found
Showing
- sound/soc/sof/ipc.c 0 additions, 1 deletionsound/soc/sof/ipc.c
- sound/soc/sof/ipc3-control.c 1 addition, 1 deletionsound/soc/sof/ipc3-control.c
- sound/soc/sof/ipc3-loader.c 0 additions, 1 deletionsound/soc/sof/ipc3-loader.c
- sound/soc/sof/ipc3-ops.h 0 additions, 21 deletionssound/soc/sof/ipc3-ops.h
- sound/soc/sof/ipc3-pcm.c 1 addition, 1 deletionsound/soc/sof/ipc3-pcm.c
- sound/soc/sof/ipc3-priv.h 3 additions, 0 deletionssound/soc/sof/ipc3-priv.h
- sound/soc/sof/ipc3-topology.c 1 addition, 1 deletionsound/soc/sof/ipc3-topology.c
- sound/soc/sof/ipc3.c 0 additions, 1 deletionsound/soc/sof/ipc3.c
- sound/soc/sof/sof-priv.h 3 additions, 0 deletionssound/soc/sof/sof-priv.h
Loading
-
mentioned in merge request clea-os/layers/seco/meta-seco-mtk!25 (closed)
-
mentioned in commit clea-os/layers/seco/meta-seco-mtk@01714856
Please sign in to comment