linux_dsm_epyc7002/sound/soc/intel/skylake
Vinod Koul d93f8e550f ASoC: Intel: Skylake: add DSP platform widget event handlers
The Skylake driver topology model tries to model the firmware
rule for pipeline and module creation.
The creation rule is:
 - Create Pipe
 - Add modules to Pipe
 - Connect the modules (bind)
 - Start the pipes

Similarly destroy rule is:
 - Stop the pipe
 - Disconnect it (unbind)
 - Delete the pipe

In driver we use Mixer, as there will always be ONE mixer in a
pipeline to model a pipe. The modules in pipe are modelled as PGA
widgets.  The DAPM sequencing rules (mixer and then PGA) are used
to create the sequence DSP expects as depicted above, and then
widget handlers for PMU and PMD events help in that.

This patch adds widget event handlers for PRE/POST PMU and
PRE/POST PMD event for mixer and pga modules.  These event
handlers invoke pipeline creation, destroy, module creation,
module bind, unbind and pipeline bind unbind

Event handler sequencing is implement to target the DSP FW
sequence expectations to enable path from source to sink pipe for
Playback/Capture.

Signed-off-by: Jeeja KP <jeeja.kp@intel.com>
Signed-off-by: Hardik T Shah <hardik.t.shah@intel.com>
Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2015-10-07 15:30:15 +01:00
..
Makefile ASoC: Intel: Skylake: Add pipe and modules handlers 2015-10-07 15:30:15 +01:00
skl-messages.c ASoC: Intel: Skylake: Add pipe management helpers 2015-08-07 14:26:03 +01:00
skl-nhlt.c ASoC: Intel: Skylake: Use acpi header for NHLT header 2015-08-07 14:26:01 +01:00
skl-nhlt.h ASoC: Intel: Skylake: Use acpi header for NHLT header 2015-08-07 14:26:01 +01:00
skl-pcm.c ASoC: Intel: Skylake: Remove unused CPU dais 2015-09-19 09:27:52 -07:00
skl-sst-cldma.c ASoC: Intel: Skylake: Add code loader DMA APIs 2015-07-16 21:46:50 +01:00
skl-sst-cldma.h ASoC: Intel: Skylake: add code loader DMA operations 2015-07-16 21:46:50 +01:00
skl-sst-dsp.c ASoC: Intel: Skylake: Process code loader DMA interrupt 2015-07-16 21:46:50 +01:00
skl-sst-dsp.h ASoC: Intel: Skylake: Add SKL DSP initialization 2015-07-16 21:46:50 +01:00
skl-sst-ipc.c ASoC: Intel: Skylake: Print error code in IPC for SKL 2015-07-16 21:46:50 +01:00
skl-sst-ipc.h ASoC: Intel: Add Skylake IPC library 2015-07-09 18:33:23 +01:00
skl-sst.c ASoC: Intel: Skylake: Add SKL DSP initialization 2015-07-16 21:46:50 +01:00
skl-topology.c ASoC: Intel: Skylake: add DSP platform widget event handlers 2015-10-07 15:30:15 +01:00
skl-topology.h ASoC: Intel: Skylake: add DSP platform widget event handlers 2015-10-07 15:30:15 +01:00
skl-tplg-interface.h ASoC: Intel: Skylake: Add helpers for DSP module configuration 2015-08-07 14:26:02 +01:00
skl.c ASoC: Intel: Add support for decoupled mode in skl driver 2015-07-09 11:54:26 +01:00
skl.h ASoC: Intel: Skylake: Add pipe and modules handlers 2015-10-07 15:30:15 +01:00