aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/sof/topology.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-16ASoC: Intel: common / SOF: Use function topologies forMark Brown1-1/+17
2025-12-15ASoC: soc-acpi / SOF: Add best_effort flag to get_function_tplg_files opPeter Ujfalusi1-1/+17
2025-12-15ASoC: SOF: topology: Add context when sink or source widget is missingPeter Ujfalusi1-4/+4
2025-10-13ASoC: SOF: don't check the existence of dummy topologyBard Liao1-0/+5
2025-10-13ASoC: SOF: Don't print the monolithic topology name if function topology may ...Bard Liao1-1/+1
2025-06-20ASoC: SOF: topology: Parse the dapm_widget_tokens in case of DSPless modePeter Ujfalusi1-2/+13
2025-05-22Merge branch 'for-linus' into for-nextTakashi Iwai1-4/+14
2025-05-09ASoc: SOF: topology: connect DAI to a single DAI linkKai Vehmanen1-4/+14
2025-05-06ASoC: SOF: add disable_function_topology module parameterBard Liao1-2/+6
2025-05-06ASoC: SOF: add disable_function_topology flagBard Liao1-1/+2
2025-04-30ASoC: SOF: topology: Fix null pointer dereferenceJulien Massot1-1/+1
2025-04-14ASoC: SOF: topology: load multiple topologiesBard Liao1-18/+68
2025-04-14ASoC: SOF: topology: don't convert error codeBard Liao1-3/+1
2025-04-14ASoC: SOF: topology: allocate string for tuplesBard Liao1-1/+5
2025-02-03ASoC: SOF: topology: Use krealloc_array() to replace krealloc()Zhang Heng1-2/+2
2024-12-13ASoC: SOF: Add support for pause supported tokens from topologyPeter Ujfalusi1-0/+4
2024-09-14Merge tag 'asoc-v6.12' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai1-4/+4
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-05-27ASoC: SOF: topology: Constify struct snd_soc_tplg_opsChristophe JAILLET1-2/+2
2024-05-06ASoC: SOF: Intel: clarify Copyright informationPierre-Louis Bossart1-1/+1
2024-04-30ASoC: SOF: topology: remove incorrect widget id in error messageYong Zhi1-4/+3
2024-02-13ASoC: SOF: topology: Parse DAI type token for dspless modeRanjani Sridharan1-0/+12
2024-02-13ASoC: SOF: topology: dynamically allocate and store DAI widget->privatePierre-Louis Bossart1-3/+10
2024-01-30ASoC: SOF: amd: Add Soundwire DAI configuration support for AMD platformsVijendar Mukunda1-0/+5
2024-01-08Merge tag 'asoc-v6.8' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai1-2/+8
2023-12-19ASoC: SOF: Rename amd_bt sof_dai_typeVenkata Prasad Potturu1-1/+1
2023-12-19ASoC: SOF: Add i2s bt dai configuration support for AMD platformsVenkata Prasad Potturu1-0/+1
2023-12-04ASoC: SOF: topology: Use partial match for disconnecting DAI link and DAI widgetBard Liao1-1/+1
2023-11-17ASoC: SOF: topology: Fix mem leak in sof_dai_load()Kamil Duljas1-1/+3
2023-11-13ASoC: SOF: Add support for configuring PDM interface from topologyDaniel Baluta1-0/+5
2023-08-15ASoC: SOF: topology: Add a token for dropping widget name in kcontrol nameJyri Sarha1-0/+22
2023-08-08ASoC: SOF: Intel: add LunarLake supportMark Brown1-0/+2
2023-08-07ASoC: SOF: ipc4: avoid uninitialized default instance 0Ranjani Sridharan1-0/+2
2023-07-31ASoC: SOF: topology: simplify code to prevent static analysis warningsPierre-Louis Bossart1-2/+3
2023-05-30ES8316 audio codec fixes on Rock5BMark Brown1-1/+5
2023-05-30ASoC: SOF: topology: Use partial match for connecting DAI link and DAI widgetRanjani Sridharan1-1/+1
2023-05-15ASoC: SOF: topology: Fix tuples array allocationRanjani Sridharan1-1/+1
2023-05-15ASoC: SOF: topology: Fix logic for copying tuplesRanjani Sridharan1-0/+4
2023-04-04ASoC: SOF: Add support for DSPless modePeter Ujfalusi1-1/+129
2023-03-21ASoC: SOF: topology: Set pipeline widget before updating IPC structuresRanjani Sridharan1-24/+24
2023-03-13ASoC: SOF: ipc4-topology: Add new tokens for input/output pin format countRanjani Sridharan1-17/+25
2023-03-13ASoC: SOF: ipc4-topology: Modify the type of available input/output formatsRanjani Sridharan1-1/+0
2023-03-13ASoC: SOF: ipc4-topology: Do not parse the DMA_BUFFER_SIZE tokenRanjani Sridharan1-1/+0
2023-03-13ASoC: SOF: Use input/output pin consistentlyRanjani Sridharan1-40/+40
2023-03-07ASoC: SOF: topology: Fix error handling in sof_widget_ready()Ranjani Sridharan1-17/+17
2023-02-02ASoC: SOF: topology: Add missed "else" in sof_connect_dai_widgetPeter Ujfalusi1-1/+1
2023-01-31ASoC: sof: use helper functionKuninori Morimoto1-66/+38
2023-01-27ASoC: SOF: Protect swidget->use_count with mutex for kcontrol access racePeter Ujfalusi1-0/+2
2023-01-27ASoC: SOF: Introduce struct snd_sof_pipelineRanjani Sridharan1-24/+49