summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/amd
AgeCommit message (Expand)AuthorLines
2023-05-23ASoC: SOF: amd: Add pci revision id checkVenkata Prasad Potturu-0/+9
2023-05-09ASoC: SOF: amd: Fix NULL pointer crash in acp_sof_ipc_msg_data functionV sujith kumar Reddy-1/+6
2023-04-03ASoC: SOF: amd: refactor dmic codec platform device creationVijendar Mukunda-38/+19
2023-04-03ASoC: SOF: amd: refactor error checks in probe callVijendar Mukunda-7/+9
2023-04-03ASoC: SOF: amd: refactor get_chip_info callbackVijendar Mukunda-7/+5
2023-04-03ASoC: SOF: amd: remove unused variablesVijendar Mukunda-6/+0
2023-04-03ASoC: SOF: amd: remove acp_dai_probe() functionVijendar Mukunda-24/+0
2023-04-03ASoC: SOF: amd: remove unused codeVijendar Mukunda-138/+2
2023-03-08ASoC: SOF: amd: Enable cont_update_posn variable in pcm hw_params.V sujith kumar Reddy-0/+1
2023-03-08ASoC: SOF: amd: Add pcm pointer callback for amd platforms.V sujith kumar Reddy-0/+36
2023-02-16Merge tag 'asoc-v6.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai-5/+21
2023-02-02ASoC: SOF: amd: Fix for handling spurious interrupts from DSPV sujith kumar Reddy-21/+15
2023-01-17ASoC: SOF: Prepare set_stream_data_offset for compress APIDaniel Baluta-2/+3
2023-01-17ASoC: SOF: Prepare ipc_msg_data to be used with compress APIDaniel Baluta-3/+5
2022-12-25ASoC: SOF: amd: Enable cache for AMD Rembrandt platformV sujith kumar Reddy-0/+13
2022-12-05ASoC : SOF: amd: Add support for IPC and DSP dumpsV sujith kumar Reddy-0/+128
2022-12-05ASoC: SOF: amd: Use poll function instead to read ACP_SHA_DSP_FW_QUALIFIERAjye Huang-3/+5
2022-11-28ASoC: SOF: amd: ADD HS and SP virtual DAI.V sujith kumar Reddy-0/+32
2022-11-28ASoC: SOF: amd: Fix for selecting clock source as external clock.V sujith kumar Reddy-1/+11
2022-11-28ASoC: SOF: amd: Fix for reading position updates from stream box.V sujith kumar Reddy-1/+34
2022-10-21ASoC: SOF: amd: Use the basefw firmware container directlyPeter Ujfalusi-4/+2
2022-09-20ASoC: SOF: amd: increase SRAM inbox and outbox size to 1024V sujith kumar Reddy-17/+48
2022-09-20ASoC: SOF: amd: Add support for Rembrandt plaform.V sujith kumar Reddy-1/+351
2022-09-20ASoC: SOF: amd: Make ACP core code generic for newer SOC transitionAjit Kumar Pandey-134/+210
2022-06-14ASoC: SOF: Compile and runtime IPC version selectionPeter Ujfalusi-0/+1
2022-06-06ASoC: SOF: amd: Add SOF pm ops callback for RenoirAjit Kumar Pandey-0/+50
2022-05-19ASoC: SOF: Modify the host trace_init parameter list to include dmabPeter Ujfalusi-3/+3
2022-05-12ASoC: SOF: amd: add missing platform_device_unregister in acp_pci_rn_probeZheng Bin-0/+1
2022-04-29ASoC: SOF: amd: renoir: Do not set the load_module opsPeter Ujfalusi-3/+0
2022-04-25ASoC: SOF: amd: Do not set fw_ready callbackPeter Ujfalusi-1/+0
2022-04-21ASoC: SOF: amd: Use dedicated MBOX for ACP and PSP communicationAjit Kumar Pandey-5/+25
2022-04-21ASoC: SOF: amd: Add psp_mbox_ready() and psp_send_cmd() callbackAjit Kumar Pandey-6/+40
2022-04-19ASoC: SOF: remove const qualifier for 'struct snd_sof_dsp_ops'Pierre-Louis Bossart-2/+2
2022-04-19ASoC: SOF: add IPC-dependent file namesPierre-Louis Bossart-1/+3
2022-04-19ASoC: SOF: add default IPC capability and file pathsPierre-Louis Bossart-0/+2
2022-04-19ASoC: SOF: add path indirection to each IPC typePierre-Louis Bossart-2/+6
2022-03-11ASoC: SOF: Make pcm_hw_params snd_sof_dsp_ops callback IPC neutralPeter Ujfalusi-4/+7
2022-03-09ASoC: SOF: amd: Remove unneeded semicolonJiapeng Chong-1/+1
2022-03-09ASoC: SOF: amd: Remove unneeded semicolonJiapeng Chong-1/+1
2022-03-07ASoC: SOF: amd: Increase ACP_HW_SEM_RETRY_COUNT valueAjit Kumar Pandey-1/+1
2022-03-07ASoC: SOF: amd: Move group register configuration to acp-loaderAjit Kumar Pandey-14/+9
2022-03-07ASoC: SOF: amd: Use semaphore register to synchronize ipc's irqAjit Kumar Pandey-1/+30
2022-03-07ASoC: SOF: amd: Flush cache after ATU_BASE_ADDR_GRP register updateAjit Kumar Pandey-0/+3
2022-03-07ASoC: SOF: amd: Do not set ipc_pcm_params ops as it is optionalPeter Ujfalusi-11/+0
2022-03-07ASoC: SOF: amd: acp-pcm: Take buffer information directly from runtimePeter Ujfalusi-3/+4
2022-02-08ASoC: SOF: dma-trace: Pass pointer to params_ext struct in trace_init()Peter Ujfalusi-30/+11
2021-12-21ASoC: SOF: AMD: simplify return status handlingPierre-Louis Bossart-1/+1
2021-12-17ASoC: SOF: avoid casting "const" attribute awayGuennadi Liakhovetski-3/+4
2021-11-17ASoC: SOF: amd: Add support for SOF firmware authenticationAjit Kumar Pandey-1/+95
2021-11-17ASoC: SOF: amd: Add trace logger supportV sujith kumar Reddy-1/+94