aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/sof/topology.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/broonie/sound into for-linusTakashi 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
2023-01-27ASoC: SOF: Introduce PCM setup/free PCM IPC opsRanjani Sridharan1-0/+14
2023-01-27ASoC: SOF: topology: Set IPC-specific trigger order for DAI linksRanjani Sridharan1-18/+7
2022-12-25ASoC: SOF: topology: Extend the optionality of IPC ops to IPC as wellPeter Ujfalusi1-36/+55
2022-11-29ASoC: SOF: Add DAI configuration support for AMD platforms.V sujith kumar Reddy1-0/+10
2022-11-29ASoC: Merge up fixesMark Brown1-10/+10
2022-11-07ASoC: SOF: topology: Add helper to get/put widget queue idChao Song1-0/+5
2022-11-07ASoC: SOF: Add support to parse pin binding array from topologyChao Song1-4/+135
2022-11-07ASoC: SOF: Add support for parsing the number of sink/source pinsChao Song1-4/+29
2022-11-07ASoC: SOF: topology: No need to assign core ID if token parsing failedPeter Ujfalusi1-10/+10
2022-09-21ADD SOF support for rembrandt platformMark Brown1-0/+1
2022-09-20ASoC: SOF: Adding amd HS functionality to the sof coreV sujith kumar Reddy1-0/+1
2022-09-20ASoC: soc.h: remove num_cpus/codecsKuninori Morimoto1-2/+2
2022-09-19ASoC: SOF: remove unneeded dev_vdbgNoah Klayman1-9/+0
2022-07-12ASoC: SOF: topology: remove unused variableRanjani Sridharan1-2/+1
2022-06-14ASoC: SOF: topology: add code to parse config params for ACPDMIC daiAjit Kumar Pandey1-0/+4
2022-06-10ASoC: SOF: Add a new IPC op for parsing topology manifestRanjani Sridharan1-41/+4
2022-06-10ASoC: SOF: ipc4-topology: Add support for parsing AIF_IN/AIF_OUT widgetsRanjani Sridharan1-18/+51
2022-04-29ASoC: SOF: topology: Skip parsing DAI link tokens if not neededRanjani Sridharan1-8/+10
2022-04-29ASoC: SOF: Add a new op to set up volume tableRanjani Sridharan1-15/+11
2022-04-23ASoC: SOF: topology: Check w->sname validity once in sof_connect_dai_widget()Peter Ujfalusi1-4/+7
2022-04-08ASoC: Merge fixesMark Brown1-1/+46
2022-04-07ASoC: SOF: topology: Fix memory leak in sof_control_load()Yu Liao1-1/+3