summaryrefslogtreecommitdiff
path: root/sound/soc/sof/pcm.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-25ASoC: SOF: sof-pcm: Add pointer callback to sof_ipc_pcm_opsPeter Ujfalusi1-0/+8
2023-09-26ASoC: sof: convert not to use asoc_xxx()Kuninori Morimoto1-9/+9
2023-05-30ES8316 audio codec fixes on Rock5BMark Brown1-5/+6
2023-05-15ASoC: SOF: Simplify the calculation of variablesJiapeng Chong1-1/+1
2023-05-15ASoC: SOF: pcm: fix pm_runtime imbalance in error handlingPierre-Louis Bossart1-5/+6
2023-04-20ASoC: SOF: pcm: Add an option to skip platform trigger during stopRanjani Sridharan1-8/+15
2023-04-04ASoC: SOF: Add support for DSPless modePeter Ujfalusi1-1/+12
2023-03-22ASoC: SOF: pcm: Improve the pcm trigger sequenceRanjani Sridharan1-6/+20
2023-03-22ASoC: SOF: pcm: Make hw_params reset conditional for IPC3Ranjani Sridharan1-1/+2
2023-02-03ASoC: SOF: add delay function support in sof frameworkRander Wang1-0/+13
2023-01-27ASoC: SOF: pcm: do not free widgets during suspend triggerRanjani Sridharan1-4/+1
2022-12-26ASoC: SOF: pcm: Extend the optionality of IPC ops to IPC as wellPeter Ujfalusi1-9/+9
2022-09-19ASoC: SOF: replace dev_vdbg with tracepointsNoah Klayman1-3/+2
2022-08-23ASoC: SOF: Introduce function sof_of_machine_selectChunxu Li1-1/+7
2022-06-27ASoC: sof: Migrate to new style legacy DAI naming flagCharles Keepax1-0/+2
2022-06-17ASoC: SOF: pcm: use pm_resume_and_get() on component probePierre-Louis Bossart1-0/+11
2022-04-29ASoC: SOF: Add a prepare op to IPC topology widget opsRanjani Sridharan1-3/+5
2022-04-29ASoC: SOF: pcm: remove unnecessary function declarationRanjani Sridharan1-2/+3
2022-04-29ASoC: SOF: pcm: Move the call to snd_sof_pcm_platform_hw_params()Ranjani Sridharan1-6/+6
2022-04-19ASoC: SOF: remove const qualifier for 'struct snd_sof_dsp_ops'Pierre-Louis Bossart1-1/+1
2022-04-04ASoC: SOF: Remove redundant return statementstangmeng1-4/+1
2022-03-18ASoC: SOF: Add dai_link_fixup PCM op for IPC3Ranjani Sridharan1-171/+3
2022-03-18ASoC: SOF: Add trigger PCM op for IPC3Ranjani Sridharan1-17/+6
2022-03-18ASoC: SOF: Define hw_params PCM op for IPC3Ranjani Sridharan1-95/+15
2022-03-18ASoC: SOF: Introduce IPC3 PCM hw_free opRanjani Sridharan1-29/+15
2022-03-18ASoC: SOF: pcm: expose the sof_pcm_setup_connected_widgets() functionRanjani Sridharan1-3/+2
2022-03-11ASoC: SOF: Remove ipc_pcm_params() opsPeter Ujfalusi1-7/+0
2022-03-11ASoC: SOF: Introduce optional callback to configure stream data offsetPeter Ujfalusi1-0/+8
2022-03-11ASoC: SOF: pcm: Remove sof_pcm_dsp_params() wrapperPeter Ujfalusi1-18/+5
2022-03-11ASoC: SOF: Make pcm_hw_params snd_sof_dsp_ops callback IPC neutralPeter Ujfalusi1-1/+20
2022-03-09ASoC: SOF: make struct snd_sof_dai IPC agnosticRanjani Sridharan1-37/+40
2022-03-08ASoC: SOF: change comp_dai to a pointer in struct snd_sof_daiRanjani Sridharan1-3/+3
2022-02-24ASoC: SOF: pcm: Add compress_ops for SOF platform component driverDaniel Baluta1-0/+4
2022-02-10ASoC: SOF: Convert the generic probe support to SOF clientPeter Ujfalusi1-7/+1
2022-02-10ASoC: SOF: Split up utils.c into sof-utils and iomem-utilsPeter Ujfalusi1-0/+1
2021-12-17ASoC: SOF: pcm: remove support for RESUME triggerRanjani Sridharan1-20/+0
2021-11-26ASoC: SOF: align the hw_free sequence with stopRanjani Sridharan1-5/+9
2021-11-26ASoC: SOF: pcm: move the check for prepared flagRanjani Sridharan1-10/+9
2021-11-26ASoC: SOF: Add a helper for freeing PCM streamRanjani Sridharan1-9/+2
2021-11-26ASoC: SOF: pcm: invoke platform hw_free for STOP/SUSPEND triggersRanjani Sridharan1-0/+4
2021-11-24ASoC: SOF: Intel: power optimizations with HDaudio SPIB registerMark Brown1-0/+9
2021-11-24ASoC: SOF: handle paused streams during system suspendRanjani Sridharan1-3/+2
2021-11-24ASoC: SOF: pcm: add .ack callback supportRanjani Sridharan1-0/+9
2021-11-18ASoC: SOF: topology: Add support for Mediatek AFE DAIYC Hung1-0/+12
2021-11-17ASoC: SOF: topology: Add support for AMD ACP DAIsAjit Kumar Pandey1-0/+36
2021-10-07ASoC: SOF: Introduce fragment elapsed notification APIDaniel Baluta1-1/+6
2021-10-01ASoC: SOF: Add support for dynamic pipelinesRanjani Sridharan1-2/+56
2021-09-16ASoC: SOF: probe: Merge and clean up the probe and compress filesPeter Ujfalusi1-1/+1
2021-09-16ASoC: SOF: pcm: Remove non existent CONFIG_SND_SOC_SOF_COMPRESS referencePeter Ujfalusi1-4/+0
2021-04-12ASoC: SOF: pcm: export snd_pcm_dai_link_fixupPierre-Louis Bossart1-0/+1