aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/sof/sof-audio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-18ASoC: SOF: Introduce IPC3 PCM hw_free opRanjani Sridharan1-3/+8
2022-03-18ASoC: SOF: Make sof_widget_setup/free IPC agnosticRanjani Sridharan1-114/+22
2022-03-18ASoC: SOF: set up scheduler widget before all other widgets in the pipelineRanjani Sridharan1-38/+44
2022-03-16ASoC: SOF: topology: remove snd_sof_complete_pipeline()Ranjani Sridharan1-6/+12
2022-03-16ASoC: SOF: topology: Make route setup IPC agnosticRanjani Sridharan1-34/+14
2022-03-09ASoC: SOF: make struct snd_sof_dai IPC agnosticRanjani Sridharan1-11/+19
2022-03-09ASoC: SOF: topology: make sof_route_load() IPC agnosticRanjani Sridharan1-9/+6
2022-03-08ASoC: SOF: change comp_dai to a pointer in struct snd_sof_daiRanjani Sridharan1-15/+3
2022-03-08ASoC: SOF: sof-audio: removed unused functionPierre-Louis Bossart1-14/+0
2022-03-08ASoC: SOF: set swidget's core for scheduler widgetRanjani Sridharan1-18/+5
2022-03-08ASoC: SOF: remove snd_sof_pipeline_find()Ranjani Sridharan1-16/+0
2021-12-17ASoC: SOF: avoid casting "const" attribute awayGuennadi Liakhovetski1-4/+5
2021-12-15ASoC: SOF: topology: read back control data from DSPRanjani Sridharan1-0/+14
2021-12-15ASoC: SOF: Drop ctrl_type parameter for snd_sof_ipc_set_get_comp_data()Peter Ujfalusi1-16/+1
2021-12-15ASoC: SOF: sof-audio: Drop the `cmd` member from struct snd_sof_controlPeter Ujfalusi1-1/+1
2021-12-15ASoC: SOF: Drop ctrl_cmd parameter for snd_sof_ipc_set_get_comp_data()Peter Ujfalusi1-1/+1
2021-12-15ASoC: SOF: Drop ipc_cmd parameter for snd_sof_ipc_set_get_comp_data()Peter Ujfalusi1-4/+2
2021-11-26ASoC: SOF: IPC: dai: Expand DAI_CONFIG IPC flagsRanjani Sridharan1-1/+1
2021-11-26ASoC: SOF: Add a helper for freeing PCM streamRanjani Sridharan1-14/+26
2021-11-26ASoC: SOF: call platform hw_free for paused streams during suspendRanjani Sridharan1-0/+7
2021-11-24ASoC: SOF: handle paused streams during system suspendRanjani Sridharan1-2/+72
2021-11-24ASoC: SOF: sof-audio: setup sched widgets during pipeline complete stepPierre-Louis Bossart1-2/+17
2021-11-22ASoC: SOF: add support for dynamic pipelines with multi-coreRanjani Sridharan1-13/+54
2021-11-22ASoC: SOF: free widgets in sof_tear_down_pipelines() for static pipelinesRanjani Sridharan1-3/+10
2021-11-22ASoC: SOF: topology: remove sof_load_pipeline_ipc()Ranjani Sridharan1-1/+2
2021-10-07ASoC: SOF: pipelines: Harmonize all functions to use struct snd_sof_devPeter Ujfalusi1-7/+5
2021-10-05ASoC: SOF: Intel: hda: add new flags for DAI_CONFIGPierre-Louis Bossart1-0/+4
2021-10-01ASoC: SOF: topology: Add kernel parameter for topology verificationRanjani Sridharan1-12/+25
2021-10-01ASoC: SOF: Add support for dynamic pipelinesRanjani Sridharan1-41/+317
2021-10-01ASoC: SOF: Intel: hda: make sure DAI widget is set up before IPCRanjani Sridharan1-0/+1
2021-10-01ASoC: SOF: Introduce widget use_countRanjani Sridharan1-6/+71
2021-10-01ASoC: SOF: Don't set up widgets during topology parsingRanjani Sridharan1-1/+1
2021-10-01ASoC: SOF: restore kcontrols for widget during set upRanjani Sridharan1-26/+33
2021-10-01ASoC: SOF: Add new fields to snd_sof_routeRanjani Sridharan1-0/+15
2021-10-01ASoC: SOF: sof-audio: add helpers for widgets, kcontrols and dai config set upRanjani Sridharan1-118/+116
2021-07-11ASoC: SOF: add a helper to get topology configured bclkBrent Lu1-7/+35
2021-04-15ASoC: SOF: use current DAI config during resumeRanjani Sridharan1-1/+1
2021-04-12ASOC: SOF: simplify nocodec modePierre-Louis Bossart1-18/+14
2021-04-12ASoC: SOF: change signature of set_mach_params() callbackPierre-Louis Bossart1-2/+2
2021-03-22ASoC: SOF: add a helper to get topology configured mclkKeyon Jie1-0/+27
2020-11-20ASoC: SOF: nocodec: modify DAI link definitionsRanjani Sridharan1-1/+1
2020-10-26ASoC: SOF: sof-audio: remove goto used for force-nocodec supportPierre-Louis Bossart1-7/+3
2020-09-17ASoC: SOF: remove several superfluous type-castsGuennadi Liakhovetski1-3/+3
2020-09-07ASoC: SOF: append extended data to sof_ipc_comp_daiKeyon Jie1-5/+18
2020-09-04ASoC: SOF: support topology components on secondary coresGuennadi Liakhovetski1-0/+25
2020-08-18ASoC: SOF: delete repeated words in commentsRandy Dunlap1-1/+1
2020-05-01ASoC: SOF/Intel: clarify SPDX license with GPL-2.0-onlyPierre-Louis Bossart1-1/+1
2020-02-18ASoC: sof: sof-audio: use for_each_pcm_streams() macroKuninori Morimoto1-12/+7
2020-02-11ASoC: SOF: audio: Add helper to check if only D0i3 streams are activeRanjani Sridharan1-0/+33
2020-02-11ASoC: SOF: pm: Introduce DSP power statesRanjani Sridharan1-1/+1