summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof (follow)
Commit message (Expand)AuthorAgeFilesLines
* ASoC: SOF: Intel: disable IMR boot when resuming from ACPI S4 and S5 statesPierre-Louis Bossart2022-06-241-1/+2
* ASoC: SOF: pm: add definitions for S4 and S5 statesPierre-Louis Bossart2022-06-242-0/+11
* ASoC: SOF: pm: add explicit behavior for ACPI S1 and S2Pierre-Louis Bossart2022-06-241-1/+11
* ASoC: SOF: Intel: hda: Fix compressed stream position trackingPeter Ujfalusi2022-06-243-77/+94
* ASoC: SOF: mediatek: Fix error code in probeDan Carpenter2022-06-241-1/+1
* ASoC: SOF: ipc3-topology: Move and correct size checks in sof_ipc3_control_lo...Peter Ujfalusi2022-06-241-12/+11
* ASoC: SOF: Intel: hda-loader: Clarify the cl_dsp_init() flowPeter Ujfalusi2022-06-241-4/+4
* ASoC: SOF: Intel: hda-loader: Make sure that the fw load sequence is followedPeter Ujfalusi2022-06-241-1/+1
* ASoC: SOF: Intel: hda-dsp: Expose hda_dsp_core_power_up()Peter Ujfalusi2022-06-242-1/+10
* ASoC: SOF: ipc-msg-injector: Fix reversed if statementDan Carpenter2022-06-061-10/+8
* ASoC: SOF: ipc-msg-injector: Propagate write errors correctlyDan Carpenter2022-06-061-5/+11
* ASoC: SOF: Fix potential NULL pointer dereferenceAmadeusz Sławiński2022-06-061-1/+1
* ASoC: SOF: Introduce generic (in)firmware tracing infrastructureMark Brown2022-05-2017-669/+767
|\
| * ASoC: SOF: ipc3-dtrace: Move dtrace related variables local from sof_devPeter Ujfalusi2022-05-192-65/+93
| * ASoC: SOF: Introduce opaque storage of private data for firmware tracingPeter Ujfalusi2022-05-191-0/+1
| * ASoC: SOF: Modify the host trace_init parameter list to include dmabPeter Ujfalusi2022-05-197-9/+11
| * ASoC: SOF: ipc3-dtrace: Move host ops wrappers from generic header to privatePeter Ujfalusi2022-05-193-31/+37
| * ASoC: SOF: Switch to IPC generic firmware tracingPeter Ujfalusi2022-05-198-615/+44
| * ASoC: SOF: Clone the trace code to ipc3-dtrace as fw_tracing implementationPeter Ujfalusi2022-05-194-0/+612
| * ASoC: SOF: Rename dtrace_is_supported flag to fw_trace_is_supportedPeter Ujfalusi2022-05-194-10/+12
| * ASoC: SOF: Introduce IPC independent ops for firmware tracing supportPeter Ujfalusi2022-05-191-0/+18
* | ASoC: SOF: mediatek: add debug dumpMark Brown2022-05-204-0/+124
|\ \
| * | ASoC: SOF: mediatek: Add mt8195 debug dumpYC Hung2022-05-191-0/+29
| * | ASoC: SOF: mediatek: Add mediatek common debug dumpYC Hung2022-05-193-0/+95
| |/
* | ASoC: SOF: sof-client-ipc-flood-test: use pm_runtime_resume_and_get()Pierre-Louis Bossart2022-05-191-2/+1
* | ASoC: SOF: mediatek: remove duplicate include in mt8195.cWan Jiabing2022-05-191-1/+0
|/
* ASoC: SOF: ipc-msg-injector: Cap the rmaining to count in IPC4 modePeter Ujfalusi2022-05-171-4/+11
* ASoC: SOF: mediatek: Add mt8186 ipc supportTinghan Shen2022-05-163-0/+147
* ASoC: SOF: mediatek: Add ipc support for mt8195Allen-KH Cheng2022-05-163-11/+140
* ASoC: SOF: Add IPC4 FW loader supportMark Brown2022-05-129-13/+500
|\
| * ASoC: SOF: Intel: HDA: Set up sof_ipc4_fw_data for IPC4Ranjani Sridharan2022-05-123-0/+35
| * ASoC: SOF: IPC4: Add FW loader opsRanjani Sridharan2022-05-124-1/+230
| * ASoC: SOF: Add IPC4 private headerRanjani Sridharan2022-05-121-0/+27
| * ASoC: SOF: Intel: HDA: Set IPC4-specific DSP ops for CaVS platformsRanjani Sridharan2022-05-125-12/+208
* | ASoC: SOF: amd: add missing platform_device_unregister in acp_pci_rn_probeZheng Bin2022-05-121-0/+1
|/
* ASoC: SOF: sof-client: Update for different IPC versionsMark Brown2022-05-094-27/+227
|\
| * ASoC: SOF: sof-client: IPC flood test can only work with SOF_IPCPeter Ujfalusi2022-05-091-0/+3
| * ASoC: SOF: ipc-msg-injector: Add support for IPC4 messagesPeter Ujfalusi2022-05-091-3/+130
| * ASoC: SOF: ipc-msg-injector: Separate the message sendingPeter Ujfalusi2022-05-091-17/+31
| * ASoC: SOF: sof-client: Add support IPC4 message sendingPeter Ujfalusi2022-05-091-6/+41
| * ASoC: SOF: sof-client: Add API to get the ipc_typePeter Ujfalusi2022-05-092-0/+9
| * ASoC: SOF: sof-client-probes: Query the maximum IPC payload sizePeter Ujfalusi2022-05-091-2/+3
| * ASoC: SOF: ipc-msg-injector: Query the maximum IPC payload sizePeter Ujfalusi2022-05-091-5/+7
| * ASoC: SOF: sof-client: Add API to get the maximum IPC payload sizePeter Ujfalusi2022-05-092-0/+9
* | ASoC: SOF: trace: The dtrace is only available with SOF_IPCPeter Ujfalusi2022-05-091-0/+4
|/
* ASoC: SOF: ipc4: Add support for mandatory message handling functionalityPeter Ujfalusi2022-05-053-1/+607
* ASoC: SOF: Add rx_data pointer to snd_sof_ipc_msg structPeter Ujfalusi2022-05-051-0/+3
* ASoC: SOF: ipc3: Remove the ipc3-ops.h header filePeter Ujfalusi2022-05-049-27/+9
* ASoC: Pull in fixesMark Brown2022-05-042-13/+31
|\
| * ASoC: SOF: ipc3-topology: Correct get_control_data for non bytes payloadPeter Ujfalusi2022-05-031-13/+26