summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof (follow)
Commit message (Expand)AuthorAgeFilesLines
* ASoC: SOF: Intel: hda: call codec wake at chip initKai Vehmanen2020-03-261-0/+7
* ASoC: SOF: Intel: hda: do not leave clock gating off upon errorKai Vehmanen2020-03-261-3/+5
* ASoC: SOF: fix uninitialised "work" with VirtIOGuennadi Liakhovetski2020-03-263-4/+9
* ASoC: SOF: (cosmetic) use for_each_pcm_streams() in sof_dai_load()Guennadi Liakhovetski2020-03-261-5/+8
* ASoC: SOF: Intel: hda: Improve DSP state loggingRanjani Sridharan2020-03-261-2/+41
* Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2020-03-131-0/+2
|\
| * ASoC: SOF: Intel: Fix stream cleanup on hw freeCezary Rojewski2020-03-121-0/+2
* | Merge series "ASoC: SOF: multi-cpu dais, IPC and Intel improvements for 5.7" ...Mark Brown2020-03-139-42/+105
|\ \
| * | ASoC: SOF: topology: connect dai widget to all cpu-daisBard Liao2020-03-131-2/+6
| * | ASoC: SOF: Intel: remove unnecessary waitq before loading firmwareAmery Song2020-03-137-25/+0
| * | ASoC: SOF: Intel: hda: remove unnecessary ROM IPC filter functionAmery Song2020-03-131-11/+3
| * | ASoC: SOF: Remove SOF_IPC_EXT_DMA_BUFFERKarol Trzcinski2020-03-132-4/+0
| * | ASoC: SOF: Intel: hda-dai: add stream capabilityBard Liao2020-03-131-0/+96
* | | ASoC: SOF: Intel: hda: remove SND_SOC_SOF_HDA_COMMON_HDMI_CODECKai Vehmanen2020-03-132-13/+1
|/ /
* | ASoC: SOF: Fix probe point getterCezary Rojewski2020-03-101-2/+6
* | Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2020-03-041-1/+1
|\|
| * ASoC: SOF: Fix snd_sof_ipc_stream_posn()Dan Carpenter2020-03-031-1/+1
* | Merge series "ASoC: SOF: updates for 5.7" from Pierre-Louis Bossart <pierre-l...Mark Brown2020-03-023-9/+15
|\ \
| * | ASoC: SOF: Intel: hda-loader: clear the IPC ack bit after FW_PURGE doneKeyon Jie2020-03-021-0/+6
| * | ASoC: SOF: ipc: check ipc return value before data copyJaska Uimonen2020-03-021-5/+7
| * | ASoC: SOF: pcm: skip DMA buffer pre-allocationKeyon Jie2020-03-021-4/+2
* | | ASoC: SOF: Intel: hda: use snd_sof_dsp_set_power_state() opRanjani Sridharan2020-03-021-8/+7
|/ /
* | ASoC: SOF: Intel: hda: allow operation without i915 gfxKai Vehmanen2020-02-202-15/+18
* | ASoC: sof: sof-audio: use for_each_pcm_streams() macroKuninori Morimoto2020-02-191-12/+7
* | ASoC: SOF: Intel: Add Probe compress CPU DAIsCezary Rojewski2020-02-185-0/+48
* | ASoC: SOF: Provide probe debugfs supportCezary Rojewski2020-02-181-0/+226
* | ASoC: SOF: Intel: Probe compress operationsCezary Rojewski2020-02-186-0/+166
* | ASoC: SOF: Intel: Expose SDnFMT helpersCezary Rojewski2020-02-182-4/+6
* | ASoC: SOF: Generic probe compress operationsCezary Rojewski2020-02-187-1/+246
* | ASoC: SOF: Implement Probe IPC APICezary Rojewski2020-02-185-1/+383
* | ASoC: SOF: Intel: Account for compress streams when servicing IRQsCezary Rojewski2020-02-181-2/+23
* | Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2020-02-113-14/+28
|\|
| * ASoC: SOF: Intel: hda: move i915 init earlierKai Vehmanen2020-02-101-9/+8
| * ASoC: SOF: Intel: hda: fix ordering bug in resume flowKai Vehmanen2020-02-103-5/+20
* | ASoC: SOF: Intel: hda: Allow trace DMA in S0 when DSP is in D0I3 for debugRanjani Sridharan2020-02-111-3/+32
* | ASoC: SOF: Intel: cnl: Implement feature to support DSP D0i3 in S0Ranjani Sridharan2020-02-116-10/+114
* | ASoC: SOF: Intel: hda: Amend the DSP state transition diagramRanjani Sridharan2020-02-111-19/+17
* | ASoC: SOF: audio: Add helper to check if only D0i3 streams are activeRanjani Sridharan2020-02-112-0/+34
* | ASoC: SOF: Move DSP power state transitions to platform-specific opsRanjani Sridharan2020-02-116-121/+242
* | ASoC: SOF: pm: Introduce DSP power statesRanjani Sridharan2020-02-114-3/+49
* | ASoC: SOF: Add system_suspend_target field to struct snd_sof_devRanjani Sridharan2020-02-114-8/+19
* | ASoC: SOF: pm: Unify suspend/resume routinesRanjani Sridharan2020-02-111-52/+39
* | ASoC: SOF: Do not reset hw_params for streams that ignored suspendRanjani Sridharan2020-02-111-0/+7
* | ASoC: SOF: Add i.MX8QM device descriptorPaul Olaru2020-02-111-0/+10
* | ASoC: SOF: imx8: Add ops for i.MX8QMPaul Olaru2020-02-111-0/+51
* | ASoC: SOF: Rename i.MX8 platform to i.MX8XPaul Olaru2020-02-112-7/+7
* | Merge tag 'asoc-v5.6-2' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai2020-02-058-44/+49
|\|
| * ASoC: SOF: Intel: add PCI ID for JasperLakeYong Zhi2020-02-021-0/+2
| * ASoC: SOF: pci: add missing default_fw_name of JasperLakePan Xiuli2020-01-271-0/+1
| * ASoC: SOF: trace: fix unconditional free in trace releaseKai Vehmanen2020-01-271-2/+5