summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/amd
Commit message (Expand)AuthorAgeFilesLines
* ASoC: SOF: amd: Add support for IPC with a reply_size set to zeroVenkata Prasad Potturu2023-06-141-0/+7
* ASoC: SOF: amd: Add pci revision id checkVenkata Prasad Potturu2023-05-233-0/+9
* ASoC: SOF: amd: Fix NULL pointer crash in acp_sof_ipc_msg_data functionV sujith kumar Reddy2023-05-091-1/+6
* ASoC: SOF: amd: refactor dmic codec platform device creationVijendar Mukunda2023-04-034-38/+19
* ASoC: SOF: amd: refactor error checks in probe callVijendar Mukunda2023-04-031-7/+9
* ASoC: SOF: amd: refactor get_chip_info callbackVijendar Mukunda2023-04-031-7/+5
* ASoC: SOF: amd: remove unused variablesVijendar Mukunda2023-04-033-6/+0
* ASoC: SOF: amd: remove acp_dai_probe() functionVijendar Mukunda2023-04-034-24/+0
* ASoC: SOF: amd: remove unused codeVijendar Mukunda2023-04-032-138/+2
* ASoC: SOF: amd: Enable cont_update_posn variable in pcm hw_params.V sujith kumar Reddy2023-03-081-0/+1
* ASoC: SOF: amd: Add pcm pointer callback for amd platforms.V sujith kumar Reddy2023-03-083-0/+36
* Merge tag 'asoc-v6.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2023-02-164-5/+21
|\
| * ASoC: SOF: Prepare set_stream_data_offset for compress APIDaniel Baluta2023-01-172-2/+3
| * ASoC: SOF: Prepare ipc_msg_data to be used with compress APIDaniel Baluta2023-01-172-3/+5
| * ASoC: SOF: amd: Enable cache for AMD Rembrandt platformV sujith kumar Reddy2022-12-253-0/+13
* | ASoC: SOF: amd: Fix for handling spurious interrupts from DSPV sujith kumar Reddy2023-02-021-21/+15
|/
* ASoC : SOF: amd: Add support for IPC and DSP dumpsV sujith kumar Reddy2022-12-054-0/+128
* ASoC: SOF: amd: Use poll function instead to read ACP_SHA_DSP_FW_QUALIFIERAjye Huang2022-12-051-3/+5
* ASoC: SOF: amd: ADD HS and SP virtual DAI.V sujith kumar Reddy2022-11-282-0/+32
* ASoC: SOF: amd: Fix for selecting clock source as external clock.V sujith kumar Reddy2022-11-282-1/+11
* ASoC: SOF: amd: Fix for reading position updates from stream box.V sujith kumar Reddy2022-11-283-1/+34
* ASoC: SOF: amd: Use the basefw firmware container directlyPeter Ujfalusi2022-10-211-4/+2
* ASoC: SOF: amd: increase SRAM inbox and outbox size to 1024V sujith kumar Reddy2022-09-206-17/+48
* ASoC: SOF: amd: Add support for Rembrandt plaform.V sujith kumar Reddy2022-09-207-1/+351
* ASoC: SOF: amd: Make ACP core code generic for newer SOC transitionAjit Kumar Pandey2022-09-2010-134/+210
* 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