summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof
Commit message (Expand)AuthorAgeFilesLines
* ASoC: SOF: Intel: hda: set L1SEN on S0ix suspendKeyon Jie2019-11-082-0/+18
* ASoC: SOF: topology: fix missing NULL pointer checkKeyon Jie2019-11-081-0/+5
* ASoC: SOF: topology: Fix bytes control size checksDragos Tarcatu2019-11-061-5/+6
* Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-11-064-13/+27
|\
| * ASoC: SOF: topology: Fix bytes control size checksDragos Tarcatu2019-11-061-5/+6
| * ASoC: SOF: ipc: Fix memory leak in sof_set_get_large_ctrl_dataNavid Emamdoost2019-10-281-1/+3
| * ASoC: SOF: Fix memory leak in sof_dfsentry_writeNavid Emamdoost2019-10-281-2/+4
| * ASoC: SOF: Intel: hda-stream: fix the CONFIG_ prefix missingKeyon Jie2019-10-281-2/+2
| * ASoC: SOF: control: return true when kcontrol values changeDragos Tarcatu2019-10-181-8/+18
* | ASoC: SOF: topology: set trigger order for FE DAI linkRanjani Sridharan2019-11-051-0/+4
* | ASoC: SOF: Intel: use def_tristate, avoid using selectPierre-Louis Bossart2019-11-042-4/+2
* | ASoC: SOF: imx: fix reverse CONFIG_SND_SOC_SOF_OF dependencyPierre-Louis Bossart2019-11-041-2/+6
* | ASoC: SOF: Kconfig: add EXPERT dependency for developer options, clarify helpPierre-Louis Bossart2019-11-041-9/+16
* | ASoC: SOF: Intel: Broadwell: clarify mutual exclusion with legacy driverPierre-Louis Bossart2019-11-041-1/+9
* | ASoC: SOF: Intel: Baytrail: clarify mutual exclusion with Atom/SST driverPierre-Louis Bossart2019-11-041-1/+9
* | ASoC: SOF: Intel: hda: Simplify the hda_dsp_wait_d0i3c_done() functionRanjani Sridharan2019-11-041-3/+4
* | ASoC: SOF: Intel: add support for snd-hda-codec-hdmiKai Vehmanen2019-10-294-6/+38
* | ASoC: SOF - remove the dead code (skylake/kabylake)Jaroslav Kysela2019-10-292-45/+0
* | ASoC: SOF: pci: Add prepare/complete PM callbacksKeyon Jie2019-10-281-0/+2
* | ASoC: SOF: PM: Add support for DSP D0i3 state when entering S0ixKeyon Jie2019-10-281-0/+46
* | ASoC: SOF: return -ENOTSUPP if D0I3 is not supportedKeyon Jie2019-10-281-1/+2
* | ASoC: SOF: Intel: hda-dsp: implement suspend/resume for S0ix<->S0 transitionKeyon Jie2019-10-281-0/+17
* | ASoC: SOF: ignore suspend/resume for D0ix compatible streamsKeyon Jie2019-10-282-1/+47
* | ASoC: SOF: PM: implement prepare/complete callbacksKeyon Jie2019-10-282-0/+25
* | ASoC: SOF: add a flag suspend_ignored for sof streamKeyon Jie2019-10-281-0/+5
* | ASoC: SOF: add a flag to indicate the system suspend targetKeyon Jie2019-10-281-0/+2
* | ASoC: SOF: Intel: CNL: add support for sending compact IPCKeyon Jie2019-10-282-5/+38
* | ASoC: SOF: PM: add helpers for setting D0 substate for ADSPKeyon Jie2019-10-282-0/+19
* | ASoC: SOF: configure D0ix IPC flags in set_power_stateKeyon Jie2019-10-281-1/+31
* | ASoC: SOF: Intel: HDA: add cAVS specific compact IPC header fileKeyon Jie2019-10-281-0/+51
* | ASoC: SOF: Intel: hda-ipc: Don't read mailbox for PM_GATE replyKeyon Jie2019-10-281-2/+4
* | ASoC: SOF: PM: rename sof_send_pm_ipc to sof_send_pm_ctx_ipcKeyon Jie2019-10-281-3/+3
* | ASoC: SOF: Intel: HDA: use macro for register polling retry countKeyon Jie2019-10-282-4/+3
* | ASoC: SOF: Intel: hda-dsp: align the comments for D0I3C updateKeyon Jie2019-10-281-2/+2
* | ASoC: SOF: topology: parse and store d0i3_compatible flagKeyon Jie2019-10-281-0/+16
* | ASoC: SOF: token: add tokens for PCM compatible with D0i3 substateKeyon Jie2019-10-281-0/+10
* | ASoC: SOF: add flag to snd_sof_pcm_stream for D0i3 compatible streamKeyon Jie2019-10-281-0/+1
* | ASoC: SOF: Intel: APL: add set_power_state() opsKeyon Jie2019-10-281-0/+1
* | ASoC: SOF: Intel: CNL: add set_power_state() opsKeyon Jie2019-10-281-0/+1
* | ASoC: SOF: Intel: hda-dsp: Add helper for setting DSP D0ix substateKeyon Jie2019-10-282-0/+56
* | ASoC: SOF: add set_power_state() to dsp_ops for power state updateKeyon Jie2019-10-282-0/+11
* | ASoC: SOF: reset default d0_substate at probe() and resume()Keyon Jie2019-10-282-0/+6
* | ASoC: SOF: add a field to store the current D0 substate of DSPKeyon Jie2019-10-281-0/+9
* | ASoC: SOF: Intel: only support INFO_BATCH for legacy platformsPierre-Louis Bossart2019-10-252-4/+4
* | ASoC: SOF: define INFO_ flags in dsp_opsPierre-Louis Bossart2019-10-257-6/+56
* | ASoC: SOF: Intel: initial support to JasperLake.Pan Xiuli2019-10-234-0/+56
* | ASoC: SOF: Intel: hda: add dev_err() traces for snd_sof_dsp_read_poll_timeout()Pierre-Louis Bossart2019-10-233-8/+59
* | ASoC: SOF: Intel: hda-loader: improve error handlingPierre-Louis Bossart2019-10-231-2/+10
* | ASoC: SOF: Fix randbuild errorYueHaibing2019-10-141-0/+2
* | ASoC: SOF: topology: check errors when parsing LED tokensPierre-Louis Bossart2019-10-141-0/+5