aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/topology.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: SOF: topology: No need to assign core ID if token parsing failedPeter Ujfalusi2022-11-071-10/+10
* ADD SOF support for rembrandt platformMark Brown2022-09-211-0/+1
|\
| * ASoC: SOF: Adding amd HS functionality to the sof coreV sujith kumar Reddy2022-09-201-0/+1
* | ASoC: soc.h: remove num_cpus/codecsKuninori Morimoto2022-09-201-2/+2
|/
* ASoC: SOF: remove unneeded dev_vdbgNoah Klayman2022-09-191-9/+0
* ASoC: SOF: topology: remove unused variableRanjani Sridharan2022-07-121-2/+1
* ASoC: SOF: topology: add code to parse config params for ACPDMIC daiAjit Kumar Pandey2022-06-141-0/+4
* ASoC: SOF: Add a new IPC op for parsing topology manifestRanjani Sridharan2022-06-101-41/+4
* ASoC: SOF: ipc4-topology: Add support for parsing AIF_IN/AIF_OUT widgetsRanjani Sridharan2022-06-101-18/+51
* ASoC: SOF: topology: Skip parsing DAI link tokens if not neededRanjani Sridharan2022-04-291-8/+10
* ASoC: SOF: Add a new op to set up volume tableRanjani Sridharan2022-04-291-15/+11
* ASoC: SOF: topology: Check w->sname validity once in sof_connect_dai_widget()Peter Ujfalusi2022-04-231-4/+7
* ASoC: Merge fixesMark Brown2022-04-081-1/+46
|\
| * ASoC: SOF: topology: Fix memory leak in sof_control_load()Yu Liao2022-04-071-1/+3
| * ASoC: SOF: topology: cleanup dailinks on widget unloadPierre-Louis Bossart2022-04-071-0/+43
* | ASoC: SOF: topology: Avoid open coded arithmetic in memory allocationChristophe JAILLET2022-04-061-6/+2
* | ASoC: Pull in fixesMark Brown2022-04-051-0/+3
|\|
| * ASoC: SOF: topology: Fix memory leak of scontrol->namePeter Ujfalusi2022-04-041-0/+3
* | ASoC: SOF: topology: use new sound control LED layerJaroslav Kysela2022-04-051-0/+16
|/
* ASoC: SOF: topology: Add ops for setting up and tearing down pipelinesRanjani Sridharan2022-03-181-31/+24
* ASoC: SOF: topology: Use kmemdup() to replace kzalloc + memcpyYihao Han2022-03-171-2/+1
* ASoC: SOF: topology: remove snd_sof_complete_pipeline()Ranjani Sridharan2022-03-161-23/+0
* ASoC: SOF: topology: Make widget binding IPC agnosticRanjani Sridharan2022-03-161-206/+11
* ASoC: SOF: topology: Make control parsing IPC agnosticRanjani Sridharan2022-03-161-124/+53
* ASoC: SOF: topology: Make DAI widget parsing IPC agnosticRanjani Sridharan2022-03-161-986/+171
* ASoC: SOF: topology: Make effect widget parsing IPC agnosticRanjani Sridharan2022-03-161-268/+9
* ASoC: SOF: topology: Make siggen widget parsing IPC agnosticRanjani Sridharan2022-03-161-59/+1
* ASoC: SOF: topology: Make asrc widget parsing IPC agnosticRanjani Sridharan2022-03-161-71/+1
* ASoC: SOF: topology: Make src widget parsing IPC agnosticRanjani Sridharan2022-03-161-63/+1
* ASoC: SOF: topology: Make mux/demux widget parsing IPC agnosticRanjani Sridharan2022-03-161-42/+2
* ASoC: SOF: topology: Make mixer widget parsing IPC agnosticRanjani Sridharan2022-03-161-42/+1
* ASoC: SOF: topology: Make pga widget parsing IPC agnosticRanjani Sridharan2022-03-161-83/+8
* ASoC: SOF: topology: Make buffer widget parsing IPC agnosticRanjani Sridharan2022-03-161-52/+0
* ASoC: SOF: topology: Make scheduler widget parsing IPC agnosticRanjani Sridharan2022-03-161-99/+0
* ASoC: SOF: Introduce IPC3 opsRanjani Sridharan2022-03-161-50/+208
* ASoC: SOF: topology: Add helper function for processing tuple arraysRanjani Sridharan2022-03-161-12/+94
* ASoC: SOF: make struct snd_sof_dai IPC agnosticRanjani Sridharan2022-03-091-11/+27
* ASoC: SOF: topology: Rename arguments in sof_parse_tokens()Ranjani Sridharan2022-03-091-7/+18
* ASoC: SOF: topology: Rename arguments in sof_parse_token_sets()Ranjani Sridharan2022-03-091-11/+10
* ASoC: SOF: topology: Modify signature for token parsing functionsRanjani Sridharan2022-03-091-26/+52
* ASoC: SOF: topology: make sof_route_load() IPC agnosticRanjani Sridharan2022-03-091-17/+0
* ASoC: SOF: make struct snd_sof_widget IPC agnosticRanjani Sridharan2022-03-091-11/+10
* ASoC: SOF: change comp_dai to a pointer in struct snd_sof_daiRanjani Sridharan2022-03-081-12/+5
* ASoC: SOF: topology: expose some get_token opsRanjani Sridharan2022-03-081-5/+5
* ASoC: SOF: topology: Modify the get_token op for string tokensRanjani Sridharan2022-03-081-8/+4
* ASoC: SOF: topology: Drop the size parameter from struct sof_topology_tokenRanjani Sridharan2022-03-081-88/+75
* ASoC: SOF: topology: remove redundant code in sof_link_afe_load()Ranjani Sridharan2022-03-081-7/+0
* ASoC: SOF: topology: remove redundant codeRanjani Sridharan2022-03-081-8/+0
* ASoC: SOF: set swidget's core for scheduler widgetRanjani Sridharan2022-03-081-0/+1
* ASoC: SOF: Replace zero-length array with flexible-array memberStephen Kitt2022-02-171-1/+1