aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/topology.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-06ASoC: 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
2022-03-16ASoC: SOF: topology: remove snd_sof_complete_pipeline()Ranjani Sridharan1-23/+0
2022-03-16ASoC: SOF: topology: Make widget binding IPC agnosticRanjani Sridharan1-206/+11
2022-03-16ASoC: SOF: topology: Make control parsing IPC agnosticRanjani Sridharan1-124/+53
2022-03-16ASoC: SOF: topology: Make DAI widget parsing IPC agnosticRanjani Sridharan1-986/+171
2022-03-16ASoC: SOF: topology: Make effect widget parsing IPC agnosticRanjani Sridharan1-268/+9
2022-03-16ASoC: SOF: topology: Make siggen widget parsing IPC agnosticRanjani Sridharan1-59/+1
2022-03-16ASoC: SOF: topology: Make asrc widget parsing IPC agnosticRanjani Sridharan1-71/+1
2022-03-16ASoC: SOF: topology: Make src widget parsing IPC agnosticRanjani Sridharan1-63/+1
2022-03-16ASoC: SOF: topology: Make mux/demux widget parsing IPC agnosticRanjani Sridharan1-42/+2
2022-03-16ASoC: SOF: topology: Make mixer widget parsing IPC agnosticRanjani Sridharan1-42/+1
2022-03-16ASoC: SOF: topology: Make pga widget parsing IPC agnosticRanjani Sridharan1-83/+8
2022-03-16ASoC: SOF: topology: Make buffer widget parsing IPC agnosticRanjani Sridharan1-52/+0
2022-03-16ASoC: SOF: topology: Make scheduler widget parsing IPC agnosticRanjani Sridharan1-99/+0
2022-03-16ASoC: SOF: Introduce IPC3 opsRanjani Sridharan1-50/+208
2022-03-16ASoC: SOF: topology: Add helper function for processing tuple arraysRanjani Sridharan1-12/+94
2022-03-09ASoC: SOF: make struct snd_sof_dai IPC agnosticRanjani Sridharan1-11/+27
2022-03-09ASoC: SOF: topology: Rename arguments in sof_parse_tokens()Ranjani Sridharan1-7/+18
2022-03-09ASoC: SOF: topology: Rename arguments in sof_parse_token_sets()Ranjani Sridharan1-11/+10
2022-03-09ASoC: SOF: topology: Modify signature for token parsing functionsRanjani Sridharan1-26/+52
2022-03-09ASoC: SOF: topology: make sof_route_load() IPC agnosticRanjani Sridharan1-17/+0
2022-03-09ASoC: SOF: make struct snd_sof_widget IPC agnosticRanjani Sridharan1-11/+10
2022-03-08ASoC: SOF: change comp_dai to a pointer in struct snd_sof_daiRanjani Sridharan1-12/+5
2022-03-08ASoC: SOF: topology: expose some get_token opsRanjani Sridharan1-5/+5
2022-03-08ASoC: SOF: topology: Modify the get_token op for string tokensRanjani Sridharan1-8/+4
2022-03-08ASoC: SOF: topology: Drop the size parameter from struct sof_topology_tokenRanjani Sridharan1-88/+75
2022-03-08ASoC: SOF: topology: remove redundant code in sof_link_afe_load()Ranjani Sridharan1-7/+0
2022-03-08ASoC: SOF: topology: remove redundant codeRanjani Sridharan1-8/+0
2022-03-08ASoC: SOF: set swidget's core for scheduler widgetRanjani Sridharan1-0/+1
2022-02-17ASoC: SOF: Replace zero-length array with flexible-array memberStephen Kitt1-1/+1
2021-12-23ASoC: SOF: Use sof_debug_check_flag() instead of sof_core_debug directlyPeter Ujfalusi1-6/+6