summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/pcm.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: SOF: fix PCM playback through ALSA OSS emulationKai Vehmanen2020-01-131-22/+31
* ASoC: SOF: imx: Read SAI parameters and send them to DSPGuido Roncarolo2019-12-181-0/+8
* ASoC: SOF: Use managed buffer allocationTakashi Iwai2019-12-121-24/+10
* ASoC: SOF: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-1/+0
* ASoC: SOF: partition audio-related parts from SOF coreRanjani Sridharan2019-12-091-60/+63
* ASoC: SOF: core: move check for runtime callbacks to coreRanjani Sridharan2019-12-091-8/+0
* ASoC: SOF: core: modify the signature for snd_sof_create_page_tableRanjani Sridharan2019-12-091-1/+1
* ASoC: SOF: Drop superfluous snd_pcm_sgbuf_ops_pageTakashi Iwai2019-11-091-12/+0
* ASoC: SOF: ignore suspend/resume for D0ix compatible streamsKeyon Jie2019-10-281-0/+31
* ASoC: SOF: define INFO_ flags in dsp_opsPierre-Louis Bossart2019-10-251-5/+3
* ASoC: SOF: imx: Read ESAI parameters and send them to DSPDaniel Baluta2019-10-101-0/+8
* ASoC: sof: pcm: remove snd_pcm_opsKuninori Morimoto2019-10-081-44/+44
* ASoC: SOF: pcm: harden PCM STOP sequencePan Xiuli2019-10-011-1/+14
* ASoC: SOF: pcm: fix resource leak in hw_freeKai Vehmanen2019-10-011-10/+10
* ASoC: SOF: pcm: add ALH supportPierre-Louis Bossart2019-08-161-0/+3
* ASoC: SOF: use common code to send PCM_FREE IPCKai Vehmanen2019-07-231-25/+25
* ASoC: SOF: reset DMA state in prepareKai Vehmanen2019-07-231-12/+15
* ASoC: SOF: Intel: hda: couple host and link DMA during FE hw_freeRanjani Sridharan2019-06-171-0/+7
* Merge branch 'asoc-5.2' into asoc-5.3Mark Brown2019-05-301-4/+4
|\
| * ASoC: SOF: pcm: remove warning - initialize workqueue on openPierre-Louis Bossart2019-05-281-3/+3
| * ASoC: SOF: pcm: clear hw_params_upon_resume flag correctlyLibin Yang2019-05-281-3/+3
* | ASoC: SOF: pcm: remove runtime PM calls during pcm open/closeRanjani Sridharan2019-05-131-27/+2
|/
* ASoC: SOF: PCM: add period_elapsed work to fix race condition in interrupt co...Keyon Jie2019-05-031-0/+48
* ASoC: SOF: Add PCM operations supportLiam Girdwood2019-04-281-0/+719