summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/topology.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* ASoC: SOF: Use sof_debug_check_flag() instead of sof_core_debug directlyPeter Ujfalusi2021-12-231-6/+6
* ASoC: SOF: sof-audio: Drop the `cmd` member from struct snd_sof_controlPeter Ujfalusi2021-12-151-9/+5
* ASoC: SOF: topology: Set control_data->cmd alongside scontrol->cmdPeter Ujfalusi2021-12-151-0/+4
* ASoC: SOF: topology: don't use list_for_each_entry_reverse()Pierre-Louis Bossart2021-11-241-1/+1
* ASoC: SOF: add support for dynamic pipelines with multi-coreRanjani Sridharan2021-11-221-83/+0
* ASoC: SOF: topology: remove sof_load_pipeline_ipc()Ranjani Sridharan2021-11-221-17/+0
* ASoC: SOF: topology: Add support for Mediatek AFE DAIYC Hung2021-11-181-0/+59
* ASoC: SOF: topology: Add support for AMD ACP DAIsAjit Kumar Pandey2021-11-171-0/+109
* Merge series "Introduce new SOF helpers" from Daniel Baluta <daniel.baluta@os...Mark Brown2021-10-071-2/+4
|\
| * ASoC: SOF: Introduce fragment elapsed notification APIDaniel Baluta2021-10-071-2/+4
* | Merge series "ASoC: SOF: Improvements for debugging" from Peter Ujfalusi <pet...Mark Brown2021-10-071-0/+6
|\ \
| * | ASoC: SOF: core: debug: force all processing on primary corePierre-Louis Bossart2021-10-071-0/+6
| |/
* | ASoC: SOF: pipelines: Harmonize all functions to use struct snd_sof_devPeter Ujfalusi2021-10-071-9/+7
* | ASoC: SOF: topology: do not power down primary core during topology removalRanjani Sridharan2021-10-071-0/+9
|/