aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/pcm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-29ASoC: SOF: match SSP config with pcm hw paramsJaska Uimonen1-0/+29
2021-03-29ASoC: SOF: parse multiple SSP DAI and hw configsJaska Uimonen1-4/+4
2021-02-02ASoC: SOF: add be_hw_params_fixup() for ALHRander Wang1-1/+6
2020-11-20ASoC: SOF: nocodec: modify DAI link definitionsRanjani Sridharan1-2/+1
2020-11-19ASoC: SOF: relax PCM period and buffer size constraintsKai Vehmanen1-8/+1
2020-11-04ASoC: topology: Remove multistep topology loadingAmadeusz Sławiński1-1/+1
2020-10-06Merge tag 'v5.9-rc5' into asoc-5.10Mark Brown1-2/+2
2020-08-25ASoC: Intel: use consistent HDAudio spelling in comments/docsPierre-Louis Bossart1-1/+1
2020-08-25ASoC: SOF: IPC: reduce verbosity of IPC pointer updatesPierre-Louis Bossart1-3/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-23ASoC: sof: use asoc_substream_to_rtd()Kuninori Morimoto1-9/+9
2020-07-22ASoC: SOF: pcm: Update rate/channels for SAI/ESAI DAIsDaniel Baluta1-0/+8
2020-05-01ASoC: SOF/Intel: clarify SPDX license with GPL-2.0-onlyPierre-Louis Bossart1-1/+1
2020-04-30ASoC: SOF: Intel: change trigger sequence to fix pop noise when stopping playback on sdw platformsranderwang1-1/+11
2020-04-21ASoC: sof: use snd_compress_opsKuninori Morimoto1-2/+2
2020-03-26ASoC: SOF: fix uninitialised "work" with VirtIOGuennadi Liakhovetski1-3/+1
2020-03-02ASoC: SOF: pcm: skip DMA buffer pre-allocationKeyon Jie1-4/+2
2020-02-18ASoC: SOF: Intel: Add Probe compress CPU DAIsCezary Rojewski1-0/+7
2020-02-11ASoC: SOF: Add system_suspend_target field to struct snd_sof_devRanjani Sridharan1-1/+1
2020-01-27ASoC: SOF: fix an Oops, caused by invalid topologyGuennadi Liakhovetski1-0/+10
2020-01-13ASoC: SOF: fix PCM playback through ALSA OSS emulationKai Vehmanen1-22/+31
2019-12-18ASoC: SOF: imx: Read SAI parameters and send them to DSPGuido Roncarolo1-0/+8
2019-12-12ASoC: SOF: Use managed buffer allocationTakashi Iwai1-24/+10
2019-12-11ASoC: SOF: Drop superfluous ioctl PCM opsTakashi Iwai1-1/+0
2019-12-09ASoC: SOF: partition audio-related parts from SOF coreRanjani Sridharan1-60/+63
2019-12-09ASoC: SOF: core: move check for runtime callbacks to coreRanjani Sridharan1-8/+0
2019-12-09ASoC: SOF: core: modify the signature for snd_sof_create_page_tableRanjani Sridharan1-1/+1
2019-11-09ASoC: SOF: Drop superfluous snd_pcm_sgbuf_ops_pageTakashi Iwai1-12/+0
2019-10-28ASoC: SOF: ignore suspend/resume for D0ix compatible streamsKeyon Jie1-0/+31
2019-10-25ASoC: SOF: define INFO_ flags in dsp_opsPierre-Louis Bossart1-5/+3
2019-10-10ASoC: SOF: imx: Read ESAI parameters and send them to DSPDaniel Baluta1-0/+8
2019-10-08ASoC: sof: pcm: remove snd_pcm_opsKuninori Morimoto1-44/+44
2019-10-01ASoC: SOF: pcm: harden PCM STOP sequencePan Xiuli1-1/+14
2019-10-01ASoC: SOF: pcm: fix resource leak in hw_freeKai Vehmanen1-10/+10
2019-08-16ASoC: SOF: pcm: add ALH supportPierre-Louis Bossart1-0/+3
2019-07-23ASoC: SOF: use common code to send PCM_FREE IPCKai Vehmanen1-25/+25
2019-07-23ASoC: SOF: reset DMA state in prepareKai Vehmanen1-12/+15
2019-06-17ASoC: SOF: Intel: hda: couple host and link DMA during FE hw_freeRanjani Sridharan1-0/+7
2019-05-30Merge branch 'asoc-5.2' into asoc-5.3Mark Brown1-4/+4
2019-05-28ASoC: SOF: pcm: remove warning - initialize workqueue on openPierre-Louis Bossart1-3/+3
2019-05-28ASoC: SOF: pcm: clear hw_params_upon_resume flag correctlyLibin Yang1-3/+3
2019-05-13ASoC: SOF: pcm: remove runtime PM calls during pcm open/closeRanjani Sridharan1-27/+2
2019-05-03ASoC: SOF: PCM: add period_elapsed work to fix race condition in interrupt contextKeyon Jie1-0/+48
2019-04-28ASoC: SOF: Add PCM operations supportLiam Girdwood1-0/+719