summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ASoC: SOF: imx: Do not set fw_ready callbackPeter Ujfalusi2022-04-252-3/+0
| * | | ASoC: SOF: amd: Do not set fw_ready callbackPeter Ujfalusi2022-04-251-1/+0
| * | | ASoC: SOF: Do not check for the fw_ready callbackPeter Ujfalusi2022-04-251-1/+1
| * | | ASoC: SOF: ipc3: Add local implementation for handling fw_ready messagePeter Ujfalusi2022-04-251-1/+305
| |/ /
* | | ASoC: SOF: mediatek: Add DSP system PM callback for mt8186Tinghan Shen2022-04-251-0/+28
* | | ASoC: SOF: mediatek: Add mt8186 dsp clock supportTinghan Shen2022-04-254-1/+141
* | | ASoC: SOF: mediatek: Add mt8186 sof fw loader and dsp opsTinghan Shen2022-04-254-1/+75
* | | ASoC: SOF: mediatek: Add mt8186 hardware supportTinghan Shen2022-04-256-0/+451
|/ /
* | ASoC: SOF: pci: add quirks and PCI IDSMark Brown2022-04-233-1/+57
|\ \
| * | ASoC: SOF: Intel: pci-tgl: add RPL-P supportGongjun Song2022-04-221-0/+4
| * | ASoC: SOF: Intel: pci-tgl: add ADL-PS supportMuralidhar Reddy2022-04-221-0/+2
| * | ASOC: SOF: pci: add ipc_type override for Intel IPC4 testsRander Wang2022-04-222-0/+28
| * | ASoC: SOF: sof-pci-dev: don't use the community key on APL ChromebooksPierre-Louis Bossart2022-04-221-1/+23
* | | ASoC: SOF: Intel: hda: Revisit IMR boot sequencePeter Ujfalusi2022-04-233-39/+50
* | | ASoC: SOF: Intel: hda: simplify NHLT handlingPierre-Louis Bossart2022-04-232-6/+14
* | | ASoC: SOF: topology: Check w->sname validity once in sof_connect_dai_widget()Peter Ujfalusi2022-04-231-4/+7
* | | ASoC: SOF: sof-audio: remove useless assignmentPierre-Louis Bossart2022-04-221-2/+1
|/ /
* | ASoC: SOF: amd: Use dedicated MBOX for ACP and PSP communicationAjit Kumar Pandey2022-04-212-5/+25
* | ASoC: SOF: amd: Add psp_mbox_ready() and psp_send_cmd() callbackAjit Kumar Pandey2022-04-211-6/+40
* | ASoC: SOF: using pm_runtime_resume_and_get to simplify the codeMinghao Chi2022-04-201-6/+3
* | ASoC: SOF: add INTEL_IPC4 plumbingMark Brown2022-04-2031-480/+652
|\ \
| * | ASoC: SOF: Intel: add IP identifierPierre-Louis Bossart2022-04-198-0/+24
| * | ASoC: SOF: Intel: hda: expose some codeloader functionsRanjani Sridharan2022-04-192-13/+20
| * | ASoC: SOF: Intel: hda: Define rom_status_reg in sof_intel_dsp_descRanjani Sridharan2022-04-197-8/+23
| * | ASoC: SOF: Intel: hda: define check_ipc_irq opRanjani Sridharan2022-04-196-1/+21
| * | ASoC: SOF: Intel: hda: use BIT() macros for consistencyPierre-Louis Bossart2022-04-191-4/+4
| * | ASoC: SOF: Intel: move HDA_CL_STREAM_FORMAT definition to headerRanjani Sridharan2022-04-192-2/+1
| * | ASoC: SOF: Intel: hda: use common ops across platformsPierre-Louis Bossart2022-04-1913-355/+211
| * | ASoC: SOF: remove const qualifier for 'struct snd_sof_dsp_ops'Pierre-Louis Bossart2022-04-1918-21/+30
| * | ASoC: SOF: sof-audio: preserve topology filename override in nocodec modePierre-Louis Bossart2022-04-191-1/+2
| * | ASoC: SOF: sof-pci-dev: add parameter to override topology filenamePierre-Louis Bossart2022-04-191-5/+20
| * | ASoC: SOF: sof-pci-dev: add parameter to override firmware filenamePierre-Louis Bossart2022-04-191-1/+13
| * | ASoC: SOF: add IPC-dependent file namesPierre-Louis Bossart2022-04-1915-29/+87
| * | ASoC: SOF: add default IPC capability and file pathsPierre-Louis Bossart2022-04-1911-0/+68
| * | ASoC: SOF: add path indirection to each IPC typePierre-Louis Bossart2022-04-1914-51/+139
* | | ASoC: SOF: Kconfig: Make SND_SOC_SOF_HDA_PROBES tristateRichard Fitzgerald2022-04-191-1/+1
|/ /
* | ASoC: SOF: Intel: Check the bar size before remappingZheyu Ma2022-04-131-1/+5
* | ASoC: SOF: ipc: Move the ipc_set_get_comp_data() local to ipc3-controlPeter Ujfalusi2022-04-113-97/+88
* | ASoC: SOF: sof-audio: Use the widget_kcontrol_setup ops for kcontrol set upPeter Ujfalusi2022-04-111-50/+4
* | ASoC: SOF: Add widget_kcontrol_setup control ops for IPC3Peter Ujfalusi2022-04-112-0/+40
* | ASoC: SOF: ipc: Switch over to use the rx_msg opsPeter Ujfalusi2022-04-112-453/+4
* | ASoC: SOF: ipc: Switch over to use the tx_msg and set_get_data opsPeter Ujfalusi2022-04-111-278/+23
* | ASoC: SOF: ipc: Use the get_reply ops in snd_sof_ipc_get_reply()Peter Ujfalusi2022-04-111-48/+2
* | ASoC: SOF: ipc: Add check for mandatory IPC message handling opsPeter Ujfalusi2022-04-111-0/+5
* | ASoC: SOF: ipc: Separate the ops checks by functions/topicsPeter Ujfalusi2022-04-111-3/+9
* | ASoC: SOF: ipc3: Implement rx_msg IPC opsPeter Ujfalusi2022-04-111-0/+212
* | ASoC: SOF: ipc3: Implement the get_reply IPC opsPeter Ujfalusi2022-04-111-0/+55
* | ASoC: SOF: ipc3: Implement the set_get_data IPC opsPeter Ujfalusi2022-04-111-0/+103
* | ASoC: SOF: ipc3: Use sof_ipc3_tx_msg() internally for message sendingPeter Ujfalusi2022-04-111-2/+2
* | ASoC: SOF: ipc3: Implement the tx_msg IPC opsPeter Ujfalusi2022-04-111-0/+308