diff options
author | Peter Ujfalusi <[email protected]> | 2022-05-04 13:28:31 +0300 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-05-04 15:31:18 +0100 |
commit | f80beaf6f2b1eb55fb1b2128a43e0a0c9c4d19de (patch) | |
tree | 57807ff3d3c66dff7523c643b8f8db261988bf46 /lib/mpi/mpi-sub-ui.c | |
parent | c0b38be14f1d843c29edc763d3df3cc741a2bf10 (diff) |
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.
Signed-off-by: Peter Ujfalusi <[email protected]>
Reviewed-by: Pierre-Louis Bossart <[email protected]>
Reviewed-by: Ranjani Sridharan <[email protected]>
Reviewed-by: Bard Liao <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions