aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/pcm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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