summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/sof-audio.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ASoC: SOF: change signature of set_mach_params() callbackPierre-Louis Bossart2021-04-121-2/+2
* ASoC: SOF: add a helper to get topology configured mclkKeyon Jie2021-03-221-0/+27
* ASoC: SOF: nocodec: modify DAI link definitionsRanjani Sridharan2020-11-201-1/+1
* ASoC: SOF: sof-audio: remove goto used for force-nocodec supportPierre-Louis Bossart2020-10-261-7/+3
* ASoC: SOF: remove several superfluous type-castsGuennadi Liakhovetski2020-09-171-3/+3
* ASoC: SOF: append extended data to sof_ipc_comp_daiKeyon Jie2020-09-071-5/+18
* ASoC: SOF: support topology components on secondary coresGuennadi Liakhovetski2020-09-041-0/+25
* ASoC: SOF: delete repeated words in commentsRandy Dunlap2020-08-181-1/+1
* ASoC: SOF/Intel: clarify SPDX license with GPL-2.0-onlyPierre-Louis Bossart2020-05-011-1/+1
* ASoC: sof: sof-audio: use for_each_pcm_streams() macroKuninori Morimoto2020-02-181-12/+7
* ASoC: SOF: audio: Add helper to check if only D0i3 streams are activeRanjani Sridharan2020-02-111-0/+33
* ASoC: SOF: pm: Introduce DSP power statesRanjani Sridharan2020-02-111-1/+1