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.
Showing
- sound/soc/sof/Makefile 1 addition, 1 deletionsound/soc/sof/Makefile
- sound/soc/sof/control.c 64 additions, 481 deletionssound/soc/sof/control.c
- sound/soc/sof/intel/hda-dai.c 13 additions, 84 deletionssound/soc/sof/intel/hda-dai.c
- sound/soc/sof/intel/hda.c 44 additions, 125 deletionssound/soc/sof/intel/hda.c
- sound/soc/sof/intel/hda.h 5 additions, 2 deletionssound/soc/sof/intel/hda.h
- sound/soc/sof/ipc.c 7 additions, 3 deletionssound/soc/sof/ipc.c
- sound/soc/sof/ipc3-control.c 594 additions, 0 deletionssound/soc/sof/ipc3-control.c
- sound/soc/sof/ipc3-ops.h 21 additions, 0 deletionssound/soc/sof/ipc3-ops.h
- sound/soc/sof/ipc3-pcm.c 372 additions, 0 deletionssound/soc/sof/ipc3-pcm.c
- sound/soc/sof/ipc3-topology.c 379 additions, 5 deletionssound/soc/sof/ipc3-topology.c
- sound/soc/sof/ipc3.c 45 additions, 0 deletionssound/soc/sof/ipc3.c
- sound/soc/sof/pcm.c 40 additions, 314 deletionssound/soc/sof/pcm.c
- sound/soc/sof/pm.c 35 additions, 45 deletionssound/soc/sof/pm.c
- sound/soc/sof/sof-audio.c 79 additions, 363 deletionssound/soc/sof/sof-audio.c
- sound/soc/sof/sof-audio.h 67 additions, 3 deletionssound/soc/sof/sof-audio.h
- sound/soc/sof/sof-priv.h 15 additions, 2 deletionssound/soc/sof/sof-priv.h
- sound/soc/sof/topology.c 24 additions, 31 deletionssound/soc/sof/topology.c
Please register or sign in to comment