Skip to content

Commit 49a24e9

Browse files
committed
Make the SOF control, PCM and PM code IPC agnostic
Merge series from Ranjani Sridharan <ranjani.sridharan@linux.intel.com>: This series is a continuation to the SOF IPC abstraction work to support the new IPC version introduced in the SOF firmware. It makes the top-level control IO, PCM and PM code IPC-agnostic. Other than the first patch, the rest are purely for abstraction and include no changes in functionality.
2 parents c639e85 + 85f7a8b commit 49a24e9

17 files changed

Lines changed: 1805 additions & 1459 deletions

File tree

sound/soc/sof/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
snd-sof-objs := core.o ops.o loader.o ipc.o pcm.o pm.o debug.o topology.o\
44
control.o trace.o iomem-utils.o sof-audio.o stream-ipc.o\
5-
ipc3-topology.o
5+
ipc3-topology.o ipc3.o ipc3-control.o ipc3-pcm.o
66
ifneq ($(CONFIG_SND_SOC_SOF_CLIENT),)
77
snd-sof-objs += sof-client.o
88
endif

0 commit comments

Comments
 (0)