summary refs log tree commit diff
path: root/sound/soc/sof/topology.c
AgeCommit message (Expand)Author
2022-04-29ASoC: SOF: topology: Skip parsing DAI link tokens if not neededRanjani Sridharan
2022-04-29ASoC: SOF: Add a new op to set up volume tableRanjani Sridharan
2022-04-23ASoC: SOF: topology: Check w->sname validity once in sof_connect_dai_widget()Peter Ujfalusi
2022-04-08ASoC: Merge fixesMark Brown
2022-04-07ASoC: SOF: topology: Fix memory leak in sof_control_load()Yu Liao
2022-04-07ASoC: SOF: topology: cleanup dailinks on widget unloadPierre-Louis Bossart
2022-04-06ASoC: SOF: topology: Avoid open coded arithmetic in memory allocationChristophe JAILLET
2022-04-05ASoC: Pull in fixesMark Brown
2022-04-05ASoC: SOF: topology: use new sound control LED layerJaroslav Kysela
2022-04-04ASoC: SOF: topology: Fix memory leak of scontrol->namePeter Ujfalusi
2022-03-18ASoC: SOF: topology: Add ops for setting up and tearing down pipelinesRanjani Sridharan
2022-03-17ASoC: SOF: topology: Use kmemdup() to replace kzalloc + memcpyYihao Han
2022-03-16ASoC: SOF: topology: remove snd_sof_complete_pipeline()Ranjani Sridharan
2022-03-16ASoC: SOF: topology: Make widget binding IPC agnosticRanjani Sridharan
2022-03-16ASoC: SOF: topology: Make control parsing IPC agnosticRanjani Sridharan
2022-03-16ASoC: SOF: topology: Make DAI widget parsing IPC agnosticRanjani Sridharan
2022-03-16ASoC: SOF: topology: Make effect widget parsing IPC agnosticRanjani Sridharan
2022-03-16ASoC: SOF: topology: Make siggen widget parsing IPC agnosticRanjani Sridharan
2022-03-16ASoC: SOF: topology: Make asrc widget parsing IPC agnosticRanjani Sridharan
2022-03-16ASoC: SOF: topology: Make src widget parsing IPC agnosticRanjani Sridharan
2022-03-16ASoC: SOF: topology: Make mux/demux widget parsing IPC agnosticRanjani Sridharan
2022-03-16ASoC: SOF: topology: Make mixer widget parsing IPC agnosticRanjani Sridharan
2022-03-16ASoC: SOF: topology: Make pga widget parsing IPC agnosticRanjani Sridharan
2022-03-16ASoC: SOF: topology: Make buffer widget parsing IPC agnosticRanjani Sridharan
2022-03-16ASoC: SOF: topology: Make scheduler widget parsing IPC agnosticRanjani Sridharan
2022-03-16ASoC: SOF: Introduce IPC3 opsRanjani Sridharan
2022-03-16ASoC: SOF: topology: Add helper function for processing tuple arraysRanjani Sridharan
2022-03-09ASoC: SOF: make struct snd_sof_dai IPC agnosticRanjani Sridharan
2022-03-09ASoC: SOF: topology: Rename arguments in sof_parse_tokens()Ranjani Sridharan
2022-03-09ASoC: SOF: topology: Rename arguments in sof_parse_token_sets()Ranjani Sridharan
2022-03-09ASoC: SOF: topology: Modify signature for token parsing functionsRanjani Sridharan
2022-03-09ASoC: SOF: topology: make sof_route_load() IPC agnosticRanjani Sridharan
2022-03-09ASoC: SOF: make struct snd_sof_widget IPC agnosticRanjani Sridharan
2022-03-08ASoC: SOF: change comp_dai to a pointer in struct snd_sof_daiRanjani Sridharan
2022-03-08ASoC: SOF: topology: expose some get_token opsRanjani Sridharan
2022-03-08ASoC: SOF: topology: Modify the get_token op for string tokensRanjani Sridharan
2022-03-08ASoC: SOF: topology: Drop the size parameter from struct sof_topology_tokenRanjani Sridharan
2022-03-08ASoC: SOF: topology: remove redundant code in sof_link_afe_load()Ranjani Sridharan
2022-03-08ASoC: SOF: topology: remove redundant codeRanjani Sridharan
2022-03-08ASoC: SOF: set swidget's core for scheduler widgetRanjani Sridharan
2022-02-17ASoC: SOF: Replace zero-length array with flexible-array memberStephen Kitt
2021-12-23ASoC: SOF: Use sof_debug_check_flag() instead of sof_core_debug directlyPeter Ujfalusi
2021-12-15ASoC: SOF: sof-audio: Drop the `cmd` member from struct snd_sof_controlPeter Ujfalusi
2021-12-15ASoC: SOF: topology: Set control_data->cmd alongside scontrol->cmdPeter Ujfalusi
2021-11-24ASoC: SOF: topology: don't use list_for_each_entry_reverse()Pierre-Louis Bossart
2021-11-22ASoC: SOF: add support for dynamic pipelines with multi-coreRanjani Sridharan
2021-11-22ASoC: SOF: topology: remove sof_load_pipeline_ipc()Ranjani Sridharan
2021-11-18ASoC: SOF: topology: Add support for Mediatek AFE DAIYC Hung
2021-11-17ASoC: SOF: topology: Add support for AMD ACP DAIsAjit Kumar Pandey
2021-10-07Merge series "Introduce new SOF helpers" from Daniel Baluta <daniel.baluta@os...Mark Brown