summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/sof-audio.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: SOF: Add a prepare op to IPC topology widget opsRanjani Sridharan2022-04-291-9/+130
* ASoC: SOF: clarify use of widget complete flagRanjani Sridharan2022-04-291-2/+1
* ASoC: SOF: Add a route_free op in struct sof_ipc_tplg_opsRanjani Sridharan2022-04-291-1/+6
* ASoC: SOF: sof-audio: Set up widgets from source to sinkRanjani Sridharan2022-04-291-47/+123
* ASoC: SOF: sof-audio: reset route status before freeing widgetRanjani Sridharan2022-04-291-2/+3
* ASoC: SOF: remove incorrect clearing of prepared flagRanjani Sridharan2022-04-251-36/+0
* ASoC: SOF: sof-audio: preserve topology filename override in nocodec modePierre-Louis Bossart2022-04-191-1/+2
* ASoC: SOF: sof-audio: Use the widget_kcontrol_setup ops for kcontrol set upPeter Ujfalusi2022-04-111-50/+4
* ASoC: SOF: Drop support for mapped control dataPeter Ujfalusi2022-04-041-3/+0
* ASoC: SOF: Add a new dai_get_clk topology IPC opRanjani Sridharan2022-03-181-24/+7
* ASoC: SOF: topology: Add ops for setting up and tearing down pipelinesRanjani Sridharan2022-03-181-186/+0
* ASoC: SOF: expose sof_route_setup()Ranjani Sridharan2022-03-181-2/+2
* ASoC: SOF: Introduce IPC3 PCM hw_free opRanjani Sridharan2022-03-181-3/+8
* ASoC: SOF: Make sof_widget_setup/free IPC agnosticRanjani Sridharan2022-03-181-114/+22
* ASoC: SOF: set up scheduler widget before all other widgets in the pipelineRanjani Sridharan2022-03-181-38/+44
* ASoC: SOF: topology: remove snd_sof_complete_pipeline()Ranjani Sridharan2022-03-161-6/+12
* ASoC: SOF: topology: Make route setup IPC agnosticRanjani Sridharan2022-03-161-34/+14
* ASoC: SOF: make struct snd_sof_dai IPC agnosticRanjani Sridharan2022-03-091-11/+19
* ASoC: SOF: topology: make sof_route_load() IPC agnosticRanjani Sridharan2022-03-091-9/+6
* ASoC: SOF: change comp_dai to a pointer in struct snd_sof_daiRanjani Sridharan2022-03-081-15/+3
* ASoC: SOF: sof-audio: removed unused functionPierre-Louis Bossart2022-03-081-14/+0
* ASoC: SOF: set swidget's core for scheduler widgetRanjani Sridharan2022-03-081-18/+5
* ASoC: SOF: remove snd_sof_pipeline_find()Ranjani Sridharan2022-03-081-16/+0
* ASoC: SOF: avoid casting "const" attribute awayGuennadi Liakhovetski2021-12-171-4/+5
* ASoC: SOF: topology: read back control data from DSPRanjani Sridharan2021-12-151-0/+14
* ASoC: SOF: Drop ctrl_type parameter for snd_sof_ipc_set_get_comp_data()Peter Ujfalusi2021-12-151-16/+1
* ASoC: SOF: sof-audio: Drop the `cmd` member from struct snd_sof_controlPeter Ujfalusi2021-12-151-1/+1
* ASoC: SOF: Drop ctrl_cmd parameter for snd_sof_ipc_set_get_comp_data()Peter Ujfalusi2021-12-151-1/+1
* ASoC: SOF: Drop ipc_cmd parameter for snd_sof_ipc_set_get_comp_data()Peter Ujfalusi2021-12-151-4/+2
* ASoC: SOF: IPC: dai: Expand DAI_CONFIG IPC flagsRanjani Sridharan2021-11-261-1/+1
* ASoC: SOF: Add a helper for freeing PCM streamRanjani Sridharan2021-11-261-14/+26
* ASoC: SOF: call platform hw_free for paused streams during suspendRanjani Sridharan2021-11-261-0/+7
* ASoC: SOF: handle paused streams during system suspendRanjani Sridharan2021-11-241-2/+72
* ASoC: SOF: sof-audio: setup sched widgets during pipeline complete stepPierre-Louis Bossart2021-11-241-2/+17
* ASoC: SOF: add support for dynamic pipelines with multi-coreRanjani Sridharan2021-11-221-13/+54
* ASoC: SOF: free widgets in sof_tear_down_pipelines() for static pipelinesRanjani Sridharan2021-11-221-3/+10
* ASoC: SOF: topology: remove sof_load_pipeline_ipc()Ranjani Sridharan2021-11-221-1/+2
* ASoC: SOF: pipelines: Harmonize all functions to use struct snd_sof_devPeter Ujfalusi2021-10-071-7/+5
* ASoC: SOF: Intel: hda: add new flags for DAI_CONFIGPierre-Louis Bossart2021-10-051-0/+4
* ASoC: SOF: topology: Add kernel parameter for topology verificationRanjani Sridharan2021-10-011-12/+25
* ASoC: SOF: Add support for dynamic pipelinesRanjani Sridharan2021-10-011-41/+317
* ASoC: SOF: Intel: hda: make sure DAI widget is set up before IPCRanjani Sridharan2021-10-011-0/+1
* ASoC: SOF: Introduce widget use_countRanjani Sridharan2021-10-011-6/+71
* ASoC: SOF: Don't set up widgets during topology parsingRanjani Sridharan2021-10-011-1/+1
* ASoC: SOF: restore kcontrols for widget during set upRanjani Sridharan2021-10-011-26/+33
* ASoC: SOF: Add new fields to snd_sof_routeRanjani Sridharan2021-10-011-0/+15
* ASoC: SOF: sof-audio: add helpers for widgets, kcontrols and dai config set upRanjani Sridharan2021-10-011-118/+116
* ASoC: SOF: add a helper to get topology configured bclkBrent Lu2021-07-111-7/+35
* ASoC: SOF: use current DAI config during resumeRanjani Sridharan2021-04-151-1/+1
* ASOC: SOF: simplify nocodec modePierre-Louis Bossart2021-04-121-18/+14