summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/amd
Commit message (Expand)AuthorAgeFilesLines
* ASoC: SOF: amd: Add acp-psp mailbox interface for iram-dram fence register mo...Venkata Prasad Potturu2023-12-192-0/+16
* ASoC: SOF: amd: Refactor spinlock_irq(&sdev->ipc_lock) sequence in irq_handlerVenkata Prasad Potturu2023-12-192-3/+4
* ASoC: SOF: amd: remove duplicated includingWang Jinchao2023-12-151-1/+0
* ASoC: SOF: amd: add option to use sram for data bin loadingVijendar Mukunda2023-10-232-7/+49
* ASoC: SOF: amd: refactor acp dram usage for data bin loadingVijendar Mukunda2023-10-232-17/+22
* ASoC: SOF: amd: increase DSP cache window rangeVijendar Mukunda2023-10-231-1/+1
* ASoC: SOF: amd: add support for acp6.3 based platformVijendar Mukunda2023-10-235-0/+267
* ASoC: SOF: make .remove callback return voidPierre-Louis Bossart2023-10-122-3/+3
* ASoC: Merge fixes for consistent cs42l43 schemaMark Brown2023-10-101-1/+0
|\
| * ASoC: SOF: amd: fix for firmware reload failure after playbackVijendar Mukunda2023-09-271-1/+0
* | ASoC: sof: amd: convert not to use asoc_xxx()Kuninori Morimoto2023-09-251-1/+1
* | ASoC: SOF: amd: Use generic names for IPC typesPeter Ujfalusi2023-09-193-15/+15
|/
* ASoC: SOF: amd: clear dsp to host interrupt statusVijendar Mukunda2023-08-231-3/+3
* ASoC: SOF: amd: clear panic mask status when panic occursVijendar Mukunda2023-08-231-0/+4
* ASoC: SOF: amd: add conditional check for acp_clkmux_sel registerVijendar Mukunda2023-08-231-1/+3
* ASoC: SOF: amd: remove redundant clock mux selection register writeVijendar Mukunda2023-08-231-7/+1
* ASoC: SOF: amd: add module parameter for firmware debugVijendar Mukunda2023-08-233-1/+8
* ASoC: SOF: amd: enable ACP external global interruptVijendar Mukunda2023-08-232-0/+4
* ASoC: SOF: amd: remove unused sha dma interrupt codeVijendar Mukunda2023-08-231-8/+1
* ASoC: SOF: amd: Enable signed firmware image loading for Vangogh platformVenkata Prasad Potturu2023-08-213-0/+40
* ASoC: SOF: amd: Add support for signed fw image loadingVenkata Prasad Potturu2023-08-214-3/+51
* ASoC: SOF: amd: Add sof support for vangogh platformVenkata Prasad Potturu2023-08-216-4/+290
* ASoC: SOF: amd: Add Probe register offset for renoir and rembrandt platform.V sujith kumar Reddy2023-07-172-0/+4
* ASoC: SOF: amd: Add Probe functionality support for amd platforms.V sujith kumar Reddy2023-07-176-0/+195
* ASoC: SOF: amd: refactor PSP smn_readMastan Katragadda2023-07-092-21/+17
* ASoC: SOF: amd: add revision check for sending sha dma completion commandMastan Katragadda2023-06-301-3/+7
* 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