2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-17 18:14:34 +08:00
linux-next/sound/soc/sof
Peter Ujfalusi 61bafd1c45
ASoC: SOF: Introduce IPC dependent ops for firmware handling, loading
The parsing and loading of firmware modules/components are IPC dependent
operations as the organization of the firmware depends on the IPC it is
supporting.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Rander Wang <rander.wang@intel.com>
Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Link: https://lore.kernel.org/r/20220425221129.124615-2-ranjani.sridharan@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2022-04-29 13:06:07 +01:00
..
amd ASoC: SOF: amd: Do not set fw_ready callback 2022-04-25 13:58:46 +01:00
imx ASoC: SOF: imx: Do not set fw_ready callback 2022-04-25 13:58:47 +01:00
intel ASoC: SOF: Intel: Do not (wrongly) assume positive return value in IMR path 2022-04-27 14:15:29 +01:00
mediatek ASoC: SOF: mediatek: Fix allyesconfig build error 2022-04-27 14:15:35 +01:00
xtensa ASoC: SOF: dsp_arch_ops: add kernel log level parameter for oops and stack 2021-12-23 13:38:25 +00:00
compress.c ASoC: SOF: Drop 'header' parameter from tx_message() API 2022-04-04 08:39:09 +01:00
control.c ASoC: SOF: control: use pm_runtime_resume_and_get() 2022-04-27 14:15:24 +01:00
core.c ASoC: SOF: Do not check for the fw_ready callback 2022-04-25 13:58:45 +01:00
debug.c ASoC: SOF: debug: use pm_runtime_resume_and_get() 2022-04-27 14:15:25 +01:00
iomem-utils.c ASoC: SOF: Split up utils.c into sof-utils and iomem-utils 2022-02-10 15:19:04 +00:00
ipc3-control.c ASoC: SOF: ipc: Move the ipc_set_get_comp_data() local to ipc3-control 2022-04-11 19:18:02 +01:00
ipc3-ops.h ASoC: SOF: Introduce IPC3 PCM hw_free op 2022-03-18 16:04:47 +00:00
ipc3-pcm.c ASoC: SOF: Drop 'header' parameter from tx_message() API 2022-04-04 08:39:09 +01:00
ipc3-topology.c ASoC: SOF: sof-audio: flag errors on pipeline teardown 2022-04-25 13:58:31 +01:00
ipc3.c ASoC: SOF: ipc3: Add local implementation for handling fw_ready message 2022-04-25 13:58:44 +01:00
ipc.c ASoC: SOF: loader: Remove the old fw_ready related code 2022-04-25 13:58:49 +01:00
Kconfig ASoC: SOF: Convert the generic probe support to SOF client 2022-02-10 15:19:12 +00:00
loader.c ASoC: SOF: loader: Remove the old fw_ready related code 2022-04-25 13:58:49 +01:00
Makefile ASoC: SOF: Introduce IPC3 PCM hw_free op 2022-03-18 16:04:47 +00:00
nocodec.c ASOC: SOF: simplify nocodec mode 2021-04-12 17:05:55 +01:00
ops.c ASoC: SOF: ops: Always print DSP Panic message but use different message 2021-12-23 13:38:24 +00:00
ops.h ASoC: SOF: Intel: hda: use common ops across platforms 2022-04-19 12:03:40 +01:00
pcm.c ASoC: SOF: remove const qualifier for 'struct snd_sof_dsp_ops' 2022-04-19 12:03:39 +01:00
pm.c ASoC: SOF: remove incorrect clearing of prepared flag 2022-04-25 13:58:24 +01:00
sof-acpi-dev.c ASoC: SOF: add IPC-dependent file names 2022-04-19 12:03:34 +01:00
sof-acpi-dev.h ASoC: SOF: ACPI: avoid reverse module dependency 2021-03-02 15:31:40 +01:00
sof-audio.c ASoC: SOF: remove incorrect clearing of prepared flag 2022-04-25 13:58:24 +01:00
sof-audio.h ASoC: SOF: remove incorrect clearing of prepared flag 2022-04-25 13:58:24 +01:00
sof-client-ipc-flood-test.c ASoC: SOF: Convert the generic IPC flood test into SOF client 2022-02-10 15:19:09 +00:00
sof-client-ipc-msg-injector.c ASoC: SOF: sof-client-ipc-msg-injector: use pm_runtime_resume_and_get() 2022-04-27 14:15:26 +01:00
sof-client-probes.c ASoC: SOF: using pm_runtime_resume_and_get to simplify the code 2022-04-20 21:18:20 +01:00
sof-client-probes.h ASoC: SOF: Convert the generic probe support to SOF client 2022-02-10 15:19:12 +00:00
sof-client.c ASoC: SOF: Drop 'header' parameter from tx_message() API 2022-04-04 08:39:09 +01:00
sof-client.h ASoC: SOF: Introduce IPC SOF client support 2022-02-10 15:19:06 +00:00
sof-of-dev.c ASoC: SOF: add IPC-dependent file names 2022-04-19 12:03:34 +01:00
sof-of-dev.h ASoC: SOF: OF: Add shutdown callback for SOF OF device 2022-04-07 18:29:44 +01:00
sof-pci-dev.c ASOC: SOF: pci: add ipc_type override for Intel IPC4 tests 2022-04-22 12:37:25 +01:00
sof-pci-dev.h ASoC: SOF: pci: split PCI into different drivers 2021-03-02 15:32:00 +01:00
sof-priv.h ASoC: SOF: Introduce IPC dependent ops for firmware handling, loading 2022-04-29 13:06:07 +01:00
sof-utils.c ASoC: SOF: Split up utils.c into sof-utils and iomem-utils 2022-02-10 15:19:04 +00:00
sof-utils.h ASoC: SOF: Split up utils.c into sof-utils and iomem-utils 2022-02-10 15:19:04 +00:00
stream-ipc.c ASoC: SOF: Remove ipc_pcm_params() ops 2022-03-11 13:41:09 +00:00
topology.c ASoC: SOF: topology: Check w->sname validity once in sof_connect_dai_widget() 2022-04-23 00:16:21 +01:00
trace.c ASoC: SOF: Drop 'header' parameter from tx_message() API 2022-04-04 08:39:09 +01:00