aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/sof
AgeCommit message (Expand)AuthorFilesLines
2024-02-13ASoC: SOF: Intel: pci-tgl/lnl: Change default pathsGravatar Mark Brown 2-33/+33
2024-02-13ASoC: SOF: IPC3: fix message bounds on ipc opsGravatar Curtis Malainey 1-1/+1
2024-02-13ASoC: SOF: ipc4-pcm: Workaround for crashed firmware on system suspendGravatar Peter Ujfalusi 1-1/+12
2024-02-13ASoC: SOF: Intel: pci-lnl: Change the topology path to intel/sof-ipc4-tplgGravatar Peter Ujfalusi 1-1/+1
2024-02-13ASoC: SOF: Intel: pci-tgl: Change the default paths and firmware namesGravatar Peter Ujfalusi 1-32/+32
2024-02-11ASoC: SOF: amd: Fix locking in ACP IRQ handlerGravatar Cristian Ciocaltea 2-9/+10
2024-02-08ASoC: SOF: ipc3-topology: Fix pipeline tear down logicGravatar Ranjani Sridharan 1-14/+41
2024-01-16Merge tag 'asoc-fix-v6.8-merge-window' of https://git.kernel.org/pub/scm/linu...Gravatar Takashi Iwai 3-12/+6
2024-01-15ASoC: SOF: ipc4-loader: remove the CPC check warningsGravatar Kai Vehmanen 1-7/+4
2024-01-15ASoC: SOF: ipc4-pcm: remove log message for LLPGravatar Rander Wang 1-3/+1
2024-01-12ASoC: SOF: icp3-dtrace: Revert "Fix wrong kfree() usage"Gravatar Peter Ujfalusi 1-2/+1
2024-01-08Merge tag 'asoc-v6.8' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Gravatar Takashi Iwai 41-436/+1095
2024-01-08Merge branch 'for-next' into for-linusGravatar Takashi Iwai 4-11/+72
2024-01-03ASoC: SOF: Intel: hda-codec: Delay the codec device registrationGravatar Peter Ujfalusi 1-9/+9
2023-12-29Merge branch 'topic/cs35l41' into for-nextGravatar Takashi Iwai 7-70/+118
2023-12-29ASoC: SOF: imx: Add SNDRV_PCM_INFO_BATCH flagGravatar Shengjiu Wang 3-0/+3
2023-12-19ASoC: don't use original dummy dlcGravatar Mark Brown 1-3/+1
2023-12-19ASoC: SOF: amd: Add acp-psp mailbox interface for iram-dram fence register mo...Gravatar Venkata Prasad Potturu 2-0/+16
2023-12-19ASoC: SOF: Rename amd_bt sof_dai_typeGravatar Venkata Prasad Potturu 1-1/+1
2023-12-19ASoC: SOF: Add i2s bt dai configuration support for AMD platformsGravatar Venkata Prasad Potturu 1-0/+1
2023-12-19ASoC: SOF: Refactor sof_i2s_tokens reading to update acpbt daiGravatar Venkata Prasad Potturu 1-4/+7
2023-12-19ASoC: SOF: amd: Refactor spinlock_irq(&sdev->ipc_lock) sequence in irq_handlerGravatar Venkata Prasad Potturu 2-3/+4
2023-12-19ASoC: sof: use snd_soc_dummy_dlcGravatar Kuninori Morimoto 1-3/+1
2023-12-15ASoC: SOF: query FW config to reload libraryGravatar Mark Brown 6-2/+13
2023-12-15ASoC: SOF: amd: remove duplicated includingGravatar Wang Jinchao 1-1/+0
2023-12-15ASoC: SOF: Intel: check fw_context_save for library reloadGravatar Rander Wang 1-2/+3
2023-12-15ASoC: SOF: IPC4: query fw_context_save feature from fwGravatar Rander Wang 5-0/+10
2023-12-07ASoC: SOF: Intel: hda-codec: Delay the codec device registrationGravatar Peter Ujfalusi 1-9/+9
2023-12-07ASoC: SOF: Intel: pci-mtl: add HDA_ARL PCI supportGravatar Pierre-Louis Bossart 1-0/+31
2023-12-07ASoC: SOF: Intel: pci-mtl: fix ARL-S definitionsGravatar Pierre-Louis Bossart 3-6/+35
2023-12-06ASoC: SOF: mediatek: mt8186: Revert Add Google Steelix topology compatibleGravatar Curtis Malainey 1-3/+0
2023-12-06ASoC: SOF: topology cleanupsGravatar Mark Brown 2-1/+3
2023-12-05ASoC: SOF: Intel: lnl: add core get and set support for dsp coreGravatar Rander Wang 3-2/+9
2023-12-04ASoC: SOF: Wire up buffer flagsGravatar Curtis Malainey 1-0/+2
2023-12-04ASoC: SOF: topology: Use partial match for disconnecting DAI link and DAI widgetGravatar Bard Liao 1-1/+1
2023-12-04ASoC: SOF: Move sof_of_machine_select() to core.c from sof-of-dev.cGravatar Chen-Yu Tsai 3-32/+22
2023-12-01ASoC: SOF: ipc4-topology: Correct data structures for the GAIN moduleGravatar Peter Ujfalusi 3-31/+38
2023-12-01ASoC: SOF: ipc4-topology: Correct data structures for the SRC moduleGravatar Peter Ujfalusi 2-14/+23
2023-11-30ASoC: SOF: IPC path handling and fallback supportGravatar Mark Brown 18-278/+656
2023-11-29ASoC: SOF: ipc4-topology: Add module ID print during module set upGravatar Baofeng Tian 1-2/+10
2023-11-29ASoC: SOF: ipc4: Move window offset configuration earlierGravatar Peter Ujfalusi 1-28/+27
2023-11-29ASoC: SOF: ipc4: check return value of snd_sof_ipc_msg_dataGravatar Bard Liao 1-1/+8
2023-11-29ASoC: SOF: core: Implement IPC version fallback if firmware files are missingGravatar Peter Ujfalusi 3-49/+292
2023-11-29ASoC: SOF: Intel: Do not use resource managed allocation for ipc4_dataGravatar Peter Ujfalusi 8-7/+10
2023-11-29ASoC: SOF: core: Add helper for initialization of paths, opsGravatar Peter Ujfalusi 1-22/+34
2023-11-29ASoC: SOF: sof-pci-dev: Rely on core to create the file pathsGravatar Peter Ujfalusi 1-98/+17
2023-11-29ASoC: SOF: sof-of-dev: Rely on core to create the file pathsGravatar Peter Ujfalusi 1-11/+0
2023-11-29ASoC: SOF: sof-acpi-dev: Rely on core to create the file pathsGravatar Peter Ujfalusi 1-12/+0
2023-11-29ASoC: SOF: core: Implement firmware, topology path setup in coreGravatar Peter Ujfalusi 4-7/+203
2023-11-29ASoC: SOF: sof-pci-dev: Save the default IPC type and path overridesGravatar Peter Ujfalusi 1-0/+15