aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/sof
AgeCommit message (Expand)AuthorFilesLines
2022-10-03Merge tag 'asoc-v6.1' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Gravatar Takashi Iwai 59-560/+3401
2022-09-26ASoC: SOF: mediatek: mt8195: Add pcm_pointer callbackGravatar Chunxu Li 1-0/+33
2022-09-26ASoC: SOF: mediatek: mt8195: Add pcm_hw_params callbackGravatar Chunxu Li 1-0/+11
2022-09-23ASoC: SOF: ipc4/Intel: Improve and enable IPC error dumpGravatar Mark Brown 10-15/+77
2022-09-23ASoC: SOF: ipc4: Call snd_sof_handle_fw_exception() in case of timeoutGravatar Peter Ujfalusi 1-0/+1
2022-09-23ASoC: SOF: Intel: hda: Only dump firmware registers for IPC3Gravatar Peter Ujfalusi 1-1/+2
2022-09-23ASoC: SOF: Intel: mtl: Print relevant register in ipc_dumpGravatar Peter Ujfalusi 1-9/+8
2022-09-23ASoC: SOF: Intel: skl: Use the ipc4 version of the ipc_dumpGravatar Peter Ujfalusi 1-1/+1
2022-09-23ASoC: SOF: Intel: hda: Add separate ops for ipc_dump for IPC4Gravatar Peter Ujfalusi 3-1/+25
2022-09-23ASoC: SOF: Intel: cnl: Add separate ops for ipc_dump for IPC4Gravatar Peter Ujfalusi 4-3/+40
2022-09-23ASoC: SOF: Intel: MTL: remove the unnecessary snd_sof_dsp_read()Gravatar Yong Zhi 1-8/+0
2022-09-23ASoC: SOF: Intel: MTL: reuse the common ops for PMGravatar Ranjani Sridharan 1-150/+0
2022-09-23ASoC: SOF: Intel: HDA: use IPC version-specific opsGravatar Ranjani Sridharan 1-8/+5
2022-09-23ASoC: SOF: Intel: MTL: define and set the disable_interrupts opGravatar Ranjani Sridharan 1-0/+7
2022-09-23ASoC: SOF: Intel: define and set the disable_interrupts op for cavs platformsGravatar Ranjani Sridharan 7-0/+18
2022-09-23ASoC: SOF: Intel: Add a new op for disabling interruptsGravatar Ranjani Sridharan 1-0/+1
2022-09-23ASoC: SOF: Intel: use power_down_dsp op in hda_dsp_removeGravatar Fred Oh 1-3/+3
2022-09-23ASoC: SOF: Intel: mtl: define and set power_down_dsp opGravatar Fred Oh 1-0/+28
2022-09-23ASoC: SOF: Intel: define and set power_down_dsp op for HDA platformsGravatar Fred Oh 7-0/+18
2022-09-23ASoC: SOF: Intel: introduce new op to handle dsp power downGravatar Fred Oh 1-0/+1
2022-09-22ASoC: SOF: pci-tgl: add missing PCI IDs for RPLGravatar Pierre-Louis Bossart 1-0/+4
2022-09-22ASoC: SOF: Intel: pci-tgl: reorder PCI IDsGravatar Pierre-Louis Bossart 1-2/+2
2022-09-21ASoC: SOF: mediatek: add pcm_pointer callback for mt8186Gravatar Chunxu Li 1-0/+33
2022-09-21ASoC: SOF: ipc4-topology: Free the ida when IPC fails in sof_ipc4_widget_setup()Gravatar Peter Ujfalusi 1-1/+8
2022-09-21ASoC: SOF: Add SKL/KBL support for IPC4 CI testsGravatar Mark Brown 9-2/+841
2022-09-21ADD SOF support for rembrandt platformGravatar Mark Brown 17-151/+651
2022-09-20ASoC: SOF: ipc4-topology: minor cleanupGravatar Mark Brown 1-3/+2
2022-09-20ASoC: SOF: sof-audio: fix prepare/unprepareGravatar Mark Brown 1-5/+7
2022-09-20ASoC: soc.h: random cleanupGravatar Mark Brown 1-2/+2
2022-09-20ASoC: SOF: amd: increase SRAM inbox and outbox size to 1024Gravatar V sujith kumar Reddy 6-17/+48
2022-09-20ASoC: SOF: Adding amd HS functionality to the sof coreGravatar V sujith kumar Reddy 3-0/+43
2022-09-20ASoC: SOF: amd: Add support for Rembrandt plaform.Gravatar V sujith kumar Reddy 7-1/+351
2022-09-20ASoC: SOF: amd: Make ACP core code generic for newer SOC transitionGravatar Ajit Kumar Pandey 10-134/+210
2022-09-20ASoC: SOF: ipc4-topology: remove useless assignmentGravatar Pierre-Louis Bossart 1-2/+1
2022-09-20ASoC: SOF: ipc4-topology: clarify calculation precedenceGravatar Pierre-Louis Bossart 1-1/+1
2022-09-20ASoC: SOF: don't unprepare widget used other pipelinesGravatar Rander Wang 1-2/+2
2022-09-20ASoC: SOF: clear prepare state when widget is unpreparedGravatar Rander Wang 1-5/+7
2022-09-20ASoC: SOF: Intel: add ops for SKL/KBLGravatar Pierre-Louis Bossart 2-9/+57
2022-09-20ASoC: SOF: Intel: add initial SKL/KBL hardware supportGravatar Pierre-Louis Bossart 8-5/+204
2022-09-20ASoC: SOF: Intel: add SKL/KBL hardware code loaderGravatar Pierre-Louis Bossart 2-0/+589
2022-09-20ASoC: SOF: Intel: hda-dsp: expose functions for SKL supportGravatar Pierre-Louis Bossart 2-2/+5
2022-09-20ASoC: SOF: Intel: override mclk_id for ES8336 supportGravatar Mark Brown 6-5/+57
2022-09-20ASoC: SOF: Intel: hda: override mclk_id after parsing NHLT SSP blobGravatar Pierre-Louis Bossart 1-0/+28
2022-09-20ASoC: soc.h: remove num_cpus/codecsGravatar Kuninori Morimoto 1-2/+2
2022-09-20ASoC: SOF: mediatek: add pcm_hw_params callback for mt8186Gravatar Chunxu Li 1-0/+11
2022-09-20ASoC: SOF: start using tracing instead of dev_dbgGravatar Mark Brown 14-51/+51
2022-09-19ASoC: SOF: add quirk to override topology mclk_idGravatar Pierre-Louis Bossart 3-0/+22
2022-09-19ASoC: SOF: Intel: hda: refine SSP count supportGravatar Pierre-Louis Bossart 3-5/+7
2022-09-19ASoC: SOF: pci: Change DMI match info to support all Chrome platformsGravatar Jairaj Arava 1-1/+1
2022-09-19ASOC: SOF: use devm_kcalloc() instead of devm_kzalloc()Gravatar ye xingchen 1-2/+2