Skip to content

Commit

Permalink
Make the SOF control, PCM and PM code IPC agnostic
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Mark Brown committed Mar 18, 2022
2 parents c639e85 + 85f7a8b commit 49a24e9
Show file tree
Hide file tree
Showing 17 changed files with 1,805 additions and 1,459 deletions.
2 changes: 1 addition & 1 deletion sound/soc/sof/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

snd-sof-objs := core.o ops.o loader.o ipc.o pcm.o pm.o debug.o topology.o\
control.o trace.o iomem-utils.o sof-audio.o stream-ipc.o\
ipc3-topology.o
ipc3-topology.o ipc3.o ipc3-control.o ipc3-pcm.o
ifneq ($(CONFIG_SND_SOC_SOF_CLIENT),)
snd-sof-objs += sof-client.o
endif
Expand Down
Loading

0 comments on commit 49a24e9

Please sign in to comment.