summaryrefslogtreecommitdiff
path: root/sound/soc/sof
AgeCommit message (Expand)AuthorFilesLines
2024-10-18ASoC/soundwire: add initial support for SDCAMark Brown2-10/+12
2024-10-17ASoC: SOF: Intel: hda: use machine_check() for SoundWirePierre-Louis Bossart1-1/+2
2024-10-17ASoC/soundwire: remove sdw_slave_extended_idPierre-Louis Bossart2-9/+10
2024-10-17ASoC: SOF: sof-of-dev: add parameter to override tplg/fw_filenameAnne Onciulescu1-0/+10
2024-10-17ASoC: Merge up fixesMark Brown3-19/+7
2024-10-11ASoC/SoundWire: Intel: lnl: enable interrupts after first power-up/before las...Pierre-Louis Bossart3-17/+0
2024-10-11ASoC: SOF: Intel: hda-mlink: expose unlocked interrupt enable routinePierre-Louis Bossart1-0/+18
2024-10-08ASoC: SOF: ipc4-topology: Add helper function to print the module's in/out au...Peter Ujfalusi1-76/+186
2024-10-08ASoC: SOF: ipc4-topology: Concentrate prints inside of sof_ipc4_init_output_a...Peter Ujfalusi1-43/+44
2024-10-08ASoC: SOF: ipc4-topology: Simplify code to deal with process modules without ...Peter Ujfalusi1-31/+39
2024-10-08ASoC: SOF: ipc4-topology: Use local variables in sof_ipc4_init_output_audio_f...Peter Ujfalusi1-11/+12
2024-10-08ASoC: SOF: ipc4-topology: Simplify match format print in sof_ipc4_init_input_...Peter Ujfalusi1-5/+9
2024-10-08ASoC: SOF: ipc4-topology: Remove redundant check in sof_ipc4_init_input_audio...Peter Ujfalusi1-8/+6
2024-10-08ASoC: SOF: ipc4-topology: Use local variables in sof_ipc4_init_input_audio_fmt()Peter Ujfalusi1-7/+6
2024-10-08ASoC: SOF: ipc4-topology: Drop the 'index' from 'Pin index' of format printPeter Ujfalusi1-1/+1
2024-10-08ASoC: SOF: Intel: hda-loader: do not wait for HDaudio IOCKai Vehmanen1-17/+0
2024-10-08ASoC: SOF: amd: Fix for ACP SRAM addr for acp7.0 platformVenkata Prasad Potturu1-1/+4
2024-10-08ASoC: SOF: amd: Add error log for DSP firmware validation failureVenkata Prasad Potturu1-1/+3
2024-10-07ASoC: Merge up v6.12Mark Brown2-2/+2
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2
2024-09-30ASoC: SOF: ipc3: Use standard dev_dbg APIDaniel Baluta1-1/+1
2024-09-14Merge tag 'asoc-v6.12' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai35-221/+659
2024-09-12ASoC: SOF: Intel: hda: remove common_hdmi_codec_drvBrent Lu1-1/+0
2024-09-09ASoC: Switch back to struct platform_driver::remove()Uwe Kleine-König7-7/+7
2024-08-28ASoC: SOF: Intel: hda: support BT link mask in mach_paramsBrent Lu1-5/+32
2024-08-28ASoC: SOF: Intel: hda: refactoring topology name fixup for SDW machBrent Lu1-120/+46
2024-08-28ASoC: SOF: Intel: hda: refactoring topology name fixup for HDA machBard Liao1-41/+43
2024-08-28ASoc: SOF: topology: Clear SOF link platform name upon unloadChen-Yu Tsai1-0/+2
2024-08-26ASoC: SOF: topology: Use kmemdup_array instead of kmemdup for multiple alloca...Shen Lichuan1-4/+4
2024-08-23ASoC: SOF: amd: add support for acp7.0 based platformVijendar Mukunda7-14/+352
2024-08-21ASoC: SOF: amd: remove unused variable from sof_amd_acp_desc structureVijendar Mukunda5-5/+0
2024-08-20ASoC: amd: acp: replace desc->rev check with acp pci revision idVijendar Mukunda1-10/+12
2024-08-20ASoC: Merge up fixesMark Brown7-21/+55
2024-08-16ASoC: SOF: amd: Fix for acp init sequenceVijendar Mukunda2-4/+22
2024-08-13ASoC: SOF: mediatek: Add missing board compatibleAlbert Jakieła1-0/+3
2024-08-13ASoC: SOF: amd: Fix for incorrect acp error register offsetsVijendar Mukunda6-6/+19
2024-08-13ASoC: SOF: amd: move iram-dram fence register programming sequenceVijendar Mukunda1-11/+11
2024-08-08ASoC: SOF: amd: update conditional check for cache register updateVijendar Mukunda1-1/+1
2024-08-08ASoC: SOF: sof-audio: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-1/+3
2024-08-08ASoC: Merge fixesMark Brown1-1/+1
2024-08-02ASoC/SOF/PCI/Intel: add PantherLake supportMark Brown9-2/+142
2024-08-02ASoC: SOF: sof-audio.h: optimize snd_sof_pcm_stream_pipeline_listPierre-Louis Bossart1-2/+2
2024-08-02ASoC: SOF: sof-priv.h: optimize snd_sof_ipc_msgPierre-Louis Bossart1-3/+4
2024-08-02ASoC: SOF: sof-priv.h: optimize snd_sof_mailboxPierre-Louis Bossart1-1/+1
2024-08-02ASoC: SOF: sof-priv.h: optimize snd_sof_platform_stream_paramsPierre-Louis Bossart1-3/+4
2024-08-02ASoC: SOF: Intel: add initial support for PTLPierre-Louis Bossart7-0/+126
2024-08-02ASoC: SOF: Intel: add PTL specific power control registerFred Oh2-2/+16
2024-08-01ALSA/ASoC: use snd_pcm_direction_name()Mark Brown2-4/+2
2024-08-01ASoC: sof: intel: use snd_pcm_direction_name()Kuninori Morimoto1-3/+1
2024-08-01ASoC: sof: pcm: use snd_pcm_direction_name()Kuninori Morimoto1-1/+1