summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof
AgeCommit message (Expand)AuthorLines
2019-11-25Merge tag 'asoc-v5.5-2' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai-31/+142
2019-11-20ASoC: Fix Kconfig indentationKrzysztof Kozlowski-5/+5
2019-11-18ASoC: SOF: Intel: Fix CFL and CML FW nocodec binary names.Liam Girdwood-4/+4
2019-11-12ASoC: SOF: topology: free kcontrol memory on errorDragos Tarcatu-18/+49
2019-11-12ASoC: SOF: PM: only suspend to D0I3 when neededKeyon Jie-2/+2
2019-11-12ASoC: SOF: add helper to check if we should enter d0i3 suspendKeyon Jie-0/+15
2019-11-12ASoC: SOF: PM: add check before setting d0_substateKeyon Jie-0/+3
2019-11-12ASoC: SOF: PM: add state machine to commentsKeyon Jie-0/+32
2019-11-12ASoC: SOF: Intel: hda: use fallback for firmware namePierre-Louis Bossart-2/+9
2019-11-09ASoC: SOF: Drop superfluous snd_pcm_sgbuf_ops_pageTakashi Iwai-12/+0
2019-11-08ASoC: SOF: Intel: hda: set L1SEN on S0ix suspendKeyon Jie-0/+18
2019-11-08ASoC: SOF: topology: fix missing NULL pointer checkKeyon Jie-0/+5
2019-11-07Merge tag 'asoc-v5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai-345/+1179
2019-11-06ASoC: SOF: topology: Fix bytes control size checksDragos Tarcatu-5/+6
2019-11-06Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown-13/+27
2019-11-06ASoC: SOF: topology: Fix bytes control size checksDragos Tarcatu-5/+6
2019-11-05ASoC: SOF: topology: set trigger order for FE DAI linkRanjani Sridharan-0/+4
2019-11-04ASoC: SOF: Intel: use def_tristate, avoid using selectPierre-Louis Bossart-4/+2
2019-11-04ASoC: SOF: imx: fix reverse CONFIG_SND_SOC_SOF_OF dependencyPierre-Louis Bossart-2/+6
2019-11-04ASoC: SOF: Kconfig: add EXPERT dependency for developer options, clarify helpPierre-Louis Bossart-9/+16
2019-11-04ASoC: SOF: Intel: Broadwell: clarify mutual exclusion with legacy driverPierre-Louis Bossart-1/+9
2019-11-04ASoC: SOF: Intel: Baytrail: clarify mutual exclusion with Atom/SST driverPierre-Louis Bossart-1/+9
2019-11-04ASoC: SOF: Intel: hda: Simplify the hda_dsp_wait_d0i3c_done() functionRanjani Sridharan-3/+4
2019-10-29ASoC: SOF: Intel: add support for snd-hda-codec-hdmiKai Vehmanen-6/+38
2019-10-29ASoC: SOF - remove the dead code (skylake/kabylake)Jaroslav Kysela-45/+0
2019-10-28ASoC: SOF: pci: Add prepare/complete PM callbacksKeyon Jie-0/+2
2019-10-28ASoC: SOF: PM: Add support for DSP D0i3 state when entering S0ixKeyon Jie-0/+46
2019-10-28ASoC: SOF: return -ENOTSUPP if D0I3 is not supportedKeyon Jie-1/+2
2019-10-28ASoC: SOF: Intel: hda-dsp: implement suspend/resume for S0ix<->S0 transitionKeyon Jie-0/+17
2019-10-28ASoC: SOF: ignore suspend/resume for D0ix compatible streamsKeyon Jie-1/+47
2019-10-28ASoC: SOF: PM: implement prepare/complete callbacksKeyon Jie-0/+25
2019-10-28ASoC: SOF: add a flag suspend_ignored for sof streamKeyon Jie-0/+5
2019-10-28ASoC: SOF: add a flag to indicate the system suspend targetKeyon Jie-0/+2
2019-10-28ASoC: SOF: Intel: CNL: add support for sending compact IPCKeyon Jie-5/+38
2019-10-28ASoC: SOF: PM: add helpers for setting D0 substate for ADSPKeyon Jie-0/+19
2019-10-28ASoC: SOF: configure D0ix IPC flags in set_power_stateKeyon Jie-1/+31
2019-10-28ASoC: SOF: Intel: HDA: add cAVS specific compact IPC header fileKeyon Jie-0/+51
2019-10-28ASoC: SOF: Intel: hda-ipc: Don't read mailbox for PM_GATE replyKeyon Jie-2/+4
2019-10-28ASoC: SOF: PM: rename sof_send_pm_ipc to sof_send_pm_ctx_ipcKeyon Jie-3/+3
2019-10-28ASoC: SOF: Intel: HDA: use macro for register polling retry countKeyon Jie-4/+3
2019-10-28ASoC: SOF: Intel: hda-dsp: align the comments for D0I3C updateKeyon Jie-2/+2
2019-10-28ASoC: SOF: topology: parse and store d0i3_compatible flagKeyon Jie-0/+16
2019-10-28ASoC: SOF: token: add tokens for PCM compatible with D0i3 substateKeyon Jie-0/+10
2019-10-28ASoC: SOF: add flag to snd_sof_pcm_stream for D0i3 compatible streamKeyon Jie-0/+1
2019-10-28ASoC: SOF: Intel: APL: add set_power_state() opsKeyon Jie-0/+1
2019-10-28ASoC: SOF: Intel: CNL: add set_power_state() opsKeyon Jie-0/+1
2019-10-28ASoC: SOF: Intel: hda-dsp: Add helper for setting DSP D0ix substateKeyon Jie-0/+56
2019-10-28ASoC: SOF: add set_power_state() to dsp_ops for power state updateKeyon Jie-0/+11
2019-10-28ASoC: SOF: reset default d0_substate at probe() and resume()Keyon Jie-0/+6
2019-10-28ASoC: SOF: add a field to store the current D0 substate of DSPKeyon Jie-0/+9