summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/amd
Commit message (Expand)AuthorAgeFilesLines
* ASoC: SOF: Compile and runtime IPC version selectionPeter Ujfalusi2022-06-141-0/+1
* ASoC: SOF: amd: Add SOF pm ops callback for RenoirAjit Kumar Pandey2022-06-065-0/+50
* ASoC: SOF: Modify the host trace_init parameter list to include dmabPeter Ujfalusi2022-05-192-3/+3
* ASoC: SOF: amd: add missing platform_device_unregister in acp_pci_rn_probeZheng Bin2022-05-121-0/+1
* ASoC: SOF: amd: renoir: Do not set the load_module opsPeter Ujfalusi2022-04-291-3/+0
* ASoC: SOF: amd: Do not set fw_ready callbackPeter Ujfalusi2022-04-251-1/+0
* 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: remove const qualifier for 'struct snd_sof_dsp_ops'Pierre-Louis Bossart2022-04-192-2/+2
* ASoC: SOF: add IPC-dependent file namesPierre-Louis Bossart2022-04-191-1/+3
* ASoC: SOF: add default IPC capability and file pathsPierre-Louis Bossart2022-04-191-0/+2
* ASoC: SOF: add path indirection to each IPC typePierre-Louis Bossart2022-04-191-2/+6
* ASoC: SOF: Make pcm_hw_params snd_sof_dsp_ops callback IPC neutralPeter Ujfalusi2022-03-112-4/+7
* ASoC: SOF: amd: Remove unneeded semicolonJiapeng Chong2022-03-091-1/+1
* ASoC: SOF: amd: Remove unneeded semicolonJiapeng Chong2022-03-091-1/+1
* ASoC: SOF: amd: Increase ACP_HW_SEM_RETRY_COUNT valueAjit Kumar Pandey2022-03-071-1/+1
* ASoC: SOF: amd: Move group register configuration to acp-loaderAjit Kumar Pandey2022-03-072-14/+9
* ASoC: SOF: amd: Use semaphore register to synchronize ipc's irqAjit Kumar Pandey2022-03-074-1/+30
* ASoC: SOF: amd: Flush cache after ATU_BASE_ADDR_GRP register updateAjit Kumar Pandey2022-03-071-0/+3
* ASoC: SOF: amd: Do not set ipc_pcm_params ops as it is optionalPeter Ujfalusi2022-03-073-11/+0
* ASoC: SOF: amd: acp-pcm: Take buffer information directly from runtimePeter Ujfalusi2022-03-071-3/+4
* ASoC: SOF: dma-trace: Pass pointer to params_ext struct in trace_init()Peter Ujfalusi2022-02-082-30/+11
* ASoC: SOF: AMD: simplify return status handlingPierre-Louis Bossart2021-12-211-1/+1
* ASoC: SOF: avoid casting "const" attribute awayGuennadi Liakhovetski2021-12-171-3/+4
* ASoC: SOF: amd: Add support for SOF firmware authenticationAjit Kumar Pandey2021-11-174-1/+95
* ASoC: SOF: amd: Add trace logger supportV sujith kumar Reddy2021-11-174-1/+94
* ASoC: SOF: amd: Add Renoir PCI driver interfaceAjit Kumar Pandey2021-11-174-2/+168
* ASoC: SOF: amd: Add machine driver dsp ops for Renoir platformAjit Kumar Pandey2021-11-171-0/+22
* ASoC: SOF: amd: Add PCM stream callback for Renoir dai'sAjit Kumar Pandey2021-11-176-1/+305
* ASoC: SOF: amd: Add dai driver dsp ops callback for RenoirAjit Kumar Pandey2021-11-172-0/+93
* ASoC: SOF: amd: Add IPC support for ACP IP blockAjit Kumar Pandey2021-11-176-2/+256
* ASoC: SOF: amd: Add fw loader and renoir dsp ops to load firmwareAjit Kumar Pandey2021-11-175-1/+245
* ASoC: SOF: amd: Add helper callbacks for ACP's DMA configurationAjit Kumar Pandey2021-11-173-1/+359
* ASoC: SOF: amd: Add Renoir ACP HW supportAjit Kumar Pandey2021-11-176-0/+249