summaryrefslogtreecommitdiff
path: root/sound/soc/sof/topology.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-26ASoC: SOF: topology: Use partial match for disconnecting DAI link and DAI widgetBard Liao1-1/+1
2024-01-20ASoC: SOF: topology: Fix mem leak in sof_dai_load()Kamil Duljas1-1/+3
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-08ASoC: SOF: ipc4: avoid uninitialized default instance 0Ranjani Sridharan1-0/+2
2023-08-01ASoC: 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-26ASoC: 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
2022-04-07ASoC: SOF: topology: cleanup dailinks on widget unloadPierre-Louis Bossart1-0/+43
2022-04-07ASoC: SOF: topology: Avoid open coded arithmetic in memory allocationChristophe JAILLET1-6/+2
2022-04-05ASoC: Pull in fixesMark Brown1-0/+3
2022-04-05ASoC: SOF: topology: use new sound control LED layerJaroslav Kysela1-0/+16
2022-04-04ASoC: SOF: topology: Fix memory leak of scontrol->namePeter Ujfalusi1-0/+3
2022-03-18ASoC: SOF: topology: Add ops for setting up and tearing down pipelinesRanjani Sridharan1-31/+24
2022-03-17ASoC: SOF: topology: Use kmemdup() to replace kzalloc + memcpyYihao Han1-2/+1