summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/pcm.c
Commit message (Expand)AuthorAgeFilesLines
...
* ASoC: SOF: parse multiple SSP DAI and hw configsJaska Uimonen2021-03-291-4/+4
* ASoC: SOF: add be_hw_params_fixup() for ALHRander Wang2021-02-021-1/+6
* ASoC: SOF: nocodec: modify DAI link definitionsRanjani Sridharan2020-11-201-2/+1
* ASoC: SOF: relax PCM period and buffer size constraintsKai Vehmanen2020-11-191-8/+1
* ASoC: topology: Remove multistep topology loadingAmadeusz Sławiński2020-11-041-1/+1
* Merge tag 'v5.9-rc5' into asoc-5.10Mark Brown2020-10-061-2/+2
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* | ASoC: Intel: use consistent HDAudio spelling in comments/docsPierre-Louis Bossart2020-08-251-1/+1
* | ASoC: SOF: IPC: reduce verbosity of IPC pointer updatesPierre-Louis Bossart2020-08-251-3/+3
|/
* ASoC: sof: use asoc_substream_to_rtd()Kuninori Morimoto2020-07-231-9/+9
* ASoC: SOF: pcm: Update rate/channels for SAI/ESAI DAIsDaniel Baluta2020-07-221-0/+8
* ASoC: SOF/Intel: clarify SPDX license with GPL-2.0-onlyPierre-Louis Bossart2020-05-011-1/+1
* ASoC: SOF: Intel: change trigger sequence to fix pop noise when stopping play...randerwang2020-04-301-1/+11
* ASoC: sof: use snd_compress_opsKuninori Morimoto2020-04-211-2/+2
* ASoC: SOF: fix uninitialised "work" with VirtIOGuennadi Liakhovetski2020-03-261-3/+1
* ASoC: SOF: pcm: skip DMA buffer pre-allocationKeyon Jie2020-03-021-4/+2
* ASoC: SOF: Intel: Add Probe compress CPU DAIsCezary Rojewski2020-02-181-0/+7
* ASoC: SOF: Add system_suspend_target field to struct snd_sof_devRanjani Sridharan2020-02-111-1/+1
* ASoC: SOF: fix an Oops, caused by invalid topologyGuennadi Liakhovetski2020-01-271-0/+10
* 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